Skip to content

facial_expressions

Rodrigo Serra edited this page Nov 28, 2023 · 1 revision

Facial expressions :

The mbot can turn on/off mouth and eyes LED's to mimic facial expressions.

To use them, launch the emotion interface :

roslaunch mbot_facial_expressions led_expressions_interface.launch

And publish the desired emotion to the topic :

/hri/led_emotions_interface/emotions

Example :

rostopic pub /hri/led_emotions_interface/emotions std_msgs/String "data: 'Happiness'"

Available emotions are :

  • Anger
  • Surprise
  • Fear
  • Sadness
  • Happiness
  • Neutral

Clone this wiki locally