- Connect to the vehicle using
mavproxy.py --master=127.0.0.1:14550 --console --map
. - To arm the vehicle type
arm throttle
in command line. - To disarm the vehicle type
disarm
in command line. - If you arm the vehicle and do nothing it automatically disarms after
DISARM_DELAY
seconds. - To show disarm delay parameter
param show DISARM_DELAY
. - To set disarm delay parameter to 10 seconds
param set DISARM_DELAY 10
.