A module containing ROS2 packages for launching Go2 in simulation.
-
go2_bringupContains the main launch file
main.launch.pyOne can pass an argument while launching this file, like:make run CTRL=unitree_guide
or
make run CTRL=rl
-
go2_descriptionContains the model of the robot in xacro format and in urdf.
-
controllersContains
rl_quadruped_controllerandunitree_guide_controller.If you want to launch them from a separate launch file rather than the whole bringup launcher, use either of these commands:
ros2 launch unitree_guide_controller mujoco.launch.py
or:
ros2 launch rl_quadruped_controller mujoco.launch.py