diff --git a/README.md b/README.md index 845aa3f0b44d9ad77070eee460a460ec87d82298..949db2ac1731a4b9a67ec3547f347a7846ad6e56 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,20 @@ See the document [Hardware Description](https://drive.google.com/file/d/1Oa_7Voh See the [installation page](https://gitlab.iri.upc.edu/mobile_robotics/adc/platforms/model_car/iri_model_car_how_to/-/blob/master/doc/installation.md) for instructions on how to set up the enviroment on the car and development computers. +To update the car: +```bash +sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade +cd ~/model_car_ws/src/ +wstool update -j 10 +cd ~/model_car_ws/ +catkin_make +cd ~/user_ws/src/adc/iri_adc_launch/ +git pull +cd ~/user_ws/ +catkin_make +``` + + ## 3. Power on and communication See the [real model car page](https://gitlab.iri.upc.edu/mobile_robotics/adc/platforms/model_car/iri_model_car_how_to/-/blob/master/doc/real_model_car.md) for instructions on how to use the batteries and power on the model car. Follow the sections: