XBotInterface
2.4.1
XBotInterface provides a generic API to model and control a robot.
|
This is the complete list of members for XBot::ControlMode, including all inherited members.
AsBitset(const ControlMode &ctrl_mode) | XBot::ControlMode | static |
Bitset typedef | XBot::ControlMode | |
ControlMode(const std::string &name="", bool position_enabled=false, bool velocity_enabled=false, bool effort_enabled=false, bool stiffness_enabled=false, bool damping_enabled=false) | XBot::ControlMode | |
Damping() | XBot::ControlMode | static |
Effort() | XBot::ControlMode | static |
FromBitset(Bitset bitset) | XBot::ControlMode | static |
getName() const | XBot::ControlMode | |
Idle() | XBot::ControlMode | static |
isDampingEnabled() const | XBot::ControlMode | |
isEffortEnabled() const | XBot::ControlMode | |
isPositionEnabled() const | XBot::ControlMode | |
isStiffnessEnabled() const | XBot::ControlMode | |
isVelocityEnabled() const | XBot::ControlMode | |
operator+(const ControlMode &ctrl_mode) const | XBot::ControlMode | |
operator==(const ControlMode &ctrl_mode) const | XBot::ControlMode | |
PosImpedance() | XBot::ControlMode | static |
Position() | XBot::ControlMode | static |
Stiffness() | XBot::ControlMode | static |
Velocity() | XBot::ControlMode | static |