default_controllers
module¶
Module Quick Facts
- Category
- Start/stop/restart the module
pal module start|stop|restart default_controllers
- Enable auto-start/disable auto-start
pal module enable|disable default_controllers
- Logs
pal module log default_controllers cat
How-to¶
Check the module’s status¶
$ pal module info default_controllers
Start/stop/restart the module¶
$ pal module start default_controllers
$ pal module stop default_controllers
$ pal module restart default_controllers
Enable (ie, auto start)/disable the module¶
$ pal module enable default_controllers
$ pal module disable default_controllers
Check the module’s logs¶
$ pal module log default_controllers 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.