XBotInterface  2.4.1
XBotInterface provides a generic API to model and control a robot.
XBot::Joint Member List

This is the complete list of members for XBot::Joint, including all inherited members.

checkEffortLimit(double tau) constXBot::Joint
checkJointLimits(double q) constXBot::Joint
checkVelocityLimit(double qdot) constXBot::Joint
ConstPtr typedefXBot::Joint
enforceEffortLimit(double &tau) constXBot::Joint
enforceJointLimits(double &q) constXBot::Joint
enforceVelocityLimit(double &qdot) constXBot::Joint
getChainName() constXBot::Joint
getControlMode(ControlMode &control_mode) constXBot::Joint
getDamping() constXBot::Joint
getEffortLimit(double &tau_max) constXBot::Joint
getEffortReference() constXBot::Joint
getJointAcceleration() constXBot::Joint
getJointEffort() constXBot::Joint
getJointId() constXBot::Joint
getJointLimits(double &qmin, double &qmax) constXBot::Joint
getJointName() constXBot::Joint
getJointPosition() constXBot::Joint
getJointVelocity() constXBot::Joint
getMotorPosition() constXBot::Joint
getMotorVelocity() constXBot::Joint
getPositionReference() constXBot::Joint
getStiffness() constXBot::Joint
getTemperature() constXBot::Joint
getUrdfJoint() constXBot::Joint
getVelocityLimit(double &qdot_max) constXBot::Joint
getVelocityReference() constXBot::Joint
isFixedControlledJoint() constXBot::Joint
isVirtualJoint() constXBot::Jointprotected
Joint()XBot::Joint
Joint(const std::string &joint_name, int joint_id, urdf::JointConstSharedPtr urdf_joint, const std::string &chain_name)XBot::Joint
operator<<(std::ostream &os, const XBot::Joint &j)XBot::Jointfriend
operator<<(const XBot::Joint &from)XBot::Jointprotected
print() constXBot::Joint
printTracking() constXBot::Joint
Ptr typedefXBot::Joint
setControlMode(const ControlMode &control_mode)XBot::Joint
setDamping(double damping)XBot::Joint
setEffortReference(double effort_ref)XBot::Joint
setJointAcceleration(double link_acc)XBot::Joint
setJointEffort(double effort)XBot::Joint
setJointId(int joint_id)XBot::Jointprotected
setJointName(const std::string &joint_name)XBot::Jointprotected
setJointPosition(double link_pos)XBot::Joint
setJointVelocity(double link_vel)XBot::Joint
setMotorPosition(double motor_pos)XBot::Joint
setMotorVelocity(double motor_vel)XBot::Joint
setPositionReference(double pos_ref)XBot::Joint
setReferenceFrom(const Joint &other, SyncFlags... flags)XBot::Jointprotected
setStiffness(double stiffness)XBot::Joint
setTemperature(double temperature)XBot::Joint
setVelocityReference(double vel_ref)XBot::Joint
syncFrom(const Joint &other, SyncFlags... flags)XBot::Jointprotected