aerofc: start mavlink to communicate with Aero Compute Board

This commit is contained in:
Lucas De Marchi
2016-11-10 21:39:21 -02:00
committed by Lorenz Meier
parent 508c782bab
commit 4989f8d40a
2 changed files with 6 additions and 2 deletions

View File

@@ -587,6 +587,10 @@ then
then
mavlink start -d $MAVLINK_COMPANION_DEVICE -b 921600 -r 20000
fi
if param compare SYS_COMPANION 1500000
then
mavlink start -d $MAVLINK_COMPANION_DEVICE -b 1500000 -m onboard -r 10000 -x
fi
fi
unset MAVLINK_COMPANION_DEVICE