Automated vehicles are rapidly evolving to meet the demands of modern transportation systems, aiming for enhanced safety, efficiency, and user experience. Autonomous vehicles are also a big part of these technologies. The most important action of a driver has to do is to follow the lanes on the way to the destination. This research presents Intelligent Maneuver, a sophisticated framework integrating four key functionalities crucial for automated car navigation: object avoidance, traffic light detection, self-parking, and lane detection. Leveraging advanced computer vision techniques and sensors fusion our framework enables vehicles to navigate complex urban environments autonomously.
Introduction
I. INTRODUCTION
The project, aptly named "Intelligent Maneuver," represents a significant stride in this direction, integrating cutting-edge technologies to create a car with autonomous capabilities. The key Functionalities that focus of the proposed work is on four pivotal functionalities are: A. Object Avoidance [6],[8] with sensors, allows it to detect and respond to obstacles in real-time. Whether it's a pedestrian crossing the road or an unexpected roadblock. B. Self-Parking System [4] can identify available parking spaces, and seamlessly parks itself. C. Lane Detection [2], [7] with the help of advanced line detection algorithms are employed to identify the lanes precisely. D. Traffic light detection identify signals and then suitable actions are performed briskly.
II. HARDWARE DESIGN
A. Hardware Modules
Raspberry PI (4B Model)
Ultrasonic Sensors
Jumper Cables (all types)
Car Chassis
4 wheels with Motors connected
Motor Driver (L293N)
Power Bank, LEDs
PI Camera module
B. Hardware & Software Description:
Raspberry PI (4B Model): It acts as a computer which is debit card sized. It has a quad core processor of 64 bit. It has inbuilt camera module. It has in built Bluetooth facility for connection of remote device. It consists 8GB of LPDDR4 RAM along with Gigabit Ethernet and USB.
Ultrasonic Sensors: It is also called as a Distance Sensors. It is used to find distance between vehicle and an object in front of it. The Ultrasonic Sensor passes echo signal and receive trigger after the object was found. Using this signals the Ultrasonic sensors find the distance.
PI Camera module: It is camera that used to take high defined photographs as well as Videos. It is used to detect the traffic light and the Lane Detection.
Debian Buster OS: It is a new version of the Raspbian. This makes a way for less security breach. It allows the user to comfortable in security.
Python: It is a strong programming language i.e., Object Oriented Programming Language. It consists vast number of libraries which provide wide opportunities to build the models. These built-in modules make a way for shorten the implementation for the programmer.
GPIO Library (RPi.GPIO): It is used to collect the input from the connected devices and process it then to perform the certain actions based on the process.
OpenCV: It is an openly available resource to process on the video stream and photographs. It is majorly used in vast sectors for classifying the images in to different formats. The OpenCV has large number of built-in functionalities to process quickly with minimum number of statements.
VII. ACKNOWLEDGMENT
It is impossible for developing without these great inventions of raspberry PI, Ultrasonic Sensors and other components. All the resources played a crucial role in making a successful prototype. Python had an outstanding open-source libraries which led to make on more computations and processing with it for future safety. I would like to thank all other people who show cased all their willingness and alertness in designing and processing of this system successfully.
Conclusion
In this project paper, we worked on the prototype model which focuses on the Object Avoidance, Traffic Light detection, Lane Detection, Self-Parking system. This complete prototype helpful to process all the pivotal functionalities in to the car. This system showed that it requires less energy usage and more time saver. It provides wide safer journey to all the users. System helps in increasing the mobility for the elderly and disabled people. Project provides safe transportation and helps in reducing the road accidents.