ros workspace setup scripts: use master branch

This commit is contained in:
Thomas Gubler
2015-02-06 20:56:03 +01:00
parent 69f50bea8c
commit a2a0451094
2 changed files with 1 additions and 6 deletions
@@ -18,9 +18,7 @@ echo "source $WORKSPACE/devel/setup.bash" >> ~/.bashrc
# PX4 Firmware
cd $WORKSPACE/src
git clone https://github.com/PX4/Firmware.git \
&& cd Firmware \
&& git checkout ros
git clone https://github.com/PX4/Firmware.git
# euroc simulator
cd $WORKSPACE/src
-3
View File
@@ -7,9 +7,6 @@ cd src
# PX4 Firmware
git clone https://github.com/PX4/Firmware.git
cd Firmware
git checkout ros
cd ..
# euroc simulator
git clone https://github.com/PX4/euroc_simulator.git