mavlink: add gimbal mode to talk to gimbal device

This commit is contained in:
Julian Oes
2020-10-14 15:01:49 +02:00
committed by Daniel Agar
parent 2a0ddf9f44
commit 422bac4bfd
4 changed files with 17 additions and 3 deletions

View File

@@ -261,7 +261,7 @@ else
mavlink start -x -u $udp_onboard_payload_port_local -r 4000 -f -m onboard -o $udp_onboard_payload_port_remote
# Onboard link to gimbal
mavlink start -x -u $udp_onboard_gimbal_port_local -r 400000 -f -m onboard
mavlink start -x -u $udp_onboard_gimbal_port_local -r 400000 -f -m gimbal
fi
# execute autostart post script if any