rail_manipulation_msgs¶
Contents:
Summary¶
-
rail_manipulation_msgs
¶ Version: 0.0.7
Description: Common Manipulation Messages and Services Used in RAIL Manipulation Packages
Maintainers: - David Kent <davidkent AT wpi DOT edu>
- Russell Toris <rctoris AT wpi DOT edu>
Licenses: - BSD
Urls: Authors: - David Kent <davidkent AT wpi DOT edu>
- Russell Toris <davidkent AT wpi DOT edu>
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Action types¶
rail_manipulation_msgs/Lift
rail_manipulation_msgs/RecognizeObject
rail_manipulation_msgs/Gripper
rail_manipulation_msgs/VerifyGrasp
-
rail_manipulation_msgs/Lift
¶ Field (Result): - success (bool) –
Field (Feedback): - message (string) –
# Define the goal --- # Define the result bool success # If the grasp and store was successful --- # Define a feedback message string message # The current state message
-
rail_manipulation_msgs/RecognizeObject
¶ Field (Goal): - object (rail_manipulation_msgs/SegmentedObject) –
- name (string) –
Field (Result): - object (rail_manipulation_msgs/SegmentedObject) –
Field (Feedback): - message (string) –
Define the goal
# Define the goal SegmentedObject object # Unrecognized object string name # Optional name of the object used to narrow down model candidates --- # Define the result SegmentedObject object # Object with recognized fields filled in if recognized --- # Define a feedback message string message # The current state message
-
rail_manipulation_msgs/Gripper
¶ Field (Goal): - close (bool) –
Field (Result): - success (bool) –
Field (Feedback): - message (string) –
Define the goal
# Define the goal bool close # True for close gripper, false for open gripper --- # Define the result bool success # If the gripper action was successful --- # Define a feedback message string message # The current state message
-
rail_manipulation_msgs/VerifyGrasp
¶ Field (Result): - success (bool) –
- grasping (bool) –
Field (Feedback): - message (string) –
# Define the goal --- # Define the result bool success # If the verify grasp action was successful bool grasping # If the gripper is grasping an object (only valid if success is true) --- # Define a feedback message string message # The current state message