|
| | RotationalJoint (const std::string name, Frame *sourceFrame, Frame *targetFrame, const std::string &provider, const std::string &port, const std::string &driverName, base::JointLimitRange &limits, const Eigen::Affine3d &sourceToAxis, const Eigen::Vector3d &rotationAxis) |
| |
| | RotationalJoint (const std::string name, Frame *sourceFrame, Frame *targetFrame, const std::string &provider, const std::string &port, const std::string &driverName, base::JointLimitRange &limits, const Eigen::Affine3d &sourceToAxis, const Eigen::Vector3d &rotationAxis, const Eigen::Affine3d &parentToJointOrigin, urdf::JointSharedPtr jointModel) |
| |
| | RotationalJoint (Frame *sourceFrame, Frame *targetFrame, const std::string &provider, const std::string &port, const std::string &driverName, base::JointLimitRange &limits, const Eigen::Affine3d &sourceToAxis, const Eigen::Vector3d &rotationAxis) |
| |
| | RotationalJoint (Frame *sourceFrame, Frame *targetFrame, const std::string &provider, const std::string &port, const std::string &driverName, base::JointLimitRange &limits, const Eigen::Affine3d &sourceToAxis, const Eigen::Vector3d &rotationAxis, const Eigen::Affine3d &parentToJointOrigin, urdf::JointSharedPtr jointModel) |
| |
| | Joint (const std::string &name, Frame *sourceFrame, Frame *targetFrame, const std::string &provider, const std::string &port, const std::string &driverName, base::JointLimitRange &limits, const Eigen::Affine3d &sourceToAxis) |
| |
| | Joint (const std::string &name, Frame *sourceFrame, Frame *targetFrame, const std::string &provider, const std::string &port, const std::string &driverName, base::JointLimitRange &limits, const Eigen::Affine3d &sourceToAxis, const Eigen::Affine3d &parentToJointOrigin) |
| |
| | Joint (const std::string &name, Frame *sourceFrame, Frame *targetFrame, const std::string &provider, const std::string &port, const std::string &driverName, base::JointLimitRange &limits, const Eigen::Affine3d &sourceToAxis, const Eigen::Affine3d &parentToJointOrigin, urdf::JointSharedPtr jointModel) |
| |
| | Joint (Frame *sourceFrame, Frame *targetFrame, const std::string &provider, const std::string &port, const std::string &driverName, base::JointLimitRange &limits, const Eigen::Affine3d &sourceToAxis) |
| |
| | Joint (Frame *sourceFrame, Frame *targetFrame, const std::string &provider, const std::string &port, const std::string &driverName, base::JointLimitRange &limits, const Eigen::Affine3d &sourceToAxis, const Eigen::Affine3d &parentToJointOrigin) |
| |
| | Joint (Frame *sourceFrame, Frame *targetFrame, const std::string &provider, const std::string &port, const std::string &driverName, base::JointLimitRange &limits, const Eigen::Affine3d &sourceToAxis, const Eigen::Affine3d &parentToJointOrigin, urdf::JointSharedPtr jointModel) |
| |
| const Eigen::Affine3d & | getSourceToAxis () const |
| |
| const Eigen::Affine3d & | getParentToJointOrigin () const |
| |
| void | setParentToJointOrigin (const Eigen::Affine3d inParentToJointOrigin) |
| |
| urdf::JointSharedPtr | getJointModel () const |
| |
| std::pair< double, double > | getPositionLimits () const |
| |
| std::pair< double, double > | getEffortLimits () const |
| |
| std::pair< double, double > | getSpeedLimits () const |
| |
| void | setParamFromConfigMap (configmaps::ConfigMap configMap) |
| |
| SpringParam | getSpringParam () const |
| |
| bool | hasSpring () const |
| |
| | DynamicTransformation (const std::string &name, Frame *sourceFrame, Frame *targetFrame, const std::string &provider, const std::string &port) |
| |
| | DynamicTransformation (Frame *sourceFrame, Frame *targetFrame, const std::string &provider, const std::string &port) |
| |
| const std::string & | getProviderName () const |
| |
| const std::string & | getProviderPortName () const |
| |
| | Transformation (const std::string &name, Frame *sourceFrame, Frame *targetFrame) |
| |
| | Transformation (Frame *sourceFrame, Frame *targetFrame) |
| |
| const Frame & | getSourceFrame () const |
| |
| const Frame & | getTargetFrame () const |
| |
| const std::string & | getName () const |
| |