Skip to content
@wallo-project

WALL-O

Wall-O is an autonomous vehicle able to follow a line on the ground and avoid obstacles. This project is carried out as part of the IT bachelor degree at CYU.

WALL-O

WALL-O is an autonomous vehicle that is able to follow lines on the ground and avoid obstacles. This project is carried out as part of the computer science licence at Cergy Paris University.

This project is made by four students :

What is WALL-O?

WALL-O

WALL-O is a small robot able to track lines and avoid obstacles. The robot can be controlled via a web application. In order to use the robot, a server is needed, it will act as a bridge between the robot connection and the web application. The connection between the robot and the server uses a Bluetooth connection.

How to setup the robot?

The configuration of WALL-O is very simple. A complete guide is available on this page. You can also find a configuration tutorial on each dedicated repository of the project.

Organization

The project is divided in three parts. each one have a dedicated repository:

  • The script executed by the robot. The code is available here.
  • The server that collect informations from the robot and serve them to the REST API. The code is available here.
  • The dashboard that allow the control of the robot and visualization of its parameters in real time. The code is available here.

You can find more informations about each part in their own repository as well as a tutorial on how to configure them.

Pinned Loading

  1. robot robot Public

    The code that is executed by the robot.

    C++

  2. server server Public

    This server makes the link between the arduino bluetooth receiver and the web application used for data visualization and control.

    Python

  3. dashboard dashboard Public

    This dashboard is used to visualize the status of the vehicle and give it basic orders

    TypeScript

Repositories

Showing 4 of 4 repositories

Top languages

Loading…

Most used topics

Loading…