|  | 
| template<class Vec > | 
| void | addEfforts (const Vec &v) | 
|  | Adds efforts from any type that implements size() and [] lookup.  More... 
 | 
|  | 
| void | addEfforts (KDL::JntArray &) | 
|  | set the commanded joint efforts of the chain as a kdl jnt array  More... 
 | 
|  | 
| bool | allCalibrated () | 
|  | returns true if all the joints in the chain are calibrated  More... 
 | 
|  | 
|  | Chain () | 
|  | 
| void | getEfforts (KDL::JntArray &) | 
|  | get the measured joint efforts of the chain as a kdl jnt array  More... 
 | 
|  | 
| void | getEfforts (std::vector< double > &) | 
|  | get the measured joint efforts of the chain as a std vector  More... 
 | 
|  | 
| JointState * | getJoint (unsigned int actuated_joint_i) | 
|  | get a joint state of an actuated joint of the chain.  More... 
 | 
|  | 
| void | getPositions (KDL::JntArray &) | 
|  | get the joint positions of the chain as a kdl jnt array  More... 
 | 
|  | 
| void | getPositions (std::vector< double > &) | 
|  | get the joint positions of the chain as a std vector  More... 
 | 
|  | 
| template<class Vec > | 
| void | getPositions (Vec &v) | 
|  | gets the joint positions of the chain as any type with size() and []  More... 
 | 
|  | 
| void | getVelocities (KDL::JntArrayVel &) | 
|  | get the joint velocities and positoin of the chain as a kdl jnt array vel. Fills in the positions too.  More... 
 | 
|  | 
| void | getVelocities (std::vector< double > &) | 
|  | get the joint velocities of the chain as a std vector  More... 
 | 
|  | 
| template<class Vec > | 
| void | getVelocities (Vec &v) | 
|  | gets the joint velocities of the chain as any type with size() and []  More... 
 | 
|  | 
| bool | init (RobotState *robot_state, const std::string &root, const std::string &tip) | 
|  | initialize the chain object  More... 
 | 
|  | 
| void | setEfforts (KDL::JntArray &) | 
|  | set the commanded joint efforts of the chain as a std vector  More... 
 | 
|  | 
| int | size () const | 
|  | Returns the number of actuated joints in the chain.  More... 
 | 
|  | 
| void | toKDL (KDL::Chain &chain) | 
|  | get a kdl chain object that respresents the chain from root to tip  More... 
 | 
|  | 
|  | ~Chain () | 
|  | 
Definition at line 43 of file chain.h.