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_ai
directory. - Run the following commands to update the repository:
git pull
git submodule update --init --recursive
You 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_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