|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERPOSITIONDIRECT_H
10 #define YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERPOSITIONDIRECT_H
24 bool setPositions(
const int n_joints,
const int* joints,
const double* dpos)
override;
28 bool getRefPositions(
const int n_joint,
const int* joints,
double* refs)
override;
31 #endif // YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERPOSITIONDIRECT_H
bool setPositions(const int n_joints, const int *joints, const double *dpos) override
Set new reference point for all axes.
bool getRefPositions(double *refs) override
Get the last position reference for all axes.
bool getAxes(int *ax) override
Get the number of controlled axes.
bool setPosition(int j, double ref) override
Set new position for a single axis.
Interface for a generic control board device implementing position control.
bool getRefPosition(const int joint, double *ref) override
Get the last position reference for the specified axis.