Skip to content

Simulation of autonomous car with CoppeliaSim Robot Simulator and Python.

Notifications You must be signed in to change notification settings

klima7/Autonomous-car-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autonomous car simulation

Simulation of autonomous car with CoppeliaSim Robot Simulator and Python.

Car

Sensors

  • Camera (512 x 256 px)
  • GPS
  • Compass
  • 6 distance sensors
  • Lidar

Executive systems

  • Ackerman steering
  • Position lamps
  • Stop lights
  • Reversing lights
  • Avaryune lights
  • Turn signals

Map

Simplified, but huge map with building, pavements, parkings and so on. The car is able to follow a predetermined route between a series of specified points, even backwards. Algorithm A* has been used to find shortest path.

Crossings

Standard crossings and roundabouts. Car is able to move properly through each of them. The car correctly lets off the turn signals when it passes through.

Signs

Standard signs and traffic lights. Car is recognizing them with neural network and reacting for some of them.

Starting

  • Install Python dependencies with pip install -r requirements.txt
  • Use Coppelia Sim 4.1.0

Authors

About

Simulation of autonomous car with CoppeliaSim Robot Simulator and Python.

Topics

Resources

Stars

Watchers

Forks

Languages