Replies: 2 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.
-
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