mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 03:13:44 +08:00
ros workspace setup scripts: use master branch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user