mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
11 lines
246 B
Plaintext
11 lines
246 B
Plaintext
|
|
# This service requests the vehicle to takeoff
|
|
|
|
# alt : Set the takeoff altitude above home or above terrain(in case of rangefinder)
|
|
|
|
float32 alt
|
|
---
|
|
# status : True if the request for mode switch was successful, False otherwise
|
|
|
|
bool status
|