Skip to content

Commit

Permalink
Use PointStamped instead of Point32 in GetMasks2D.action (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlarkin authored May 1, 2024
1 parent b137efd commit 2c5d7ec
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Image to segment.
sensor_msgs/Image image

# Text strings describing the objects to segment. Only masks of objects matching at least one string
# Text strings describing the objects to segment. Only masks of objects matching at least one string
# will be returned. If no string is passed, this filter is disabled.
# If the model has a finite vocabulary, each string is an existing class label, e.g. button, door handle.
# If the model is open-vocabulary, each string is a freeform description, e.g. flat red button, door with
Expand All @@ -14,9 +14,9 @@ string[] valid_classes
# If no points are passed, this filter is disabled.
# Points are expressed in a frame with origin at the top-left corner of the image, with its x axis pointing
# right, and its y axis point down. The z coordinate is not used.
geometry_msgs/Point32[] valid_points
geometry_msgs/PointStamped[] valid_points

# Segmentation parameters. They are stored as key-value pairs because they are
# Segmentation parameters. They are stored as key-value pairs because they are
# specific to the segmentation model being run by the action server.
moveit_studio_sdk_msgs/BehaviorParameter[] parameters

Expand Down

0 comments on commit 2c5d7ec

Please sign in to comment.