i18n_manager module

Module Quick Facts

Category

🛠 Robot management

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

See also