Real-time Lane detection and Motion Planning in Raspberry Pi and Arduino for an Autonomous Vehicle Prototype

09/20/2020
by   Alfa Rossi, et al.
0

This paper discusses a vehicle prototype that recognizes streets' lanes and plans its motion accordingly without any human input. Pi Camera 1.3 captures real-time video, which is then processed by Raspberry-Pi 3.0 Model B. The image processing algorithms are written in Python 3.7.4 with OpenCV 4.2. Arduino Uno is utilized to control the PID algorithm that controls the motor controller, which in turn controls the wheels. Algorithms that are used to detect the lanes are the Canny edge detection algorithm and Hough transformation. Elementary algebra is used to draw the detected lanes. After detection, the lanes are tracked using the Kalman filter prediction method. Then the midpoint of the two lanes is found, which is the initial steering direction. This initial steering direction is further smoothed by using the Past Accumulation Average Method and Kalman Filter Prediction Method. The prototype was tested in a controlled environment in real-time. Results from comprehensive testing suggest that this prototype can detect road lanes and plan its motion successfully.

READ FULL TEXT

page 2

page 3

research
04/27/2021

Incident Detection on Junctions Using Image Processing

In traffic management, it is a very important issue to shorten the respo...
research
12/11/2019

Lane Detection For Prototype Autonomous Vehicle

Unmanned vehicle technologies are an area of great interest in theory an...
research
03/07/2021

Optimized Object Tracking Technique Using Kalman Filter

This paper focused on the design of an optimized object tracking techniq...
research
02/12/2021

Fast Fault Detection on a Quadrotor using Onboard Sensors and a Kalman Filter Approach

This paper presents a novel method for fast and robust detection of actu...
research
04/13/2020

Distributed Multi-Target Tracking for Autonomous Vehicle Fleets

We present a scalable distributed target tracking algorithm based on the...
research
02/28/2020

Linear Features Observation Model for Autonomous Vehicle Localization

Precise localization is a core ability of an autonomous vehicle. It is a...

Please sign up or login with your details

Forgot password? Click here to reset