Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

AUVSL/mujoco_ros_pkgs

 
 

Repository files navigation

mujoco_ros

Wrapper, tools for using ROS with the MuJoCo simulator.

installation

Download mujoco release from https://github.com/deepmind/mujoco/releases into /opt/mujoco-{version} Fix the version of mujoco in mujoco_ros_control/CMakeLists.txt

mkdir -p ~/ros/mujoco_ws/src
cd ~/ros/mujoco_ws
sudo rosdep init
rosdep update
wstool init src
wstool set -u -t src mujoco_ros_pkgs https://github.com/sugikazu75/mujoco_ros_pkgs.git --git
wstool merge -t src src/mujoco_ros_pkgs/.rosinstall.noetic
wstool update -t src
rosdep install -y -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO
catkin build

About

ROS integration of Mujoco simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.7%
  • Python 29.1%
  • CMake 12.2%