GeoYolo-SLAM/MaskRCNN_ROS/action/maskrcnn.action

22 lines
398 B
Plaintext
Raw Normal View History

2025-04-09 16:05:54 +08:00
# Goal definition
int16 id
sensor_msgs/Image image # usually rgb image
# sensor_msgs/Image depth
---
# Result definition
uint16 id
uint16 object_num
# Each object has a mask
maskrcnn_ros/objectInfo[] objects
# label is the sum of all masks
#sensor_msgs/Image label
# label_color not yet used here
#sensor_msgs/Image label_color
# sensor_msgs/Image mask
---
# Feedback definition
bool complete