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

Camera and SDK you are using #38

Open
BenQ0 opened this issue Jan 16, 2020 · 1 comment
Open

Camera and SDK you are using #38

BenQ0 opened this issue Jan 16, 2020 · 1 comment

Comments

@BenQ0
Copy link

BenQ0 commented Jan 16, 2020

Hello there,
I have come across this project and first of all have to say that it sounds amazing and has quite a potential. But now I have two questions:

  1. Do you use the downward camera to get the images of the ArUco markers?
  2. Does this only work with the Tello SDK1.0 (the normal tellos) or does it also works with the Tello SDK2.0 (Tello EDUs)?
    Thanks in advance
@clydemcqueen
Copy link
Owner

  1. flock2 uses the forward-facing camera. I don't know of a way to get images from the down-facing camera.

  2. flock2 relies on https://github.com/clydemcqueen/tello_ros. I've tested tello_ros with both SDK1 and SDK2 tellos.

Caveat: while experimenting we learned that the SDK1&2 actions are slow -- slow enough to make PID control difficult. We've considered (but haven't performed) several possible experiments:

a. try the non-published binary interface used by https://github.com/hanyazou/TelloPy

b. don't run a PID controller, instead let the drone fly dead-reckoning between waypoints, and use the ArUco markers to adjust the waypoints.

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