Skip to content

Commit

Permalink
add obj detect msg (#598)
Browse files Browse the repository at this point in the history
* add obj detect msg

* add enum for objects

* bruh
  • Loading branch information
alisonryckman authored Oct 29, 2023
1 parent 06ecd14 commit c19fae3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions msg/DetectedObject.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DetectedObjectType type
float32 detection_confidence
float32 bearing
float32 distance
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 c19fae3

Please sign in to comment.