Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

ismaia/ziroba

Repository files navigation

Ziroba Robot

Ziroba is a low cost mobile robot built from cheap parts

The main goals

  • Easy replication and modification
  • Education: Embedded RealTime Systems

alt tag

Features:

  • Communication over Wifi or bluetooth
  • Control from PC / Android
  • Cross Platform
    • Beaglebone-black / Raspberry Pi / Intel Galileo g1,g2 / esp8266
  • Camera Vision

Install:

On target platform:
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/installdir ../

Running:

* setting up environment
   * source scripts/sysenv

* stand-alone 
   * ssh to ziroba (ssh [email protected])
   * ./ziroba_pad

* android 
   * ssh to ziroba
   * start the robot service: ./ziroba
   * on android start the ziroba app, connect to ziroba and start using the app

Ziroba-Robot

alt tag alt tag