add aruco msg
This commit is contained in:
parent
0798720a4c
commit
58151ffea8
2 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
|
|||
"msg/ActionFeedbackStatusConstants.msg"
|
||||
"msg/ActionResultStatusConstants.msg"
|
||||
"msg/BoundBox.msg"
|
||||
"msg/ArucoMarkers.msg"
|
||||
"srv/DetectObject.srv"
|
||||
"srv/BtInit.srv"
|
||||
"srv/AssembleState.srv"
|
||||
|
|
5
rbs_skill_interfaces/msg/ArucoMarkers.msg
Normal file
5
rbs_skill_interfaces/msg/ArucoMarkers.msg
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
std_msgs/Header header
|
||||
|
||||
int64[] marker_ids
|
||||
geometry_msgs/Pose[] poses
|
Loading…
Add table
Add a link
Reference in a new issue