WheelTorqueActuator is a class defining an actuator that drives a wheel. More...
#include <alrobotmodel.h>
Public Member Functions | |
WheelTorqueActuator (class WheelTorqueActuatorImpl *impl) | |
private constructor. | |
WheelTorqueActuator (const WheelTorqueActuator &other) | |
copy constructor. | |
~WheelTorqueActuator () | |
destructor. | |
virtual int | bufferSize () const |
returns the size of the buffer of a command to the Actuator in bits. | |
float | maxTorque () const |
returns the maximal torque of the WheelTorqueActuator (in | |
const Joint * | controlledJoint () const |
returns the controlled joint by the WheelTorqueActuator |
WheelTorqueActuator is a class defining an actuator that drives a wheel.
Definition at line 790 of file alrobotmodel.h.