This is a set of steps used to make sure your robot hardware is up to date. We will assume you have installed:
Code installed from git must be updated manually as below.
- Open a terminal and navigate to the
stretch_aidirectory. - Run the following commands to update the repository:
git pull
git submodule update --init --recursiveYou can install with pip:
python -m pip install -e .[dev]- 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_urdfdirectory. - Run the following commands to update the repository:
git pullThen run the update tool:
stretch_urdf_ros_update.py
stretch_urdf_ros_update.py --ros2_rebuild