You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Tools that combine the MuJoCo simulator with ROS. Meant to recreate a base port of [gazebo\_ros\_pkgs](https://github.com/ros-simulation/gazebo_ros_pkgs) for MuJoCo.
4
4
5
5
This is a ROS software Project that wraps the [MuJoCo physics engine](https://mujoco.org/) into a ROS package.
6
-
It is an extension of the MuJoCo [simulate](https://github.com/deepmind/mujoco/blob/2.1.1/sample/simulate.cc) program, with ROS integration and the possibility to load plugins via pluginlib.
6
+
It is an extension of the MuJoCo [simulate](https://github.com/deepmind/mujoco/blob/3.2.0/sample/simulate.cc) program, with ROS integration and the possibility to load plugins via pluginlib.
where `PATH/TO/MUJOCO/DIR` is `~/.mujoco/mujoco-2.3.7` if you used the recommended location to install mujoco (if downloaded as tarball). If you built MuJoCo from source and the install path is known to catkin, you can skip this step.
29
+
where `PATH/TO/MUJOCO/DIR` is `~/.mujoco/mujoco-3.2.0` if you used the recommended location to install mujoco (if downloaded as tarball). If you built MuJoCo from source and the install path is known to catkin, you can skip this step.
30
30
31
31
4. Build with `catkin_build`, `catkin b` or `colcon build`.
32
32
5. Source your workspace and try `roslaunch mujoco_ros launch_server.launch use_sim_time:=true` to test if it runs.
0 commit comments