|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_DEV_IIMPEDANCECONTROL_H
10 #define YARP_DEV_IIMPEDANCECONTROL_H
17 class IImpedanceControlRaw;
18 class IImpedanceControl;
92 virtual bool getImpedance(
int j,
double *stiffness,
double *damping)=0;
97 virtual bool setImpedance(
int j,
double stiffness,
double damping)=0;
122 #endif // YARP_DEV_IIMPEDANCECONTROL_H
virtual bool getCurrentImpedanceLimitRaw(int j, double *min_stiff, double *max_stiff, double *min_damp, double *max_damp)=0
Get the current impedandance limits for a specific joint.
constexpr yarp::conf::vocab32_t createVocab(char a, char b=0, char c=0, char d=0)
Interface for control boards implementing impedance control.
virtual bool getImpedanceOffsetRaw(int j, double *offset)=0
Get current force Offset for a specific joint.
virtual bool getCurrentImpedanceLimit(int j, double *min_stiff, double *max_stiff, double *min_damp, double *max_damp)=0
Get the current impedandance limits for a specific joint.
virtual bool setImpedance(int j, double stiffness, double damping)=0
Set current impedance gains (stiffness,damping) for a specific joint.
virtual bool getAxes(int *ax)=0
Get the number of controlled axes.
virtual bool setImpedanceRaw(int j, double stiffness, double damping)=0
Set current impedance parameters (stiffness,damping) for a specific joint.
Interface for control boards implementing impedance control.
virtual ~IImpedanceControl()
Destructor.
virtual bool getAxes(int *ax)=0
Get the number of controlled axes.
virtual bool setImpedanceOffsetRaw(int j, double offset)=0
Set current force Offset for a specific joint.
virtual bool setImpedanceOffset(int j, double offset)=0
Set current force Offset for a specific joint.
constexpr yarp::conf::vocab32_t VOCAB_IMPEDANCE
constexpr yarp::conf::vocab32_t VOCAB_POSITION
virtual ~IImpedanceControlRaw()
Destructor.
virtual bool getImpedanceOffset(int j, double *offset)=0
Get current force Offset for a specific joint.
virtual bool getImpedance(int j, double *stiffness, double *damping)=0
Get current impedance gains (stiffness,damping,offset) for a specific joint.
The main, catch-all namespace for YARP.
constexpr yarp::conf::vocab32_t VOCAB_VELOCITY
virtual bool getImpedanceRaw(int j, double *stiffness, double *damping)=0
Get current impedance parameters (stiffness,damping,offset) for a specific joint.