Skip to content

Commit

Permalink
ros workspace setup scripts: use master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgubler committed Feb 6, 2015
1 parent 69f50be commit a2a0451
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions Tools/ros/docker/px4-ros-full/scripts/setup-workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions Tools/ros/px4_workspace_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2a0451

Please sign in to comment.