|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_DEV_IINTERACTIONMODE_H
10 #define YARP_DEV_IINTERACTIONMODE_H
17 class IInteractionMode;
18 class IInteractionModeRaw;
194 #endif // YARP_DEV_IINTERACTIONMODE_H
constexpr yarp::conf::vocab32_t createVocab(char a, char b=0, char c=0, char d=0)
constexpr yarp::conf::vocab32_t VOCAB_INTERACTION_MODES
virtual bool setInteractionModes(yarp::dev::InteractionModeEnum *modes)=0
Set the interaction mode of the robot for a all the joints, values can be stiff or compliant.
constexpr yarp::conf::vocab32_t VOCAB_INTERACTION_MODE
virtual bool setInteractionModesRaw(yarp::dev::InteractionModeEnum *modes)=0
Set the interaction mode of the robot for a all the joints, values can be stiff or compliant.
virtual bool getInteractionModes(yarp::dev::InteractionModeEnum *modes)=0
Get the current interaction mode of the robot for a all the joints, values can be stiff or compliant.
virtual bool getInteractionModesRaw(int n_joints, int *joints, yarp::dev::InteractionModeEnum *modes)=0
Get the current interaction mode of the robot for a set of joints, values can be stiff or compliant.
Interface settings the way the robot interacts with the environment: basic interaction types are Stif...
Interface settings the way the robot interacts with the environment: basic interaction types are Stif...
constexpr yarp::conf::vocab32_t VOCAB_INTERFACE_INTERACTION_MODE
constexpr yarp::conf::vocab32_t VOCAB_INTERACTION_MODE_GROUP
virtual bool getInteractionModesRaw(yarp::dev::InteractionModeEnum *modes)=0
Get the current interaction mode of the robot for a all the joints, values can be stiff or compliant.
virtual bool getInteractionMode(int axis, yarp::dev::InteractionModeEnum *mode)=0
Get the current interaction mode of the robot, values can be stiff or compliant.
virtual bool setInteractionModeRaw(int axis, yarp::dev::InteractionModeEnum mode)=0
Set the interaction mode of the robot, values can be stiff or compliant.
virtual bool setInteractionModes(int n_joints, int *joints, yarp::dev::InteractionModeEnum *modes)=0
Set the interaction mode of the robot for a set of joints, values can be stiff or compliant.
virtual ~IInteractionMode()
Destructor.
The main, catch-all namespace for YARP.
virtual bool getInteractionModes(int n_joints, int *joints, yarp::dev::InteractionModeEnum *modes)=0
Get the current interaction mode of the robot for a set of joints, values can be stiff or compliant.
virtual bool setInteractionMode(int axis, yarp::dev::InteractionModeEnum mode)=0
Set the interaction mode of the robot, values can be stiff or compliant.
virtual bool getInteractionModeRaw(int axis, yarp::dev::InteractionModeEnum *mode)=0
Get the current interaction mode of the robot, values can be stiff or compliant.
virtual bool setInteractionModesRaw(int n_joints, int *joints, yarp::dev::InteractionModeEnum *modes)=0
Set the interaction mode of the robot for a set of joints, values can be stiff or compliant.
virtual ~IInteractionModeRaw()
Destructor.