Skip to content

CrashxZ/TelloCoordinateSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TelloCoordinateSystem

ENU/ NED coordinate system for tello Usage Example

from easytello import tello
from telloCoordinateSystem import telloC
tello = tello.Tello()#initialize tello

tello.takeoff()
telloS = telloC(tello) #initialise Tello Coordinate System
telloS.move(0,0,0.5) # use the tello Coordinate System object
telloS.move(0,0,-0.5)
tello.land()

Syntax : telloS.move(x,y,z)

Note these are delta coordinates, i.e. the change in coordinates.

About

ENU/ NED coordinate system for tello

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages