ROS beginner

asked 2017-09-23 15:16:46 -0500

mikerosz gravatar image

Hello all, I am working on a project where I would like to use ROS and OpenCV to detect a gutter using the A.R Drone 2.0 and when it is detected I want the drone to fly over the gutter to essentially clean out the leaves using the propellers. I want to know everything I need to install from the operating system to the programs. So which "Linux" I have to use, which ROS i need to install and which OpenCV I need as well. Any libraries I have to install. Any help would be appreciated. I plan to use C++ for coding, but willing to use Pyhton as well.

edit retag flag offensive close merge delete

Comments

1

We're here to help, but as it is your question really reads like "please do my work for me". If you could edit your question and ask some specific questions about things we could probably help you better.

gvdhoorn gravatar image gvdhoorn  ( 2017-09-23 16:24:43 -0500 )edit

Please note that in your other question I did give you some advice on what library (ROS package actually) to use.

jayess gravatar image jayess  ( 2017-09-23 22:28:33 -0500 )edit

The distributions page on the wiki will help you figure out which version of Linux to use once you've figured out what version of ROS you're going to use.

jayess gravatar image jayess  ( 2017-09-23 22:31:40 -0500 )edit

Hm. So this is actually really more of a duplicate then. I seemed to have missed that.

gvdhoorn gravatar image gvdhoorn  ( 2017-09-25 02:42:42 -0500 )edit

Install ROS indigo over ubuntu 14.04. Try to explore ardrone_autonomy. It will help you to start with. Here I have pushed current work of mine. ( https://github.com/pavankumarbn/DoneG... ) You can make use of it.

pavankumarbn gravatar image pavankumarbn  ( 2017-10-17 21:43:09 -0500 )edit