task_emotion_mirror
module¶
Module Quick Facts
- Category
- Start/stop/restart the module
pal module start|stop|restart task_emotion_mirror
- Enable auto-start/disable auto-start
pal module enable|disable task_emotion_mirror
- Logs
pal module log task_emotion_mirror cat
One of ARI’s standard tasks, implementing a ‘emotion copy-cat’.
This task continuously tracks expressions on people’s face, and try to mimick the emotion on the robot’s face.
Launched nodes
How-to¶
Check the module’s status¶
$ pal module info task_emotion_mirror
Start/stop/restart the module¶
$ pal module start task_emotion_mirror
$ pal module stop task_emotion_mirror
$ pal module restart task_emotion_mirror
Enable (ie, auto start)/disable the module¶
$ pal module enable task_emotion_mirror
$ pal module disable task_emotion_mirror
Check the module’s logs¶
$ pal module log task_emotion_mirror 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.