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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

cd src

On the first shell, run the server:

cd tasks/server
python3 main_server.py

On the second shell, compile and run scheduler:

make
./scheduler

To compile and run the time measurement program:

make stats
./stats

Images

Robot

Website

Youtube Video

Authors

About

:electric_plug: Real time system to control an Alpha bot with Raspberry pi and a display, emulating a walking tamagochi - SETR -> M.EIC - FEUP

License:GNU General Public License v3.0


Languages

Language:Python 64.9%Language:C++ 20.0%Language:HTML 12.7%Language:Makefile 1.4%Language:C 0.9%