rapid
A ROS robotics library.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
arm_joints.h
Go to the documentation of this file.
1 #ifndef _RAPID_MANIPULATION_ARM_JOINTS_H_
2 #define _RAPID_MANIPULATION_ARM_JOINTS_H_
3 
4 #include <string>
5 #include <vector>
6 
7 namespace rapid {
8 namespace pr2 {
9 std::vector<std::string> left_arm_joint_names();
10 std::vector<std::string> right_arm_joint_names();
11 } // namespace pr2
12 } // namespace rapid
13 
14 #endif // _RAPID_MANIPULATION_ARM_JOINTS_H_
std::vector< std::string > left_arm_joint_names()
std::vector< std::string > right_arm_joint_names()