|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERCONTROLLIMITS_H
10 #define YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERCONTROLLIMITS_H
21 bool setLimits(
int j,
double min,
double max)
override;
22 bool getLimits(
int j,
double* min,
double* max)
override;
23 bool setVelLimits(
int j,
double min,
double max)
override;
24 bool getVelLimits(
int j,
double* min,
double* max)
override;
27 #endif // YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERCONTROLLIMITS_H
bool setVelLimits(int j, double min, double max) override
Set the software speed limits for a particular axis, the behavior of the control card when these limi...
Interface for control devices, commands to get/set position and veloity limits.
bool getLimits(int j, double *min, double *max) override
Get the software limits for a particular axis.
bool setLimits(int j, double min, double max) override
Set the software limits for a particular axis, the behavior of the control card when these limits are...
define control board standard interfaces
bool getVelLimits(int j, double *min, double *max) override
Get the software speed limits for a particular axis.