Public Member Functions | |
void | init (yarp::dev::PolyDriver *polydriver) |
size_t | getIndexOfJoint (int j) |
void | readJointsLimits () |
Definition at line 22 of file JointsPosMotion.cpp.
size_t yarp::robottestingframework::jointsPosMotion::Private::getIndexOfJoint | ( | int | j | ) |
Definition at line 67 of file JointsPosMotion.cpp.
void yarp::robottestingframework::jointsPosMotion::Private::init | ( | yarp::dev::PolyDriver * | polydriver | ) |
Definition at line 47 of file JointsPosMotion.cpp.
void yarp::robottestingframework::jointsPosMotion::Private::readJointsLimits | ( | ) |
Definition at line 78 of file JointsPosMotion.cpp.
yarp::dev::PolyDriver* yarp::robottestingframework::jointsPosMotion::Private::dd |
Definition at line 38 of file JointsPosMotion.cpp.
yarp::sig::Vector yarp::robottestingframework::jointsPosMotion::Private::encoders |
Definition at line 30 of file JointsPosMotion.cpp.
yarp::dev::IControlMode* yarp::robottestingframework::jointsPosMotion::Private::icmd |
Definition at line 40 of file JointsPosMotion.cpp.
yarp::dev::IEncoders* yarp::robottestingframework::jointsPosMotion::Private::ienc |
Definition at line 42 of file JointsPosMotion.cpp.
yarp::dev::IInteractionMode* yarp::robottestingframework::jointsPosMotion::Private::iimd |
Definition at line 41 of file JointsPosMotion.cpp.
yarp::dev::IControlLimits* yarp::robottestingframework::jointsPosMotion::Private::ilim |
Definition at line 43 of file JointsPosMotion.cpp.
yarp::dev::IPositionControl* yarp::robottestingframework::jointsPosMotion::Private::ipos |
Definition at line 39 of file JointsPosMotion.cpp.
yarp::sig::Vector yarp::robottestingframework::jointsPosMotion::Private::jointsList |
Definition at line 29 of file JointsPosMotion.cpp.
yarp::sig::Vector yarp::robottestingframework::jointsPosMotion::Private::max_lims |
Definition at line 32 of file JointsPosMotion.cpp.
yarp::sig::Vector yarp::robottestingframework::jointsPosMotion::Private::min_lims |
Definition at line 33 of file JointsPosMotion.cpp.
size_t yarp::robottestingframework::jointsPosMotion::Private::n_joints |
Definition at line 36 of file JointsPosMotion.cpp.
yarp::sig::Vector yarp::robottestingframework::jointsPosMotion::Private::speed |
Definition at line 31 of file JointsPosMotion.cpp.
double yarp::robottestingframework::jointsPosMotion::Private::timeout |
Definition at line 35 of file JointsPosMotion.cpp.
double yarp::robottestingframework::jointsPosMotion::Private::tolerance |
Definition at line 34 of file JointsPosMotion.cpp.