people_facts
module¶
Module Quick Facts
- Category
- Start/stop/restart the module
pal module start|stop|restart people_facts
- Enable auto-start/disable auto-start
pal module enable|disable people_facts
- Logs
pal module log people_facts cat
Exports what the robot knows about surrounding humans to the knowledge_core knowledge base.
Launched nodes
How-to¶
Check the module’s status¶
$ pal module info people_facts
Start/stop/restart the module¶
$ pal module start people_facts
$ pal module stop people_facts
$ pal module restart people_facts
Enable (ie, auto start)/disable the module¶
$ pal module enable people_facts
$ pal module disable people_facts
Check the module’s logs¶
$ pal module log people_facts 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.