Skip to content

Commit

Permalink
add enum for objects
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonryckman committed Oct 29, 2023
1 parent a2263da commit fc1afda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion msg/DetectedObject.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
string object_type
DetectedObjectType type
float32 detection_confidence
float32 bearing
float32 width
Expand Down
3 changes: 3 additions & 0 deletions msg/DetectedObjectType.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
uint8 NO_OBJ=0
uint8 MALLET=1
uint8 WATER_BOTTLE=2

0 comments on commit fc1afda

Please sign in to comment.