Update 'rpi_install.bash'

This commit is contained in:
winterhalderp 2021-03-16 13:49:32 +01:00
parent 80ea2e75e6
commit 5d2476b980
1 changed files with 3 additions and 1 deletions

View File

@ -109,7 +109,9 @@ sudo apt install -y git
# Setup remote git from inside workspace
cd ~/colcon_ws
git init
git remote add origin https://egit.irs.uni-stuttgart.de/DLR-Libs/ROS-CANopen.git
# Change the URL to your Git repository
git remote add origin https://egit.irs.uni-stuttgart.de/RoverLehre/ROS2_pubsub.git
git fetch --all
git reset --hard origin/master