Update packages

Get latest version of Reachy software

Fetch repositories on Github Desktop

All the Github repositories of Reachy’s packages are cloned on Github Desktop. Simply find it on Reachy’s computer, select one by one the repositories and fetch to check if there are updates. Pull the changes in case updates are found.

The list of all Reachy’s packages which may require updates is available here:

Find Reachy packages list

Rebuild ROS packages

To make sure the updates have been taken into account, build ROS packages after having pulled them.

cd ~/reachy_ws
colcon build 
source ~/.bashrc

Edit this page on GitHub