Skip to content

Commit

Permalink
[FIX] float values for markers' confidence
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthou committed Jun 30, 2021
1 parent 3a44d48 commit f6026f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ar_track_alvar_msgs/msg/AlvarMarker.msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Header header
uint32 id
uint32 confidence
float32 confidence
geometry_msgs/PoseStamped pose

2 changes: 1 addition & 1 deletion ar_track_alvar_msgs/msg/AlvarVisibleMarker.msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Header header
uint32 id
uint32 main_id
uint32 confidence
float32 confidence
float32 size
geometry_msgs/PoseStamped pose

0 comments on commit f6026f1

Please sign in to comment.