This function disables the propellers. When the drone is disarmed, movement commands will be sent, but do nothing.
execMode (string, optional):
The execution mode to use for this command. Possible execution modes are:
- Synchronous
- Queue
- Ignore
- Override
If not given, defaults to the execution mode given on class initiation.
For details on how these modes work, see Here
Returns void
MLI.disarm()
# The propellers are now disabled.
# Due to the way the ArduSub works, movement commands will still be sent, but will not do anything.
- MAV_CMD_COMPONENT_ARM_DISARM