|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
23 size_t subIndex =
device.
lut[j].deviceEntry;
45 size_t subIndex =
device.
lut[j].deviceEntry;
71 size_t subIndex =
device.
lut[j].deviceEntry;
93 size_t subIndex =
device.
lut[j].deviceEntry;
virtual bool setVelLimits(int axis, double min, double max)=0
Set the software speed limits for a particular axis, the behavior of the control card when these limi...
virtual bool getVelLimits(int axis, double *min, double *max)=0
Get the software speed limits for a particular axis.
const yarp::os::LogComponent & CONTROLBOARDWRAPPER()
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...
SubDevice * getSubdevice(size_t i)
yarp::dev::IControlLimits * lim
bool getLimits(int j, double *min, double *max) override
Get the software limits for a particular axis.
virtual bool getLimits(int axis, double *min, double *max)=0
Get the software limits for a particular axis.
#define yCError(component,...)
virtual bool setLimits(int axis, double min, double max)=0
Set the software limits for a particular axis, the behavior of the control card when these limits are...
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...
std::vector< DevicesLutEntry > lut
bool getVelLimits(int j, double *min, double *max) override
Get the software speed limits for a particular axis.