commander: changes when USB connected

- skip avionics rail voltage check when USB connected
 - skip forced reboot on USB disconnect if circuit breaker set
 - avionics voltage preflight check don't silently fail if system_power unavailble
     - explicitly set supply check circuit breaker (CBRK_SUPPLY_CHK)
This commit is contained in:
Daniel Agar
2020-05-04 13:07:58 -04:00
parent 746a8f5cf9
commit 04113b4d57
27 changed files with 77 additions and 37 deletions

View File

@@ -9,6 +9,8 @@
uorb start
param load
param set CBRK_SUPPLY_CHK 894281
# Auto-start script index. Defines the auto-start script used to bootstrap the system.
# It seems that SYS_AUTOSTART does not work as intended on posix platform.
# For now, find the corresponding settings, and manually set them in ground control.