i18n_manager
module¶
Module Quick Facts
- Category
- Start/stop/restart the module
pal module start|stop|restart i18n_manager
- Enable auto-start/disable auto-start
pal module enable|disable i18n_manager
- Logs
pal module log i18n_manager cat
Starts the internationalization manager, in charge of managing which are the available languages on the robot, and switching between them.
Launched nodes
How-to¶
Check the module’s status¶
$ pal module info i18n_manager
Start/stop/restart the module¶
$ pal module start i18n_manager
$ pal module stop i18n_manager
$ pal module restart i18n_manager
Enable (ie, auto start)/disable the module¶
$ pal module enable i18n_manager
$ pal module disable i18n_manager
Check the module’s logs¶
$ pal module log i18n_manager 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.