|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERCONTROLMODE_H
10 #define YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERCONTROLMODE_H
23 bool getControlModes(
const int n_joint,
const int* joints,
int* modes)
override;
25 bool setControlModes(
const int n_joints,
const int* joints,
int* modes)
override;
29 #endif // YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERCONTROLMODE_H
bool setControlModes(const int n_joints, const int *joints, int *modes) override
Set the current control mode for a subset of axes.
bool getControlMode(int j, int *mode) override
Get the current control mode.
Interface for setting control mode in control board.
bool setControlMode(const int j, const int mode) override
Set the current control mode.
bool getControlModes(int *modes) override
Get the current control mode (multiple joints).