-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7ae0a4
commit a7d6dc1
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
moveit_studio_msgs/moveit_studio_vision_msgs/action/ShapeCompletion.action
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Goal | ||
|
||
# Point cloud to complete | ||
sensor_msgs/PointCloud2 partial_pointcloud | ||
|
||
# Model parameters. Stored as key-value pairs as they can be specific to the model selected. | ||
moveit_studio_sdk_msgs/BehaviorParameter[] parameters | ||
|
||
--- | ||
# Result | ||
sensor_msgs/PointCloud2 complete_pointcloud | ||
|
||
--- | ||
# Feedback |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters