- fetchAcceleration() - Method in class me.friwi.tello4j.api.drone.TelloDrone
-
Fetch the current acceleration force of this drone.
- fetchAttitude() - Method in class me.friwi.tello4j.api.drone.TelloDrone
-
Fetches the current attitude of this drone.
- fetchBarometer() - Method in class me.friwi.tello4j.api.drone.TelloDrone
-
Fetch the barometer value of this drone.
- fetchBattery() - Method in class me.friwi.tello4j.api.drone.TelloDrone
-
Fetch the current battery level of this drone.
- fetchHeight() - Method in class me.friwi.tello4j.api.drone.TelloDrone
-
Fetch the current altitude of this drone.
- fetchMotorTime() - Method in class me.friwi.tello4j.api.drone.TelloDrone
-
Fetch the current running duration of the motors/airborne time.
- fetchSpeed() - Method in class me.friwi.tello4j.api.drone.TelloDrone
-
Fetch the current speed setting of this drone.
- fetchTemperature() - Method in class me.friwi.tello4j.api.drone.TelloDrone
-
Fetch the current temperature of this drone (own temperature, not outside temperature).
- fetchTOFDistance() - Method in class me.friwi.tello4j.api.drone.TelloDrone
-
Fetch the distance ahead using the time-of-flight sensor.
- fetchWifiSnr() - Method in class me.friwi.tello4j.api.drone.TelloDrone
-
Fetch the wifi signal-noise-ratio from this drones perspective.
- flip(FlipDirection) - Method in class me.friwi.tello4j.api.drone.TelloDrone
-
Instructs this drone to perform a flip in the direction you specify
- FlipDirection - Enum in me.friwi.tello4j.api.world
-
This enum represents all possible directions the drone can flip
- forward(int) - Method in class me.friwi.tello4j.api.drone.TelloDrone
-
Instructs this drone to move forward a certain amount of centimeters.
- takeoff() - Method in class me.friwi.tello4j.api.drone.TelloDrone
-
Instructs this drone to take off.
- TelloCommandException - Exception in me.friwi.tello4j.api.exception
-
Class that unifies all possible exceptions that can occur when executing a command.
- TelloCommandException(String, Exception) - Constructor for exception me.friwi.tello4j.api.exception.TelloCommandException
-
- TelloCommandException(String) - Constructor for exception me.friwi.tello4j.api.exception.TelloCommandException
-
- TelloCommandTimedOutException - Exception in me.friwi.tello4j.api.exception
-
This exception is thrown when the tello drone does not answer in time.
- TelloCommandTimedOutException(Exception) - Constructor for exception me.friwi.tello4j.api.exception.TelloCommandTimedOutException
-
- TelloCommandTimedOutException() - Constructor for exception me.friwi.tello4j.api.exception.TelloCommandTimedOutException
-
- TelloConnectionTimedOutException - Exception in me.friwi.tello4j.api.exception
-
This exception is thrown when no commands were sent to the tello drone within the last 15 seconds.
- TelloConnectionTimedOutException(Exception) - Constructor for exception me.friwi.tello4j.api.exception.TelloConnectionTimedOutException
-
- TelloConnectionTimedOutException() - Constructor for exception me.friwi.tello4j.api.exception.TelloConnectionTimedOutException
-
- TelloCustomCommandException - Exception in me.friwi.tello4j.api.exception
-
This exception is thrown, when the drone replies to a command with a custom error message.
- TelloCustomCommandException(String, String, Exception) - Constructor for exception me.friwi.tello4j.api.exception.TelloCustomCommandException
-
- TelloCustomCommandException(String, String) - Constructor for exception me.friwi.tello4j.api.exception.TelloCustomCommandException
-
- TelloDrone - Class in me.friwi.tello4j.api.drone
-
This class represents all tello drones with their possible sdk actions and their current data.
- TelloDrone() - Constructor for class me.friwi.tello4j.api.drone.TelloDrone
-
- TelloDroneState - Class in me.friwi.tello4j.api.state
-
This class represents one full state of the tello drone
- TelloDroneState(int, int, int, int, int, int, int, int, int, int, int, int, double, double, double, double) - Constructor for class me.friwi.tello4j.api.state.TelloDroneState
-
- TelloException - Exception in me.friwi.tello4j.api.exception
-
Class that unifies all exceptions thrown by this library.
- TelloException(String, Exception) - Constructor for exception me.friwi.tello4j.api.exception.TelloException
-
- TelloException(String) - Constructor for exception me.friwi.tello4j.api.exception.TelloException
-
- TelloGeneralCommandException - Exception in me.friwi.tello4j.api.exception
-
This exception is thrown, when the drone replies to a command without specifying a reason.
- TelloGeneralCommandException(Exception) - Constructor for exception me.friwi.tello4j.api.exception.TelloGeneralCommandException
-
- TelloGeneralCommandException() - Constructor for exception me.friwi.tello4j.api.exception.TelloGeneralCommandException
-
- TelloNetworkException - Exception in me.friwi.tello4j.api.exception
-
This exception is thrown when an error occurs while performing network tasks.
- TelloNetworkException(String, Exception) - Constructor for exception me.friwi.tello4j.api.exception.TelloNetworkException
-
- TelloNetworkException(String) - Constructor for exception me.friwi.tello4j.api.exception.TelloNetworkException
-
- TelloNoValidIMUException - Exception in me.friwi.tello4j.api.exception
-
This exception is thrown, when the ground under the drone does not provide enough
textual features for the drone to orientate itself.
- TelloNoValidIMUException(Exception) - Constructor for exception me.friwi.tello4j.api.exception.TelloNoValidIMUException
-
- TelloNoValidIMUException() - Constructor for exception me.friwi.tello4j.api.exception.TelloNoValidIMUException
-
- TelloVideoExportType - Enum in me.friwi.tello4j.api.video
-
- TelloVideoFrame - Class in me.friwi.tello4j.api.video
-
A TelloVideoFrame at least contains one
Frame or
BufferedImage,
but may contain both.
- TelloVideoFrame(BufferedImage) - Constructor for class me.friwi.tello4j.api.video.TelloVideoFrame
-
- TelloVideoFrame(Frame) - Constructor for class me.friwi.tello4j.api.video.TelloVideoFrame
-
- TelloVideoFrame(BufferedImage, Frame) - Constructor for class me.friwi.tello4j.api.video.TelloVideoFrame
-
- toString() - Method in class me.friwi.tello4j.api.state.TelloDroneState
-
- turn(TurnDirection, int) - Method in class me.friwi.tello4j.api.drone.TelloDrone
-
Instructs this drone to turn a certain amount of degrees in one direction
- TurnDirection - Enum in me.friwi.tello4j.api.world
-
This enum represents all possible directions the drone can rotate
- turnLeft(int) - Method in class me.friwi.tello4j.api.drone.TelloDrone
-
Instructs this drone to turn left a certain amount of degrees
- turnRight(int) - Method in class me.friwi.tello4j.api.drone.TelloDrone
-
Instructs this drone to turn right a certain amount of degrees