Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 343 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 343 Bytes

dd2419

Install instructions

cd ~/dd2419_ws
wstool init src
wstool merge -t src https://raw.githubusercontent.com/danielduberg/dd2419/master/.rosinstall --merge-replace
wstool update -t src
catkin build
source devel/setup.bash
roscd dd2419_simulation
mkdir build
cd build
cmake ../../sim_cf/crazyflie-firmware/sitl_make/
make