flock2 icon indicating copy to clipboard operation
flock2 copied to clipboard

Camera and SDK you are using

Open BenQ0 opened this issue 5 years ago • 1 comments

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

BenQ0 avatar Jan 16 '20 21:01 BenQ0

  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.

clydemcqueen avatar Jan 22 '20 22:01 clydemcqueen