Friday, May 31, 2019

Autonomous Vehicle Presentation






The Autonomous Vehicle was supposed to be a Competition but due to time constraints we were unable to compete. The competition would have included 3 tracks, 2 predetermined and 1 random. For the 2 predetermined tracks we could hardcode the vehicle to travel for a certain amount of time at a certain speed and turn for certain times, etc. For the random track we used the camera on the front of the car. It is a line scan camera, so it registers the difference between the black and white on the track, creates a graph, and follows the center index of the track to remain centered. For this project we had to create the code as well as (attempt) to keep the vehicle mechanically working.
High School Autonomous Vehicle Challenge

Final Hard Code Archive: https://drive.google.com/open?id=1DP5LX_xiwgLeiH8P418eHLfUMGAl14s1

Final Camera Read Archive: https://drive.google.com/open?id=1Y7AY5mYmh2puu3nii2xANe4uaDa7RPDv&authuser=1

Here is the MATLAB code for the detect path block we need for using the linescan camera to direct the autonomous car on the track.