How do modify joint limits temporarily for one planning query #261
Unanswered
peter-mitrano-bg
asked this question in
Software Q&A
Replies: 2 comments
-
Hi, there, have you solved this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@balakumar-s - bumping this for awareness as it's a feature we're looking for too. Similar question was asked back in August. Is there any issue / alternative path to us updating joint limits as seen above? Making multiple configs of URDFs to communicate temporary joint constraints is a fine pattern for us. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to modify either the input yml, dict, RobotConfig, or MotionGen config some way to update the joint limits without permenantly modifying the URDF on disc. I see
_update_joint_limits
incuda_robot_generator
but that seems to be private, and probably can't be called after the_kinematics_config
has been constructed.So is there a way I can do this?
Beta Was this translation helpful? Give feedback.
All reactions