Zakhar is a robotics UX project. The main aim is to decrease the anxiety of users interacting with a robot.
Assumed: that the humans can interact the most effective and seamless with other living creatures
Suggested: to develop a robot's program structure in the way when basics of its logic are understandable from the robot's behavior. The behavior should mimic the animal one (as the human is an animal too).
Suggested to split the program into three parts:
- Conscious
- Unconscious
- Reflexes
Conscious represents simple intentions: move forward, sleep, run away, search something, etc.
Unconscious is responsible to solve how to realize those intentions: what to do for moving, how to behave if looking something etc.
Reflexes are small algorithms that can monopolize Unconscious from Conscious in some very explicit situations. E.g. panic and fear if something breaking, convulsions if robot stuck and can't move as the conscious tells.
Project partsThe project consists of 4 parts. These parts with links to the repos are next:
- zakhar_sensors - Arduino-based
- zakhar-face-module - Arduino-based
- zakhar_core - Raspberry Pi + Pyhton
- zakhar_platform - Arduino-based
Comments