An open API service indexing awesome lists of open source software.

https://github.com/amatofrancesco99/autonomous-car-drive

This repository is related to an autonomous car drive project.
https://github.com/amatofrancesco99/autonomous-car-drive

arduino automation autonomous-vehicle c cardetection cpp pedestrian-detection python

Last synced: 3 months ago
JSON representation

This repository is related to an autonomous car drive project.

Awesome Lists containing this project

README

        

# Autonomous-Car-Drive

This repository is related to an autonomous car drive project.
The car is avoiding obstacles through an optical sensor (this code was projected to work on a "model machine", not a real one)
![alt text](https://github.com/Amatofrancesco99/Autonomous-Car-Drive/blob/main/Script%26Images/Images/IMG_3517.JPG)

**[DEMONSTRATION VIDEO](https://github.com/Amatofrancesco99/Autonomous-Car-Drive/blob/main/Script%26Images/Images/avoiding%20obstacles%20proof.MP4)**

***

*FOLDERS' CONTENTS DESCRIPTION :*
- **Folder "Thesis"** ==> you can find a .docx file which contains my upper secondary school thesis ( it has been wrote in Italian);
- **Folder "Script & Images/Images"** ==> you can find both images ( of the skeleton & real car model ), both videos ( to proof that all the scripts are successfully working ).
- **Folder "Script & Images/... ( except from Images )"** ==> you can find both complete script ( *.ino, wrote with Arduino* ) to control all the parts of the car, both the control of each singolar part of the car model ( more specifically the control of: servo accelerometers, optical sensor );

***

Update: Now you can find another folder **"Detecting : cars & pedestrian"** which contains some python code to implement artificial intelligence to both detect cars both pedestrians from a videocamera/video stream & so on.