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 maximum size of the buffer of a measure from the DCMActuator 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 797 of file alrobotmodel.h.