#include <joint.h>
Public Types | |
| enum | { UNKNOWN, REVOLUTE, CONTINUOUS, PRISMATIC, FLOATING, PLANAR, FIXED } |
Public Member Functions | |
| void | clear () |
| bool | initXml (TiXmlElement *xml) |
| Joint () | |
Public Attributes | |
| Vector3 | axis |
| type_ meaning of axis_ | |
| boost::shared_ptr < JointCalibration > | calibration |
| Unsupported Hidden Feature. | |
| std::string | child_link_name |
| boost::shared_ptr< JointDynamics > | dynamics |
| Joint Dynamics. | |
| boost::shared_ptr< JointLimits > | limits |
| Joint Limits. | |
| boost::shared_ptr< JointMimic > | mimic |
| Option to Mimic another Joint. | |
| std::string | name |
| std::string | parent_link_name |
| Pose | parent_to_joint_origin_transform |
| transform from Parent Link frame to Joint frame | |
| boost::shared_ptr< JointSafety > | safety |
| Unsupported Hidden Feature. | |
| enum urdf::Joint:: { ... } | type |
| anonymous enum |
| urdf::Joint::Joint | ( | ) | [inline] |
| void urdf::Joint::clear | ( | ) | [inline] |
| bool urdf::Joint::initXml | ( | TiXmlElement * | xml | ) |
| boost::shared_ptr<JointCalibration> urdf::Joint::calibration |
| std::string urdf::Joint::child_link_name |
| boost::shared_ptr<JointDynamics> urdf::Joint::dynamics |
| boost::shared_ptr<JointLimits> urdf::Joint::limits |
| boost::shared_ptr<JointMimic> urdf::Joint::mimic |
| std::string urdf::Joint::name |
| std::string urdf::Joint::parent_link_name |
| boost::shared_ptr<JointSafety> urdf::Joint::safety |
| enum { ... } urdf::Joint::type |