The alphabot project implements a request handler for Alphabot from this repository: https://github.com/MrQuaters/kos-abot. The main idea is to allow the user to order a drink for delivery within the room.
- The user orders a drink.
- The server determines the position of the user and the robot.
- The server, using the opencv computer vision library and a camera, controls the robot that picks up and delivers drinks.
+---------------+ +---------------+ +---------------+
| | | | | |
| kos_abot | <- MQTT -> | control | <- MQTT -> | telegram_bot |
| | | | | |
+---------------+ +---------------+ +---------------+