Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autonomous flight #42

Open
ghost opened this issue Feb 1, 2016 · 2 comments
Open

Autonomous flight #42

ghost opened this issue Feb 1, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 1, 2016

Hi everyone,

Apart from my previous problem, which I have not been able to resolve yet, I was wondering if there is any tool in this SDK to make the drone fly 'autonomously', this is, through the use of waypoints.

Thank you in advance, and have a nice day!

@puku0x
Copy link
Owner

puku0x commented Feb 1, 2016

Unfortunately, CV Drone only provides

  • Getting camera image
  • Getting sensor data (gyro, velocity, altitude, ...)
  • Sending commands
  • Many available OpenCV functions

You should make it with your own hands.

Thanks,
puku0x

@mikerosz
Copy link

Hello everyone, I like this program sample_tracking. I am trying to use this code to tell the drone to follow a straight line when a specific object is detected. IN MY CASE, A GUTTER, once the color white is detected, tell the drone to go from one end to the other. any way I can do this maybe drawing a line within the box and somehow telling drone to follow line. Any help would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants