@michalin Thank you for providing example code.
The example you provide moves up to ±100000.0, but isn’t it impossible to move more than that?
If the upper and lower ranges are changed to 1000 and -1000 in the example code, the joint cannot rotate at ±1000
I want to make the joint rotate infinitely using position_control.
How should I modify it?