SMerrony / tello

The tello Go (golang) package is an unofficial, easy-to-use, standalone API for the Ryze Tello® drone.
MIT License
81 stars 21 forks source link

bug fix #1

Closed cbwang2016 closed 6 years ago

cbwang2016 commented 6 years ago

but the original code does not allow any way to make Tello move in two directions simultaneously

SMerrony commented 6 years ago

Yes it does - that's what StickMessages are for.

Fine control is available via the UpdateSticks() or StartStickListener channel.

These 'macro' commands were only intended for simple movement in a single direction at a time, such as might be practical for keyboard-only (non-joystick) control.