@@ -18,12 +18,12 @@ This repo also serves as an example of how to implement a custom controller usin
1818### Dependencies
1919
2020This software is built on
21- the [ ROS 2 Humble ] ( https://docs.ros.org/en/humble /Installation/Ubuntu-Install-Debs.html#ubuntu-deb-packages ) , which
21+ the [ ROS 2 Jazzy ] ( https://docs.ros.org/en/jazzy /Installation/Ubuntu-Install-Debs.html#ubuntu-deb-packages ) , which
2222needs to be installed first. Additionally, this code base depends on ` legged_control2 ` .
2323
2424### Install ` legged_control2 `
2525
26- Pre-built binaries for ` legged_control2 ` are available on ROS 2 Humble . We recommend first reading
26+ Pre-built binaries for ` legged_control2 ` are available on ROS 2 Jazzy . We recommend first reading
2727the [ full documentation] ( https://qiayuanl.github.io/legged_control2_doc/overview.html ) .
2828
2929Specifically, For this repo, follow
@@ -32,15 +32,15 @@ Additionally, install Unitree-specific packages:
3232
3333``` bash
3434# Add debian source
35- echo " deb [trusted=yes] https://github.com/qiayuanl/unitree_buildfarm/raw/jammy-humble -amd64/ ./" | sudo tee /etc/apt/sources.list.d/qiayuanl_unitree_buildfarm.list
36- echo " yaml https://github.com/qiayuanl/unitree_buildfarm/raw/jammy-humble -amd64/local.yaml humble " | sudo tee /etc/ros/rosdep/sources.list.d/1-qiayuanl_unitree_buildfarm.list
35+ echo " deb [trusted=yes] https://github.com/qiayuanl/unitree_buildfarm/raw/noble-jazzy -amd64/ ./" | sudo tee /etc/apt/sources.list.d/qiayuanl_unitree_buildfarm.list
36+ echo " yaml https://github.com/qiayuanl/unitree_buildfarm/raw/noble-jazzy -amd64/local.yaml jazzy " | sudo tee /etc/ros/rosdep/sources.list.d/1-qiayuanl_unitree_buildfarm.list
3737sudo apt-get update
3838```
3939
4040``` bash
4141# Install packages
42- sudo apt-get install ros-humble -unitree-description
43- sudo apt-get install ros-humble -unitree-systems
42+ sudo apt-get install ros-jazzy -unitree-description
43+ sudo apt-get install ros-jazzy -unitree-systems
4444```
4545
4646### Build Package
0 commit comments