TorqueSensor is a class defining an torque sensor. It is attached to a torque motor (it has the same name) and can measure its torque. More...
#include <alrobotmodel.h>
Public Member Functions | |
TorqueSensor () | |
creates an empty TorqueSensor, you should not use this. | |
~TorqueSensor () | |
destructor. | |
virtual int | bufferSize () const |
returns the maximum size of the buffer of a measure from the TorqueSensor in bits. |
TorqueSensor is a class defining an torque sensor. It is attached to a torque motor (it has the same name) and can measure its torque.
Definition at line 977 of file alrobotmodel.h.
creates an empty TorqueSensor, you should not use this.