Am5os
 All Classes Functions Pages
Am5os Documentation

AMOS Project 2016 - Group 5

Collision avoidance using object detection and inter-car communication

Summary:

This project will implement a scenario needed for autonomous driving with the help of software agents: A bus stops at a bus stop vis-à-vis to a school. A car that drives behind the bus cannot see the children starting to run across the street in front of the bus. Another car on the other side of the street detects the children and is able to warn the first car.

OverviewImage

Main tasks:

Setup:

Docker image:

Try our Docker image and run this project without installing all dependencies.
For installing Docker and pulling the image take a look at our wiki.
Use our scripts to start the programs.

Project dependencies:

Build command:

$ mkdir build $ cd build $ cmake .. $ make

Source code documentation:

See our Doxygen site