The original code was written in hydro which can be found here : https://github.com/tum-vision/tum_simulator.git This is a ros melodic version of the code. Tested on Ubuntu 18.04.1, ROS Melodic and using Gazebo 9. How to run a simulation:
- create a package
mkdir -p catkin_ws/src/
cd catkin_ws/src/
catkin_init_workspace
- Clone the required repositories
git clone https://github.com/surajmahangade/tum_simulator.git
git clone https://github.com/dsapandora/ardrone_autonomy.git
- Build
cd ~/catkin_ws
catkin_make
- Run the simulation Run a simulation by executing a launch file in cvg_sim_gazebo package:
roslaunch cvg_sim_gazebo ardrone_testworld.launch