diff --git a/software/environment/rover/auto_poweroff/auto_poweroff.py b/software/environment/rover/auto_poweroff/auto_poweroff.py index bb725cc..2641cd3 100755 --- a/software/environment/rover/auto_poweroff/auto_poweroff.py +++ b/software/environment/rover/auto_poweroff/auto_poweroff.py @@ -11,7 +11,7 @@ import sys ##################################### # Global Variables ##################################### -UDEV_RULES_PATHS = ["../UDEV_rules/99-rover-usb-serial.rules", "../UDEV_rules/99-rover-cameras.rules"] +UDEV_RULES_PATHS = ["../UDEV_rules/99-rover-usb-serial.rules"] SHUTDOWN_TIMEOUT = 5