An open API service indexing awesome lists of open source software.

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

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

![Robot](./img/robot.jpg)

![Website](./img/website.png)

[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)