OneBodyAngularMotor has force without leverage? #181
-
Hello, OneBodyAngularMotor accepts target velocity, max force, and damping. To apply angular velocity I thought it would also have to take an offset in order to convert the motor's force to torque by calculating the length of the lever arm. I see there are some calculations being performed to convert force to impulse -- does this assume the max force in the motor settings is premultiplied by the length of the lever arm (making it max torque) or am I forgetting something from physics class? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For angular-only constraints, the 'maximum force' in MotorSettings is interpreted as maximum torque. There's no lever arm involved, just a direct effect on angular velocity. It's an unfortunate naming side effect of reusing MotorSettings across all types of motors. |
Beta Was this translation helpful? Give feedback.
For angular-only constraints, the 'maximum force' in MotorSettings is interpreted as maximum torque. There's no lever arm involved, just a direct effect on angular velocity.
It's an unfortunate naming side effect of reusing MotorSettings across all types of motors.