Main Content

takeoff

Initiate Ryze drone takeoff

Since R2020a

Add-On Required: This feature requires the MATLAB Support Package for Ryze Tello Drones add-on.

Description

example

takeoff(droneObj) initiates the takeoff of a Ryze drone, represented by droneObj.

Examples

collapse all

Connect to a Ryze Tello drone.

droneObj = ryze()
droneObj = 
          ryze with properties:

                    Name: "Tello"
                      ID: "TELLO-D2B07B"
               IPAddress: "192.168.10.1"
                   State: "landed"
            BatteryLevel: 50%
             StationMode: 0
        AvailableCameras: ["FPV"]

Use the droneObj to initiate takeoff of the drone.

takeoff(droneObj)

Input Arguments

collapse all

Ryze drone connection object, specified as a droneObj.

Version History

Introduced in R2020a

See Also

| | | |