> okay, it actually says directly in the manual how to do this by setting
> using dParamFMax to zero
You can also use the motor with an explicit torque like this: if the
torque you want to exert is positive then set dParamFMax to that torque
and dParamVel to some very large value, even infinity (1.0 / 0.0). If
the torque is negative set dParamFMax to the absolute value of that
torque and dParamVel to a very large negative value like negative
infinity (-1.0 / 0.0).
Dimitris