Skip to content

This repository consists of testing of control, planning and perception for a self driving vehicle implemented and tested using carla-simulator

Notifications You must be signed in to change notification settings

gokulkchenchani/self_driving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

self_driving

  • To test run the controllers use below commands

Terminal 1: Start Carla simulator

cd /opt/carla-simulator/

./CarlaUE4.sh -prefernvidia

controller: PID

Terminal 2: To test the controller first navigate to the assignment folder

cd assignment_1

python3 scripts/main_control.py

After the testing is done completely then,

Terminal 3: To evaluate the controller performance first navigate to the assignment folder

cd assignment_1

python3 scripts/evaluate_controller_performance.py

About

This repository consists of testing of control, planning and perception for a self driving vehicle implemented and tested using carla-simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages