About Compiling a Source for ROS Kinetic Kame and Gazebo 9
Hi.
I found a repository to work on about aerial robots (fixed wing and rotary wing).
https://github.com/okanasik/suruiha/t...
How can i get this repository working in ROS Kinetic Kame and Gazebo 9?
I am very new to ROS and Gazebo environment so i dont know how to compile and run a source in ROS and Gazebo.
I have knowledge about Python and C++ so i am able to run scripts in "/uav_ground_control/scripts/".
Thanks for answers...
I'd suggest following this tutorial to get started. Once you've made a catkin workspace, run
git clone https://github.com/...
to clone the repo into the workspace'ssrc
folder.