$search
typedef actionlib::SimpleActionClient<pr2_object_manipulation_msgs::IMGUIAction> pr2_interactive_manipulation::Client |
Definition at line 41 of file interactive_manipulation_frontend.cpp.
typedef actionlib::SimpleActionClient<pr2_object_manipulation_msgs::IMGUIAction> pr2_interactive_manipulation::IMGUIActionClient |
Definition at line 41 of file interactive_marker_node.cpp.
typedef actionlib::SimpleActionClient<object_manipulation_msgs::PickupAction> pr2_interactive_manipulation::PickupClient |
Definition at line 56 of file interactive_manipulation_backend.cpp.
std::vector<double> pr2_interactive_manipulation::getFrontPosition | ( | std::string | arm_name | ) | [inline] |
Definition at line 50 of file arm_locations.h.
std::vector< std::vector<double> > pr2_interactive_manipulation::getFrontTrajectory | ( | std::string | arm_name | ) | [inline] |
Definition at line 92 of file arm_locations.h.
std::vector<double> pr2_interactive_manipulation::getHandoffPosition | ( | std::string | arm_name | ) | [inline] |
Definition at line 112 of file arm_locations.h.
std::vector< std::vector<double> > pr2_interactive_manipulation::getHandoffTrajectory | ( | std::string | arm_name | ) | [inline] |
Definition at line 128 of file arm_locations.h.
std::vector<double> pr2_interactive_manipulation::getSideHandoffPosition | ( | std::string | arm_name | ) | [inline] |
Definition at line 152 of file arm_locations.h.
std::vector< std::vector<double> > pr2_interactive_manipulation::getSideHandoffTrajectory | ( | std::string | arm_name | ) | [inline] |
Definition at line 166 of file arm_locations.h.
std::vector<double> pr2_interactive_manipulation::getSidePosition | ( | std::string | arm_name | ) | [inline] |
Definition at line 32 of file arm_locations.h.
std::vector< std::vector<double> > pr2_interactive_manipulation::getSideTrajectory | ( | std::string | arm_name | ) | [inline] |
Definition at line 64 of file arm_locations.h.
wxString pr2_interactive_manipulation::getWxString | ( | std::string | str | ) |
Definition at line 116 of file interactive_manipulation_frontend.cpp.
void pr2_interactive_manipulation::populateGraspOptions | ( | const pr2_object_manipulation_msgs::IMGUIOptions & | options, | |
object_manipulation_msgs::PickupGoal & | pickup_goal | |||
) |
Definition at line 263 of file interactive_manipulation_backend.cpp.
void pr2_interactive_manipulation::populatePlaceOptions | ( | object_manipulation_msgs::PlaceGoal & | place_goal, | |
const pr2_object_manipulation_msgs::IMGUIOptions & | options | |||
) |
Definition at line 726 of file interactive_manipulation_backend.cpp.
geometry_msgs::Pose pr2_interactive_manipulation::preTranslatePose | ( | geometry_msgs::Pose | pose_in, | |
btVector3 | translation | |||
) |
Definition at line 71 of file interactive_manipulation_backend.cpp.
geometry_msgs::Pose pr2_interactive_manipulation::translatePose | ( | geometry_msgs::Pose | pose_in, | |
btVector3 | translation | |||
) |
Definition at line 58 of file interactive_manipulation_backend.cpp.
const std::string pr2_interactive_manipulation::JOINT_STATES_TOPIC = "joint_states" [static] |
Definition at line 39 of file gripper_controller.cpp.