Motion planning on mujoco #2094
Unanswered
gabrielpeixoto-cvai
asked this question in
Asking for Help
Replies: 3 comments 3 replies
-
Regarding IK, you should probably look into @kevinzakka's mink, the dm_control stuff is not great. Regarding an OMPL wrapper for MuJoCo, that would great! If you decide to write it, we will be happy to help 🙂 |
Beta Was this translation helpful? Give feedback.
3 replies
-
I'm also looking for mujoco motion planning solutions for my simulation data pipeline. If you want to write an OMPL wrapper I would be glad to help ;) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also happy to help if this is gonna be a thing |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The feature, motivation and pitch
Hello, First of all, thanks for the great work and sharing this with everyone!
I am doing research in motion planning with collision avoidance. I have been using Bullet and OMPL to simulate robots. I want to switch to mujoco, so I wondered how to achieve a similar setup.
I found this repository, but it seems to be old (before mujoco was open-sourced) so probably there should be a lot of work in adapting it to the current mujoco version.
I am searching for information. What I need is the following:
Making an OMPL wrapper that works with mujoco would be the best.
Alternatives
I could not find many resources on this topic.
I know that mujoco_mpc exists, but it does not satisfy my requirements.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions