This is a set of steps used to make sure your robot hardware is up to date. We will assume you have installed:
There is an update script which should handle some aspects of this. Code installed from git must be updated manually as below.
- Open a terminal and navigate to the
stretch_ai
directory. - Run the following commands to update the repository:
git pull
git submodule update --init --recursive
- Open a terminal and run the following command to update all pip packages:
pip install --upgrade hello-robot-stretch-body hello-robot-stretch-urdf
- Open a terminal and navigate to the
stretch_urdf
directory. - Run the following commands to update the repository:
git pull
Then run the update tool:
stretch_urdf_ros_update.py
stretch_urdf_ros_update.py --ros2_rebuild