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/PR2GripperGrabCommandpr2_gripper_sensor_msgs/PR2GripperSlipServoDatapr2_gripper_sensor_msgs/PR2GripperSensorRawDatapr2_gripper_sensor_msgs/PR2GripperGrabDatapr2_gripper_sensor_msgs/PR2GripperSlipServoCommandpr2_gripper_sensor_msgs/PR2GripperFindContactDatapr2_gripper_sensor_msgs/PR2GripperFindContactCommandpr2_gripper_sensor_msgs/PR2GripperEventDetectorDatapr2_gripper_sensor_msgs/PR2GripperForceServoDatapr2_gripper_sensor_msgs/PR2GripperReleaseDatapr2_gripper_sensor_msgs/PR2GripperSensorRTStatepr2_gripper_sensor_msgs/PR2GripperReleaseCommandpr2_gripper_sensor_msgs/PR2GripperForceServoCommandpr2_gripper_sensor_msgs/PR2GripperEventDetectorCommandpr2_gripper_sensor_msgs/PR2GripperPressureData
Action types¶
pr2_gripper_sensor_msgs/PR2GripperReleasepr2_gripper_sensor_msgs/PR2GripperFindContactpr2_gripper_sensor_msgs/PR2GripperGrabpr2_gripper_sensor_msgs/PR2GripperEventDetectorpr2_gripper_sensor_msgs/PR2GripperSlipServopr2_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