I have a configurable joint which is in velocity mode for `angularXDrive` and `angularYZDrive`, with `Maximum Force` set at `infinity`. I use `targetAngularVelocity` to set the joint's velocity.
But I don't know what unit is `targetAngularVelocity`. I thought it would be in degrees per second, but it's not. I tried with an angular velocity of (10, 0, 0) assuming it would rotate by 10 degrees every second, but it makes roughly a whole revolution (360 degrees) every second.
So I was wondering what the unit was.