mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
|
|
# This service requests the vehicle to arm or disarm its motors.
|
|
|
|
# Set true to arm motors, false to disarm motors.
|
|
bool arm
|
|
---
|
|
# True if arming/disarming request for motors was successful , false otherwise.
|
|
bool result
|