Skip to content

Commit cfe4ec7

Browse files
committed
Update README and controllers.yaml for ROS 2 Jazzy
1 parent 491efc4 commit cfe4ec7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ This repo also serves as an example of how to implement a custom controller usin
1818
### Dependencies
1919

2020
This 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
2222
needs 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
2727
the [full documentation](https://qiayuanl.github.io/legged_control2_doc/overview.html).
2828

2929
Specifically, 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
3737
sudo 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

config/g1/controllers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ standby_controller:
4949

5050
walking_controller:
5151
ros__parameters:
52-
update_rate: 50
52+
update_rate: 50 # Remove this line if using Humble!!!

0 commit comments

Comments
 (0)