- Author: David P. Leins [email protected]
- License: BSD 3-Clause License
- MuJoCo 2.3.6
- python3-vcstool
- Create catkin workspace (
mkdir -p mj_ros_demo_ws/src && cd mj_ros_demo_ws && catkin init
) - Clone the demo repository into the workspace with
git clone https://github.com/ubi-agni/mujoco_ros_demos src/mujoco_ros_demos
- Download ros package dependencies into catkin workspace src folder with
vcs import src < src/mujoco_ros_demos/panda_ros_control/panda.deps
- Build catkin workspace with
catkin b mujoco_panda_waving
and source the devel workspace. - Run
roslaunch mujoco_panda_waving panda_auto_waving.launch use_sim_time:=true
.
Play around with the launchfile arguments, if you like.