|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_DEV_ICONTROLMODE_H
10 #define YARP_DEV_ICONTROLMODE_H
17 class IControlModeRaw;
153 #endif // YARP_DEV_ICONTROLMODE_H
constexpr yarp::conf::vocab32_t createVocab(char a, char b=0, char c=0, char d=0)
constexpr yarp::conf::vocab32_t VOCAB_CM_HW_FAULT
virtual bool getControlModesRaw(int *modes)=0
constexpr yarp::conf::vocab32_t VOCAB_CM_TORQUE
virtual bool getControlMode(int j, int *mode)=0
Get the current control mode.
constexpr yarp::conf::vocab32_t VOCAB_CM_IMPEDANCE_VEL
virtual bool setControlModes(const int n_joint, const int *joints, int *modes)=0
Set the current control mode for a subset of axes.
virtual bool getControlModes(int *modes)=0
Get the current control mode (multiple joints).
constexpr yarp::conf::vocab32_t VOCAB_CM_CALIBRATING
virtual bool getControlModesRaw(const int n_joint, const int *joints, int *modes)=0
constexpr yarp::conf::vocab32_t VOCAB_CM_POSITION_DIRECT
constexpr yarp::conf::vocab32_t VOCAB_CM_POSITION
virtual bool setControlModeRaw(const int j, const int mode)=0
constexpr yarp::conf::vocab32_t VOCAB_CM_FORCE_IDLE
constexpr yarp::conf::vocab32_t VOCAB_CM_CONTROL_MODE
Interface for setting control mode in control board.
constexpr yarp::conf::vocab32_t VOCAB_CM_CALIB_DONE
virtual bool setControlModes(int *modes)=0
Set the current control mode (multiple joints).
Interface for setting control mode in control board.
constexpr yarp::conf::vocab32_t VOCAB_CM_CONFIGURED
constexpr yarp::conf::vocab32_t VOCAB_CM_PWM
constexpr yarp::conf::vocab32_t VOCAB_CM_NOT_CONFIGURED
constexpr yarp::conf::vocab32_t VOCAB_CM_IDLE
virtual bool getControlModes(const int n_joint, const int *joints, int *modes)=0
Get the current control mode for a subset of axes.
virtual ~IControlModeRaw()
virtual bool getControlModeRaw(int j, int *mode)=0
constexpr yarp::conf::vocab32_t VOCAB_CM_CONTROL_MODES
constexpr yarp::conf::vocab32_t VOCAB_CM_CURRENT
virtual bool setControlMode(const int j, const int mode)=0
Set the current control mode.
constexpr yarp::conf::vocab32_t VOCAB_CM_MIXED
The main, catch-all namespace for YARP.
virtual bool setControlModesRaw(const int n_joint, const int *joints, int *modes)=0
constexpr yarp::conf::vocab32_t VOCAB_CM_UNKNOWN
constexpr yarp::conf::vocab32_t VOCAB_CM_CONTROL_MODE_GROUP
virtual bool setControlModesRaw(int *modes)=0
constexpr yarp::conf::vocab32_t VOCAB_ICONTROLMODE
constexpr yarp::conf::vocab32_t VOCAB_CM_IMPEDANCE_POS
constexpr yarp::conf::vocab32_t VOCAB_CM_VELOCITY