Add MuJoCo to ROS Buildfarm #1387
Closed
peterdavidfagan
started this conversation in
General
Replies: 2 comments 7 replies
-
Note that mujoco is available in recent version of debian, even if the version is relatively old: https://packages.debian.org/source/sid/mujoco, so perhaps if mujoco is added to the buildfarm it could make sense to add it as vendor package. |
Beta Was this translation helpful? Give feedback.
1 reply
-
As an update to this thread, for now I add the latest release files to my repository and link them to the project. Not ideal but it gets the job done for my use case: https://github.com/peterdavidfagan/mujoco_ros. |
Beta Was this translation helpful? Give feedback.
6 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.
-
I am starting to develop MuJoCo simulation environments that interface with ROS 2. I have a working example in Python but need to switch to the C API for performance reasons. Currently MuJoCo doesn't appear to be released under the ROS 2 package management ecosystem, I suggest that MuJoCo is added as a package so it can be used more readily by the ROS community.
I guess this is not strictly necessary but it makes handling the MuJoCo dependency a lot cleaner when developing ROS packages. Looks like it may take not insignificant work to add this.
Beta Was this translation helpful? Give feedback.
All reactions