Skip to content
Snippets Groups Projects
Commit a2a04510 authored by Thomas Gubler's avatar Thomas Gubler
Browse files

ros workspace setup scripts: use master branch

parent 69f50bea
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment