px4-firmware/Tools/ros/px4_workspace_setup.sh

31 lines
617 B
Bash
Raw Normal View History

#!/bin/bash
2015-02-01 07:55:15 -04:00
# License: according to LICENSE.md in the root directory of the PX4 Firmware repository
2015-01-07 08:48:20 -04:00
# run this script from the root of your catkin_ws
source devel/setup.bash
cd src
# PX4 Firmware
git clone https://github.com/PX4/Firmware.git
# euroc simulator
git clone https://github.com/PX4/euroc_simulator.git
cd euroc_simulator
git checkout px4_nodes
cd ..
# mav comm
2015-01-07 08:48:20 -04:00
git clone https://github.com/PX4/mav_comm.git
2015-01-16 10:18:53 -04:00
# glog catkin
git clone https://github.com/ethz-asl/glog_catkin.git
# catkin simple
git clone https://github.com/catkin/catkin_simple.git
2015-01-16 10:18:53 -04:00
# drcsim (for scenery and models)
2015-01-07 08:48:20 -04:00
cd ..
catkin_make