HIL/test_airframes.sh check mavlink and gps status before stopping all

- occasionally these fail on the test rack (cube orange), so try to
gather more information
This commit is contained in:
Daniel Agar 2023-01-21 11:06:21 -05:00
parent 1830195d30
commit 6b13fb8b86
No known key found for this signature in database
GPG Key ID: FD3CBA98017A69DE
1 changed files with 3 additions and 0 deletions

View File

@ -54,7 +54,10 @@ do
${DIR}/run_nsh_cmd.py --device ${SERIAL_DEVICE} --cmd 'ps'
${DIR}/run_nsh_cmd.py --device ${SERIAL_DEVICE} --cmd 'work_queue status'
${DIR}/run_nsh_cmd.py --device ${SERIAL_DEVICE} --cmd 'mavlink status'
${DIR}/run_nsh_cmd.py --device ${SERIAL_DEVICE} --cmd 'mavlink stop-all'
${DIR}/run_nsh_cmd.py --device ${SERIAL_DEVICE} --cmd 'gps status'
${DIR}/run_nsh_cmd.py --device ${SERIAL_DEVICE} --cmd 'gps stop'
done