Skip to content

Commit

Permalink
add long range tag msg (#605)
Browse files Browse the repository at this point in the history
* add long range tag msg

* fix msg int type

* remove timestamp, provide nav with list of tags
  • Loading branch information
alisonryckman authored Nov 15, 2023
1 parent 263466d commit fd7b41a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions msg/LongRangeTag.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
int32 id
int32 hitCount
float32 bearing
1 change: 1 addition & 0 deletions msg/LongRangeTags.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
LongRangeTag[] tags

0 comments on commit fd7b41a

Please sign in to comment.