2

The position sensor's resolution field simply has a float value, but not even the documentation of the position sensor specifies what unit is used, does anyone know ? (or can we just infer that it is rad/s as the motor's position is in that unit)

Aerodynamic
  • 782
  • 5
  • 19

1 Answers1

1

It doesn't have unit because it depends on the type of joint it is attached to.

For hinge-joints, hinge-2-joints and ball-joints the units are radians and for slider-joints the units are meters.

David Mansolino
  • 1,713
  • 7
  • 13