- Start serial communication : rosrun rosserial_python serial_node.py _port:=/dev/ttyUSB0
- Call the ros service "sara_face/Start" with a Bool set to True.
- Publish the emotion on topic "sara_face/Emotion" with a UInt8.
- Brightness can be set (0-255) by sending the value on topic "sara_face/Brightness" with a UInt8.
- Type : std_msgs/UInt8
- Value : 1 = smile, 2 = sad, 3 = straight mouth, 4 = angry, 5 = surprise, 6 = blink, 7 = party
- Type : std_msgs/UInt8
- Value : (0-255)
- Type : std_msgs/Boolean