8 #ifndef ICUBSIMULATION_BLENDERLOGICALJOINTS_INC
9 #define ICUBSIMULATION_BLENDERLOGICALJOINTS_INC
13 #include <yarp/dev/DeviceDriver.h>
virtual void setPosition(double target)
Drive towards an angle setpoint (in ICUB units/sign).
virtual LogicalJoint & control(int part, int axis)
Access the control for a logical joint, based on part and axis number.
virtual void setControlParameters(double vel, double acc)
Set velocity and acceleration control parameters.
virtual double getAngle()
Get the angle of an associated joint, in ICUB units and sign.
virtual void setVelocity(double target)
Set velocity of joint (in ICUB units/sign).
virtual double getVelocity()
Get the angular velocity of an associated joint, in ICUB units and sign.
Abstract class for mapping from "physical" (simulated) joints in the model to control joints in the I...
Route control for the robots controlled joints to their implementation.