Velocity limit #117
-
Is there any way to limit velocity of TCP or joints? |
Beta Was this translation helpful? Give feedback.
Answered by
balakumar-s
Jan 18, 2024
Replies: 1 comment
-
Yes, you can set the limit here: curobo/src/curobo/wrap/reacher/motion_gen.py Line 198 in c09d949 It's a scaling factor with 1.0 using the limit from urdf and lower values will scale the limit from the urdf. Note that we currently cannot change the scale after initialization of a motion generation instance. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
balakumar-s
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can set the limit here:
curobo/src/curobo/wrap/reacher/motion_gen.py
Line 198 in c09d949
It's a scaling factor with 1.0 using the limit from urdf and lower values will scale the limit from the urdf.
Note that we currently cannot change the scale after initialization of a motion generation instance.