low_battery_shutdown
module¶
Module Quick Facts
- Category
- Start/stop/restart the module
pal module start|stop|restart low_battery_shutdown
- Enable auto-start/disable auto-start
pal module enable|disable low_battery_shutdown
- Logs
pal module log low_battery_shutdown cat
How-to¶
Check the module’s status¶
$ pal module info low_battery_shutdown
Start/stop/restart the module¶
$ pal module start low_battery_shutdown
$ pal module stop low_battery_shutdown
$ pal module restart low_battery_shutdown
Enable (ie, auto start)/disable the module¶
$ pal module enable low_battery_shutdown
$ pal module disable low_battery_shutdown
Check the module’s logs¶
$ pal module log low_battery_shutdown cat

You can start/stop/restart a module, enable/disable it, check its status and logs from the robot’s web-based control centre: Modules control in the Web User Interface.
See also¶
for a technical reference of PAL’s module management, check The startup process of the robot and application management.