Public Member Functions | Private Member Functions | Private Attributes
object_manipulator::ObjectManipulatorNode Class Reference

Wraps the Object Manipulator in a ROS API. More...

List of all members.

Public Member Functions

 ObjectManipulatorNode ()

Private Member Functions

void pickupCallback (const object_manipulation_msgs::PickupGoal::ConstPtr &goal)
 Callback for the pickup action.
void placeCallback (const object_manipulation_msgs::PlaceGoal::ConstPtr &goal)
 Callback for the placing action.

Private Attributes

ObjectManipulator object_manipulator_
 The instance of the manipulator used to perform all tasks.
actionlib::SimpleActionServer
< object_manipulation_msgs::PickupAction
pickup_action_server_
 The action server for grasping.
actionlib::SimpleActionServer
< object_manipulation_msgs::PlaceAction
place_action_server_
 The action server for placing.
ros::NodeHandle priv_nh_
 The private ROS node handle.

Detailed Description

Wraps the Object Manipulator in a ROS API.

Definition at line 51 of file object_manipulator_node.cpp.


Constructor & Destructor Documentation

Definition at line 79 of file object_manipulator_node.cpp.


Member Function Documentation

Callback for the pickup action.

Definition at line 67 of file object_manipulator_node.cpp.

Callback for the placing action.

Definition at line 73 of file object_manipulator_node.cpp.


Member Data Documentation

The instance of the manipulator used to perform all tasks.

Definition at line 58 of file object_manipulator_node.cpp.

The action server for grasping.

Definition at line 61 of file object_manipulator_node.cpp.

The action server for placing.

Definition at line 64 of file object_manipulator_node.cpp.

The private ROS node handle.

Definition at line 55 of file object_manipulator_node.cpp.


The documentation for this class was generated from the following file:


object_manipulator
Author(s): Matei Ciocarlie and Kaijen Hsiao
autogenerated on Mon Oct 6 2014 02:59:51