Have Nao seem conscious. Meaning aware of and responding to one's surroundings; awake.
- python-pip
- pip install mock
Built an event management system where subscribers are registered with event providers.
Make nao's actions modular; ex. log an event, say something, move.
- callback(eventName, value, subscriberIdentifier)
- setup()
- tear_down()
Can be assigned subscribers and trigger them at will
- add_subscriber(subscriber)
- setup()
- tear_down()