-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Tello driver FlightData fields description #798
Comments
Found about IMU: Ryze Tello IMU Calibration. So I guess |
Tello SDK (Tello EDU only?) has a description for the state fields: It is different from what we have but there are a few matching fields. |
|
Hi @orsinium , I'm not a user of this device, so I can not tell something about the structure elements. Because it seems you are (were) a novice for using this driver you are best suited for adding some comments for the next new user. So, please could you provide a PR with some comments besides the elements or at least provide a complete list here so anyone else can prepare an PR? This would be perfect. |
I don't remember much at this point, only what I wrote in this issue. But I think I haven't found anything else. I'm pretty sure I'm not the first one to use the driver. I vaguely remember @deadprogram showing people how to fly a DJI Tello drone at some conferences. And then there is this article. So, I hope there are some people in the world who can uncover the mysteries of the fields I didn't uncover. I'll try to find some time in a week and contribute comments to the fields that I described in this thread. The rest I don't know yet. |
Thanks, that would be great! |
The
FlightData
struct fields use a lot of abbreviations and don't have descriptions. What isEmOpen
?ElectricalMachineryState
?FlyMode
?FrontLSC
?ImuState
? What are the possible values forCameraState
? Is there a place where I can read about it?The text was updated successfully, but these errors were encountered: