Skip to content

Commit

Permalink
Fix documentation of Mask2D. (#8)
Browse files Browse the repository at this point in the history
* Fix documentation of Mask2D.

* timestamp is now stamp.
  • Loading branch information
uavster authored Oct 18, 2023
1 parent f6b25b5 commit a0c9700
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions moveit_studio_msgs/moveit_studio_vision_msgs/msg/Mask2D.msg
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@

# The position of the top-left corner of the mask within the segmented image.
# (0, 0) is the top-left corner of the segmented image.
# The segmented image should be referenced in the containing image segmenter
# message.
int32 x
int32 y

# A single plane image with the mask pixels.
# The image pixels can be encoded as:
# - Integer: only non-zero pixels belong to the mask.
# - Floating point: each pixel has a probability of belonging to the mask.
# The stamp and frame_id of the mask image header match those of the segmented image header.
sensor_msgs/Image pixels

0 comments on commit a0c9700

Please sign in to comment.