项目作者: ArthurBoucard

项目描述 :
Algorithme which pilots a car in C
高级语言: C
项目地址: git://github.com/ArthurBoucard/Need4Stek.git
创建时间: 2020-07-31T18:04:53Z
项目社区:https://github.com/ArthurBoucard/Need4Stek

开源协议:

下载


CodeFactor

Need4Stek

Epitech project :" class="reference-link"> Epitech project :

Algorithm for an automous car in C, using CoppeliaSim.


:pencil: CoppeliaSim description :

CoppeliaSim is a simulator created by Coppelia Robotics. It enables the creation and control of robots.
For this project, we have built a virtual track and car that you will use to implement for AI.


:computer: Commands :

  1. START_SIMULATION
  2. STOP_SIMULATION
  3. CAR_FORWARD:float [0;1]
  4. CAR_BACKWARDS:float [0;1]
  5. WHEELS_DIR:float [-1;1]
  6. GET_INFO_LIDAR
  7. GET_CURRENT_SPEED
  8. GET_CURRENT_WHEELS
  9. CYCLE_WAIT:int [0; INT_MAX]
  10. GET_CAR_SPEED_MAX
  11. GET_CAR_SPEED_MIN
  12. GET_INFO_SIMTIME

:exclamation: Rule :

All the commands ends with “\n”.


:no_entry_sign: Disclaimer :

This only the code, CoppeliaSim or th binaries to communicate with the software aren’t in the repo.


Made in C