Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/victorharri-chal/need4stek

🚗 Artificial intelligence coded in C that guides an autonomous car through a virtual racetrack. Done on my 1st year at Epitech
https://github.com/victorharri-chal/need4stek

ai autonomous-vehicles c epitech first-year-project race

Last synced: 3 days ago
JSON representation

🚗 Artificial intelligence coded in C that guides an autonomous car through a virtual racetrack. Done on my 1st year at Epitech

Awesome Lists containing this project

README

        

# need4stek

![track1](track1.png)

## About The Project
Epitech project. Simulation of an autonomous car between the software CoppeliaSim and a C program.

## Requirements
* You need to download and extract [CoppeliaSim Edu V4.2.0](https://www.coppeliarobotics.com/downloads)
* GCC

## Getting Started
After CoppeliaSim being extracted, execute ```./copelliaSim.sh``` in the folder, it will open the software

Open a track (.ttt) in CopelliaSim: `FILE->OPEN->need4stek->scene`

Open an other terminal, go to the need4stek folder, and execute ```make``` then ```./pipe.sh```