surajmahangade / tum_simulator_melodic

tum simulator ported to Ros Melodic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tum_simulator ported to Ros Melodic and Gazebo 9

The original code was written in hydro which can be found here :

  1. create a package
  • mkdir -p catkin_ws/src/
  • cd catkin_ws/src/
  • catkin_init_workspace
  1. Clone the required repositories
  • git clone https://github.com/surajmahangade/tum_simulator_melodic.git
  • git clone https://github.com/dsapandora/ardrone_autonomy.git
  1. Build
  • cd ~/catkin_ws
  • catkin_make
  1. Source
  • source ~/catkin_ws/devel/setup.bash
  1. Run the simulation Run a simulation by executing a launch file in cvg_sim_gazebo package:
  • roslaunch cvg_sim_gazebo ardrone_testworld.launch

About

tum simulator ported to Ros Melodic.


Languages

Language:C++ 86.6%Language:CMake 13.3%Language:Python 0.1%