Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Defining Commands #14

Closed
Ionic-Wolf opened this issue Jul 9, 2019 · 1 comment
Closed

Defining Commands #14

Ionic-Wolf opened this issue Jul 9, 2019 · 1 comment

Comments

@Ionic-Wolf
Copy link

I was wanting to do a flip, but as far as I can get it is mydrone.flip(direc = ~~). I have tried putting forward, backwards, left, and right where the ~~ is, and I haven't been successful. If it is possible to define all commands for mydrone.{command} in the ReadMe.md would be helpful.

@ezrafielding
Copy link
Owner

The flip command in easyTello accepts the same commands as the ones outlined in the Tello 1.3.0.0 SDK. So to flip forward for instance, you would say mydrone.flip('f'). The flip method accepts a single string which defines direction. They are 'l' for left, 'r' for right, 'f' for forward, and 'b' for backward. I do agree that we need a full list of commands in the easyTello docs, but in the mean time, the Tello 1.3.0.0 SDK notes are a good starting point.

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

No branches or pull requests

2 participants