SYS_COMPANION add RTPS client option

This commit is contained in:
Daniel Agar
2017-11-20 16:59:45 -05:00
parent e9e01f7559
commit f208241074
3 changed files with 6 additions and 0 deletions
+4
View File
@@ -697,6 +697,10 @@ fi
then
mavlink start -d ${MAVLINK_COMPANION_DEVICE} -b 115200 -m minimal -r 1000
fi
if param compare SYS_COMPANION 6460800
then
micrortps_client start -t UART -d /dev/ttyS2 -b 460800
fi
if param compare SYS_COMPANION 1921600
then
mavlink start -d ${MAVLINK_COMPANION_DEVICE} -b 921600 -r 20000