| Package | Description |
|---|---|
| me.friwi.tello4j.api.drone |
| Modifier and Type | Method and Description |
|---|---|
void |
TelloDrone.backward(int cm)
Instructs this drone to move backward a certain amount of centimeters.
|
abstract void |
TelloDrone.curve(int x1,
int y1,
int z1,
int x2,
int y2,
int z2,
int speed)
Instructs this drone to fly a curve via one relative point to another
|
void |
TelloDrone.down(int cm)
Instructs this drone to move down a certain amount of centimeters.
|
abstract void |
TelloDrone.flip(FlipDirection direction)
Instructs this drone to perform a flip in the direction you specify
|
void |
TelloDrone.forward(int cm)
Instructs this drone to move forward a certain amount of centimeters.
|
void |
TelloDrone.left(int cm)
Instructs this drone to move to the left a certain amount of centimeters.
|
abstract void |
TelloDrone.move(int x,
int y,
int z,
int speed)
Instructs this drone to move to a relative position (x, y, z) with a set speed
|
abstract void |
TelloDrone.moveDirection(MovementDirection direction,
int cm)
Instructs this drone to move a certain amount of centimeters in one direction.
|
void |
TelloDrone.right(int cm)
Instructs this drone to move to the right a certain amount of centimeters.
|
abstract void |
TelloDrone.turn(TurnDirection direction,
int degrees)
Instructs this drone to turn a certain amount of degrees in one direction
|
void |
TelloDrone.turnLeft(int degrees)
Instructs this drone to turn left a certain amount of degrees
|
void |
TelloDrone.turnRight(int degrees)
Instructs this drone to turn right a certain amount of degrees
|
void |
TelloDrone.up(int cm)
Instructs this drone to move up a certain amount of centimeters.
|
Copyright © 2020. All rights reserved.