Skip to content

Position actuators' control range stuck in degrees (even with the compiler set to radians) #249

Discussion options

You must be logged in to vote

Regarding radians and degrees, you are correct, this setting only applies to angles in the kinematic tree. Actuator values like ctrlrange are always in native units.

As explained here, gear scales the length of the actuator (imagine a mechanical gear mechanism between the joint and the actuator), which for position type actuators means that it changes the units and therefore the semantics of your position command. E.g., for your first actuator you are using units of radian/20. I am guessing that what you are looking for is actually the kp attribute (position feedback gain) of the position actuator.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yuvaltassa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants