Skip to content

ecervera/PiRobot

Repository files navigation

PiRobot Notebooks

Examples and exercises for a mobile robot built with Lego components, and controlled by a Raspberry Pi + BrickPi interface board.

The code consists of Jupyter notebooks running in a laptop or desktop computer, which communicates with the robots via WiFi.

Prerequisites

See BrickPi Tutorials and Documentation.

OpenCV

cd ~/Desktop/BrickPi+/Software/BrickPi_Python/Project/openCV

sudo ./install.sh

Jupyter

pip install --user --upgrade pip

sudo pip install jupyter

Usage

In the Raspberry, launch:

jupyter notebook --NotebookApp.token= --no-browser --ip=’*’

In the computer, open your favourite browser and connect to the URL:

http://<IP of your robot>:8888

Try-a-Bot: an open source guide for robot programming

Developed by: Robotic Intelligence Lab @ UJI

Sponsored by:

Follow us:

About

Notebooks for a BrickPi robot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published