Skip to content

A code for implementing autonomous car software, including environment perception, lanes detection, identifying traffic signs, and controlling the vehicle with digital PID.

License

Notifications You must be signed in to change notification settings

Pandas-Team/Autonomous-Car-Simulation-Based-on-AVIS-Engine-FIRA-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autonomous Car Simulation Based on AVIS Engine

Abstract

In this repository, two sets of codes for intelligent control of cars in urban and suburban areas are introduced. The simulation environment of this project is based on the Unity simulator for self-driving cars and developed by the technical team of the FIRA International Competition. GithubRepo

The developed codes were eventually participated in the FIRA (Federation of International Robot-Sport Association) competition and won four places in the various sections of the competition.

Race Section

In code developed for suburban or speed racing, concepts such as hough transform and canny edge detection have been used for line detection, digital PID, MPC, and instrumentation techniques such as the implementation of a digital encoder have been used for vehicle control. Also, ultrasonic sensors and image processing techniques have been used to detect obstacles and avoid collision with them. The use of behavioral cloning in the research and development process has also been investigated.

Example of code performance in the suburban environment:

Hnet-image (5)

Examples of Processes performed in the suburban environment:

102 103

Urban Section

In the code developed for urban competition, in addition to using all the concepts described in the race section, neural networks have also been used to detect traffic signs. YOLOV5 Object Detection Model

Also, due to the more performance sensitivity of autonomous cars in this part because of issues such as the possibility of pedestrians, speed was lower in the urban part and our focus was on higher accuracy and not hitting the obstacles by simulating the forced stop system.

Example of code performance in the urban environment:

Hnet-image

Examples of Processes performed in the urban environment:

100 104

Competition Result

In this competition, our team was able to achieve four ranks in different categories as follows:

  1. First place in the technical report
  2. Second place in race section (suburban)
  3. Third place in the urban sector
  4. Third place in the total competition

Results link

Contact us

Feel free to contact us via email or connect with us on linkedin.

About

A code for implementing autonomous car software, including environment perception, lanes detection, identifying traffic signs, and controlling the vehicle with digital PID.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published