pr2_gripper_sensor_msgs¶
Contents:
Summary¶
-
pr2_gripper_sensor_msgs
¶ Version: 1.0.9
Description: The pr2_gripper_sensor_msgs package contains various actions and messages that are used in the pr2_gripper_sensor* packages. The structure of the API used by pr2_gripper_sensor_action, and pr2_gripper_sensor_controller packages is as follows: Users will send a goal to an Action in the message format of PR2Gripper*Command (where * replaces the name of the particular Action from pr2_gripper_sensor_action). Feedback and Result information for the action is then returned in the format of PR2Gripper*Data.
Maintainers: - Devon Ash <dash AT clearpathrobotics DOT com>
Licenses: - BSD
Urls: - website<None>
Authors: - Joe Romano
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends: Exports: - <cpp cflags=”-I${prefix}/msg/cpp”/>
Types¶
Message types¶
pr2_gripper_sensor_msgs/PR2GripperGrabCommand
pr2_gripper_sensor_msgs/PR2GripperSlipServoData
pr2_gripper_sensor_msgs/PR2GripperSensorRawData
pr2_gripper_sensor_msgs/PR2GripperGrabData
pr2_gripper_sensor_msgs/PR2GripperSlipServoCommand
pr2_gripper_sensor_msgs/PR2GripperFindContactData
pr2_gripper_sensor_msgs/PR2GripperFindContactCommand
pr2_gripper_sensor_msgs/PR2GripperEventDetectorData
pr2_gripper_sensor_msgs/PR2GripperForceServoData
pr2_gripper_sensor_msgs/PR2GripperReleaseData
pr2_gripper_sensor_msgs/PR2GripperSensorRTState
pr2_gripper_sensor_msgs/PR2GripperReleaseCommand
pr2_gripper_sensor_msgs/PR2GripperForceServoCommand
pr2_gripper_sensor_msgs/PR2GripperEventDetectorCommand
pr2_gripper_sensor_msgs/PR2GripperPressureData
Action types¶
pr2_gripper_sensor_msgs/PR2GripperRelease
pr2_gripper_sensor_msgs/PR2GripperFindContact
pr2_gripper_sensor_msgs/PR2GripperGrab
pr2_gripper_sensor_msgs/PR2GripperEventDetector
pr2_gripper_sensor_msgs/PR2GripperSlipServo
pr2_gripper_sensor_msgs/PR2GripperForceServo
-
pr2_gripper_sensor_msgs/PR2GripperRelease
¶ Field (Goal): - command (pr2_gripper_sensor_msgs/PR2GripperReleaseCommand) –
Field (Result): Field (Feedback): goal
#goal PR2GripperReleaseCommand command --- #result PR2GripperReleaseData data --- #feedback PR2GripperReleaseData data
-
pr2_gripper_sensor_msgs/PR2GripperFindContact
¶ Field (Goal): Field (Result): Field (Feedback): - data –
goal
# Contact action used to close fingers and find object contacts # quickly while still stopping fast in real-time to not damage # objects #goal PR2GripperFindContactCommand command --- #results PR2GripperFindContactData data --- # feedback PR2GripperFindContactData data
-
pr2_gripper_sensor_msgs/PR2GripperGrab
¶ Field (Goal): - command (pr2_gripper_sensor_msgs/PR2GripperGrabCommand) –
Field (Result): Field (Feedback): goal
#goal PR2GripperGrabCommand command --- #result PR2GripperGrabData data --- #feedback PR2GripperGrabData data
-
pr2_gripper_sensor_msgs/PR2GripperEventDetector
¶ Field (Goal): Field (Result): Field (Feedback): - data –
goal
# Event Detector action used to tell detect events happening on the # palm mounted accelerometer and finger pressure sensors #goal PR2GripperEventDetectorCommand command --- #results PR2GripperEventDetectorData data --- # feedback PR2GripperEventDetectorData data
-
pr2_gripper_sensor_msgs/PR2GripperSlipServo
¶ Field (Goal): Field (Result): Field (Feedback): - data –
goals
# Action to launch the gripper into slip servoing mode #goals PR2GripperSlipServoCommand command --- #result PR2GripperSlipServoData data --- #feedback PR2GripperSlipServoData data
-
pr2_gripper_sensor_msgs/PR2GripperForceServo
¶ Field (Goal): Field (Result): Field (Feedback): - data –
goals
# Action to launch the gripper into force servoing mode #goals PR2GripperForceServoCommand command --- #result PR2GripperForceServoData data --- #feedback PR2GripperForceServoData data