quadruped_ros2_control/descriptions/deep_robotics/x30_description
Zhenbiao Huang 4575779eb5 fix leg controller in jazzy, simplified gazebo launch file 2024-10-20 12:42:34 +08:00
..
config fix ocs2 performance under ubuntu 24.04 2024-10-18 22:22:07 +08:00
launch fix leg controller in jazzy, simplified gazebo launch file 2024-10-20 12:42:34 +08:00
meshes add deep robotics x30 2024-10-14 22:30:40 +08:00
urdf add ocs2 control for deep robotics 2024-10-18 16:23:49 +08:00
xacro add ocs2 control for deep robotics 2024-10-18 16:23:49 +08:00
CMakeLists.txt add deep robotics x30 2024-10-14 22:30:40 +08:00
README.md fix leg controller in jazzy, simplified gazebo launch file 2024-10-20 12:42:34 +08:00
package.xml add deep robotics x30 2024-10-14 22:30:40 +08:00

README.md

DeepRobotics X30 Description

This repository contains the urdf model of x30.

x30

Tested environment:

  • Ubuntu 24.04
    • ROS2 Jazzy
  • Ubuntu 22.04
    • ROS2 Humble

Build

cd ~/ros2_ws
colcon build --packages-up-to x30_description --symlink-install

Visualize the robot

To visualize and check the configuration of the robot in rviz, simply launch:

source ~/ros2_ws/install/setup.bash
ros2 launch x30_description visualize.launch.py

Launch ROS2 Control

Mujoco Simulator

  • Unitree Guide Controller
    source ~/ros2_ws/install/setup.bash
    ros2 launch unitree_guide_controller mujoco.launch.py pkg_description:=x30_description
    
  • OCS2 Quadruped Controller
    source ~/ros2_ws/install/setup.bash
    ros2 launch ocs2_quadruped_controller mujoco.launch.py pkg_description:=x30_description
    

Gazebo Simulator

  • Unitree Guide Controller
    source ~/ros2_ws/install/setup.bash
    ros2 launch unitree_guide_controller gazebo.launch.py pkg_description:=x30_description height:=0.64
    
  • Legged Gym Controller
    source ~/ros2_ws/install/setup.bash
    ros2 launch x30_description gazebo_rl_control.launch.py