I have read the FAQ on how to get velocities from nodes. Yet, of the methods described, none feature a way to get the velocity from a passive servo motor (motor sensing).
I'm trying to use a motor, set to torque 0, which makes it 'loose', as a velocity sensor for an attached inversed pendulum.
The standard motor node has the .getVelocity() method which should allow to receive velocity applied to the motor. In real servos, these would even provide data in passive mode. However in webots, the API describes:
Note that if the velocity is not explicitly set using the wb_motor_set_velocity function, then the wb_motor_get_velocity and wb_motor_get_max_velocity functions return the same value.
Why is that so, and is there any way to use a passive motor/servo for velocity measurment, like one would do with a real servo?