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:
In case of major Reachy updates, it may happen some packages of the list are not cloned on your robot. Clone them from Github Desktop in the correct folder (reachy_ws/src or dev depending of the nature of the package).
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 --symlink-install
source ~/.bashrc