https://github.com/marhcouto/walki-gochi
:electric_plug: Real time system to control an Alpha bot with Raspberry pi and a display, emulating a walking tamagochi - SETR -> M.EIC - FEUP
https://github.com/marhcouto/walki-gochi
alphabot2 embedded-systems meic-setr python3 raspberry-pi raspberry-pi-3 real-time setr setr-feup
Last synced: 3 months ago
JSON representation
:electric_plug: Real time system to control an Alpha bot with Raspberry pi and a display, emulating a walking tamagochi - SETR -> M.EIC - FEUP
- Host: GitHub
- URL: https://github.com/marhcouto/walki-gochi
- Owner: marhcouto
- License: gpl-3.0
- Created: 2023-04-18T08:58:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T21:01:06.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T09:42:33.442Z (4 months ago)
- Topics: alphabot2, embedded-systems, meic-setr, python3, raspberry-pi, raspberry-pi-3, real-time, setr, setr-feup
- Language: Python
- Homepage:
- Size: 4.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# walki-gochi
Real time system to control an Alpha bot with Raspberry pi and a display, emulating a walking tamagochi with an embeded colour game.## Overview
The robot runs a HTTP server in the local network that allows the user to control the robot remotely and access footage of the camera. The webpage provides information on the colour the robot mascot wants to see and the one he is currently seeing. The user must direct the robot to have its camera point at an object of such colour within the time given, or else the mascot will be sad and make a long beep. If the user completes the task, the mascot will be happy and emit short beeps.
## Instructions
To run the program, first:
```sh
cd src
```On the first shell, run the server:
```sh
cd tasks/server
python3 main_server.py
```On the second shell, compile and run scheduler:
```sh
make
./scheduler
```To compile and run the time measurement program:
```sh
make stats
./stats
```## Images


[Youtube Video](https://www.youtube.com/watch?v=Gruj3MmPWX4)
## Authors
- [Marcelo Couto](https://github.com/marhcouto/)
- [Lucas Santos](https://github.com/lucascalvet)
- [José Ferreira](https://github.com/josepedropf)