|
gazebo-yarp-plugins
Gazebo Plugins exposing YARP interfaces.
|
This is the complete list of members for ThumbCouplingHandler, including all inherited members.
| BaseCouplingHandler(gazebo::physics::Model *model, yarp::sig::VectorOf< int > coupled_joints, std::vector< std::string > coupled_joint_names, std::vector< Range > coupled_joint_limits) | BaseCouplingHandler | protected |
| checkJointIsCoupled(int joint) | BaseCouplingHandler | virtual |
| decoupleAcc(yarp::sig::Vector ¤t_acc) | ThumbCouplingHandler | virtual |
| decouplePos(yarp::sig::Vector ¤t_pos) | ThumbCouplingHandler | virtual |
| decoupleRefPos(yarp::sig::Vector &pos_ref) | ThumbCouplingHandler | virtual |
| decoupleRefTrq(yarp::sig::Vector &trq_ref) | ThumbCouplingHandler | virtual |
| decoupleRefVel(yarp::sig::Vector &vel_ref, const yarp::sig::Vector &pos_feedback) | ThumbCouplingHandler | virtual |
| decoupleTrq(yarp::sig::Vector ¤t_trq) | ThumbCouplingHandler | virtual |
| decoupleVel(yarp::sig::Vector ¤t_vel) | ThumbCouplingHandler | virtual |
| getCoupledJointLimit(int joint, double &min, double &max) | BaseCouplingHandler | virtual |
| getCoupledJointName(int joint) | BaseCouplingHandler | virtual |
| getCoupledJoints() | BaseCouplingHandler | virtual |
| m_controllerPeriod | BaseCouplingHandler | protected |
| m_coupledJointLimits | BaseCouplingHandler | protected |
| m_coupledJointNames | BaseCouplingHandler | protected |
| m_coupledJoints | BaseCouplingHandler | protected |
| m_couplingSize | BaseCouplingHandler | protected |
| m_robot | BaseCouplingHandler | protected |
| setCoupledJointLimit(int joint, const double &min, const double &max) | BaseCouplingHandler | virtual |
| ThumbCouplingHandler(gazebo::physics::Model *model, yarp::sig::VectorOf< int > coupled_joints, std::vector< std::string > coupled_joint_names, std::vector< Range > coupled_joint_limits) | ThumbCouplingHandler | |
| ~BaseCouplingHandler() | BaseCouplingHandler | virtual |