Replies: 3 comments 3 replies
-
We agree and are looking into options to make this happen. Can you recommend someone who could be contracted to do this? |
Beta Was this translation helpful? Give feedback.
-
I developed a lightweight ROS interface called mujoco_ros, which can be integrated with any version of MuJoCo without modifying its code or CMake configurations. This interface allows MuJoCo to function as a ROS node (e.g., /mujoco_sim), transferring the simulated robot state to a ROS topic (e.g., /ambot_v2/states) and executing commands from another ROS topic (e.g.,/ambot_v2/action ) generated by a custom controller ROS Node (e.g., /controller_node). |
Beta Was this translation helpful? Give feedback.
-
If you only need to get sensor data and set the actuators, there is a plug and play plugin for using ROS2 with MuJoCo, it is only needed to install the plugin and add its instance to the XML model file: <extension>
<plugin plugin="mujoco.ros2">
<instance name="ros2_plugin">
</plugin>
</extension> And it will automatically publish data for all the sensors in separate topics, and create subscribers for the actuators. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone! As a long-time user of Mujoco, I believe that creating a bridge between Mujoco and ROS would be an amazing advancement. The combination of Mujoco's accuracy and the communication capabilities of ROS would result in a powerful tool that developers would have for sure use it. While there are existing repositories offering this integration, having an official Mujoco-supported bridge would be highly desirable. Regards, Khalil
Beta Was this translation helpful? Give feedback.
All reactions