Equality constraint maxing out #2711
Unanswered
M8e0
asked this question in
Asking for Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I am an undergrad student , I use MuJoCo to simulate pick and place movements using delta robots.
My setup
Mujoco 3.3.3 using python API on windows 11
My question
I am facing a problem with the soft equality constraints.
No matter the parameters I put in the model, the sites under the equality constraints are torn away when the robot is moving, thus making pick and place movements impossible because of the lack of precision.
Is there a way to make the equality constraint behave as a hard constraint ?
The workaround I found is to attach a mocap cube to the end-effector of the robot, and move it. sadly this approach shuts the door on using inverse kinematics to control the robot.
Minimal model and/or code that explain my question
If you encountered the issue in a complex model, please simplify it as much as possible (while still reproducing the issue).
parameters of the equality constraints :
Code:
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions