SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
Semi-Autonomous Vehicle
Aadesh S. Tawte1, Tanmay N. Shindolkar2, Deep P. Maru3, Prof. Swati H. Shinde4
123Students, Department of Electronics and Telecommunication Engineering, K. J. Somaiya Institute of
Engineering and Information Technology, Mumbai, Maharashtra, India.
4Assistant Professor, Department of Electronics and Telecommunication Engineering, K. J. Somaiya Institute of
Engineering and Information Technology, Mumbai, Maharashtra, India.
I. INTRODUCTION
In the recent years, there has been a major attention of
research for autonomous vehicles in automotive
engineering. One of the enormous technical challenges of
autonomous vehiclesisdesigningofdynamic pathtracking,
as a key component of the control system. The number of
severe road accidents are increasing every year from 347
in 2020 to 389 in 2021. As a concern there is a need to
automate the vehicle industry. The control method of
trending autonomous vehicles which are based upon
steering angle results ininaccuratetracking withrespectto
position onto the desired path, because as a vehicle moves
in real-time, the steering wheel direction changes as per
the way. Autonomous vehicle defines itself as a vehicle
having extraordinary features that allows it to steer, brake
and, accelerate with limited or no driver interaction. There
are mainly two types of autonomous vehicles: semi-
autonomousandfully-autonomous.Semi-autonomouscars
are able to accelerate, brake and steer, and keep the
distance from the car in front and also keep the lane at the
speed of up to 130 km/h, but the need of driver is still
required and is still in full command. Without any driver
interaction, a fully autonomousvehicleisabletodrivefrom
one point to another. Recent research has proposed to
construct the intelligent transportation systems, variable
smarter suspensions,steeringsystems,torquedistribution,
steering by wire, and vehicle dynamic modelling
improvement on designing more safer and intelligent
vehicles. Varieties of studies are conducted about social
impacts, regulations, human machine interfaces, and
implementation methods of autonomous. The objective of
Semi-Autonomous vehicle is to allow an algorithm to
detect or learn various parts of a car such as wheels or
other componentsofa car,objects/personspresentaround
the self-automated car and as it has been exposed to much
inputs, connections that has begun to develop to the
endmost outputs and the steps to be provoked in the carin
response.
II. LITERATURE SURVEY
Talking about autonomous vehicles (AVs) is a topic that
has been discussed for several decades, but in the last
decade the advances in computation, sensors and other
hardware have allowed the development of this type of
technology to be more real. All over the world, the
evolution of self-automated vehicles has been observed,in
cities such as Munich, Beijing, Paris, London, Boston,
Singapore, San Francisco, Pheonix and New york, in
companies such as Waymo, NuTonomy, Uber, Lift, Aurora,
VW, BMW and others, just to mentiona few. Driverlesscars
today sense their surroundings using radar, GPS, and
computer vision, which could have an excellent margin for
error, and the sensory information needs to be processed
to navigate in pathways.
A. Levels of Automation
The Society of Automotive Engineers (SAE) stablishedthat
there are six levels of vehicle autonomy:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2924
2. Level 1 (Driver Assistance): The human driver has full
control, but the vehicle helps with one or more driving
functions, e.g., electronic stability control (ESC) and
assisted braking.
3. Level 2 (Partial Automation): The human driver has
primary control over the vehicle, but the vehicle can take
1. Level 0 (No Automation): The driver has full control and
always performs all driving functions.
---------------------------------------------------------------------***--------------------------------------------------------------------
Abstract - In the fashionable era, the vehicles are centre
to be automated to grant human driver relaxed driving
within the numerous aspects are thought of that makes a
vehicle machine-driven. Google, themostimportantnetwork
has started working on the self-driving cars since 2010 and
still developing new changes to grant an entire new level to
the automated vehicles. The major causesofaccidentsonthe
national highways are due to vehicle design and condition,
speeding, driving on the wrong side, road engineering, useof
mobile phones, jumping the red lights, etc. The need of semi-
autonomous vehicle is important which is significantly
automated and thereby reduces the death ratio due to
accidents.
Keywords – Raspberry Pi, Arduino UNO, Open Computer
Vision, Machine Learning, Image Processing, Autonomous
Vehicle.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2925
full control of more than one driving system, e.g., cruise
control or automated parking.
4. Level 3 (Conditional Automation): Under certain
conditions the automated driving system has primary
control and performs all driving functions. inmanydriving
modes, intervention of human driving is requested.
5. Level 4 (High Automation): The self-operated driving
process has almost full control over the vehicle. The
arbitration of human driver is desired in few driving
modes only.
6. Level 5 (Full Automation): The full automated driving
system has entire control over the vehicle. Intervention of
human driving is negligible to zero.
Research demonstrates that most drivers take 700 ms to
react to a dangerous situation by taking evasive or
preventive actions. With the unit of 1 millisecond low
latency, self-automated vehicles and Advanced Driver-
Assistance Systems (ADAS) will be able to lower the risks
and save lives by reducing the number of accidents. One
High-Definition camera is mounted on the rear end of the
vehicle connect to the system for relaying low latencyreal-
time video of the pathways. The relevance and making
process differed by some points based ontechnologiesand
components. The presented model takes a picturewiththe
help of Pi camera linked with the Raspberry Pi on the
vehicle. The Raspberry Pi and the laptop is connected to
the same network, the Raspberry Pi sends the captured
image and we are able to see the same on the laptop. An
image is grey-scaled before passing it to the Neural
Network. Upon prediction the model gives one of the four
outputs i.e., left, right, forward or stop.
B. Hardware Environment
The car consists of two motors, L298N H-Bridge which is a
motor driver that allows a full control of the two car
motors at the same time, and Arduino UNO that simulate
the car movement. The main component of the system is
the Raspberry pi that is connected to the Arduino, and
vision camera. The camera alsorecognizesthetraffic signal
and the stop sign. By connecting all of these hardware
components together, the system is able to accurately
recognize its whole surrounding environment. As shown,
the two motors are being controlled by L298N motor
driver based on the received signals from Arduino that is
powered by an external 9volt battery, and Arduino
transmits these signals which are based on the serials
received from the Raspberry pi. These serials, thus, are
being transmitted on a serial path which is connected
between Arduino and raspberry pi. Furthermore, the
algorithms take their input either as data readingsorvideo
frames from the cameras and sensors connected with the
raspberry pi. The SD card used is also a part of the model
as it has the Raspbian operating systemoftheraspberrypi.
We have trained the vehicle to move it according to the
track.
Fig 1: Initial Setup
III. PRESENTED APPROACH
A. Block Diagram
Fig 2: Block Diagram
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2926
B. Our Proposed Method
In order to implement the prototype, the main devices are
Arduino and Raspberry Pi. The Raspberry Pi streams the
video to Internet. It requires a bunch of processing power
for both working simultaneously on running Computer
Vision as well as video streaming. The Raspberry Pi 3
model B+ is a single-board computer with a powerful
processing unit and serial and camera interface. Inorderto
take high-quality video, The Raspberry Pi camera can be
utilized. It can be accessed through the V4L (Video for
Linux) APIs, and there are numerous third-party libraries
built for it, including the Pi camera Python and C++ library
which will be beneficial to the live streaming purpose. To
access into the hardware, one only need to know the IP
address of the Raspberry Pi and a username and password
to log in. The vehicle requires to work on its own if there is
any connectivity failure. It needs to keep itself safe from
collision and abide by the traffic rules. The Arduino
controls the motor driver circuit. The Arduino terminates
the motor from running if there is any obstacle detected.
Meanwhile the Raspberry Pi uses computer vision
algorithms to detect the lane and traffic light signals.
Python and C++ Open-SourceComputerVision(OpenCV) is
a library of programming functions mainly aimed at real-
time computer vision. We can use over 2500 optimized
algorithms for detections, classification of actions, image
processing, object identification, traces and other
functions. The Raspberry Pi is interfaced with the Arduino
with serial communication. It controls the Arduino to run
the vehicle accordingly.
Fig 3: Proposed Model
C. Flowchart
Fig 4: Flowchart
IV. RESULTS AND DISCUSSIONS
Autonomous vehicle uses hundreds of sensors to make
vehicles faster and smarter. The sensors used are able to
generate unparalleled amount of data. Controlling,
purifying, and inspecting this amount of data demands a
much faster connectivity.
Detections: In this journey of project, we experimented
various types of detections on our model which makes it
work in autonomous mode. These detections are as
follows:
Fig 5: Traffic Light Detection
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2927
Fig 6: Obstacle Detection
Fig 7: Lane Detection
Fig 8: Stop Sign Detection
V. APPLICATIONS
 Trouble-free parking - Like self-parking
Autonomous Vehicles do not involve open-door
space for de-escalating the passengers when
stopped, admitting them to settle the parking
spaces which are 15 percent compact.
 AVs accelerate robotics developmentforconsumer
applications - These include remote advanced
sensing, hyper precise positioning/GPS, image
recognition, and advanced artificial intelligence.
 Traffic Jam Maneuvering system - Using cameras,
predictive emergencybrakes,radartechnologyand
sensors the system has a faster reaction time than
the human brain does.
VI. CONCLUSIONS AND FUTURE SCOPE
The calculations and results obtained currently have
permitted us to observe and examine with certain
simulations and executions of semi-autonomous driving.
Future tests will lead us to do semi-autonomous driving
experimentation in controlledconditions,emulatingurban
driving situations, focusing on the improvement of vehicle
control, data collection and analysis of driver behaviour in
front of these semi-autonomous driving systems. Since
Autonomous Vehicles is the major upgradation in
automatable industry in future, this project focuses on
bring changes in road safety and commuting and
significantly reduce accidents and human errors through
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2928
continuous learning by the system. The developed self-
automated automotive is with success formulated,
imposed, and assessed. The autonomous vehicle is
efficiently trained with quite hundred to two hundred
samples of pictures in numerous lighting conditions.
VII. ACKNOWLEDGEMENT
The authors gratefully acknowledge the teachers, lab in-
charge and friends for the support and guidance.Thework
would have not come to the present shape without the
supervision and help of many people. All the eminent
authors are in debt to Prof. Swati H. Shinde for the
guidance and without her persistent help, the goal of this
project would not have been realized.
REFERENCES
[1] Jain, Aditya Kumar. “Working model of Self-driving car
using Convolutional Neural Network, Raspberry Pi and
Arduino.” 2018 Second International Conference on
Electronics, Communication and Aerospace Technology
(ICECA) (2018): 1630-1635.
[2] T. Banerjee, S. Bose, A. Chakraborty, T. Samadder, B.
Kumar and T. K. Rana, "Self driving cars: A peep into the
future," 2017 8th Annual Industrial Automation and
Electromechanical Engineering Conference (IEMECON),
2017, pp. 33-38, doi: 10.1109/IEMECON.2017.8079556.
[3] Rahul P. Kharapkar, Abhishek S.Khandare,ZeeshaanW.
Siddiqui, Vaibhav U. Bodhe, Prof. M. Nasiruddin, Volume:
07 Issue: 03 | Mar 2020, IoT based Self Driving Car
[4] L. A. Curiel-Ramirez, J. Izquierdo-Reyes,R.Bustamante-
Bello, R. A. Ramirez-Mendoza and J. A. de la Tejera,
"Analysis and Approach of Semi-Autonomous Driving
Architectures," 2018 International Conference on
Mechatronics, Electronics and Automotive Engineering
(ICMEAE), 2018, pp. 139-143, doi:
10.1109/ICMEAE.2018.00033.
[5] S. Baskaran, S. Kaul, S. Jha and S. Kumar, "5G-Connected
Remote-Controlled Semi-Autonomous Car Trial," 2020
IEEE International Conference on Machine Learning and
Applied Network Technologies (ICMLANT), 2020, pp. 1-6,
doi: 10.1109/ICMLANT50963.2020.9355989.
[6] Gandhi, Manan and Gada, Deep and Desai,Khushbuand
Khanapuri, Jayashree, AutonomousVehicle(April 8,2020).
Proceedings of the 3rd International Conference on
Advances in Science & Technology (ICAST)2020,Available
at SSRN
: https://ssrn.com/abstract=3564503 or http://dx.doi.org/
10.2139/ssrn.3564503

Weitere ähnliche Inhalte

Ähnlich wie Semi-Autonomous Vehicle

Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemIJSRED
 
IRJET- Build and Integrate Perception Features on Freescale Platform
IRJET-  	  Build and Integrate Perception Features on Freescale PlatformIRJET-  	  Build and Integrate Perception Features on Freescale Platform
IRJET- Build and Integrate Perception Features on Freescale PlatformIRJET Journal
 
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET Journal
 
Passenger Vehicle Speed Control using PID on Simulink Platform and Body Contr...
Passenger Vehicle Speed Control using PID on Simulink Platform and Body Contr...Passenger Vehicle Speed Control using PID on Simulink Platform and Body Contr...
Passenger Vehicle Speed Control using PID on Simulink Platform and Body Contr...IRJET Journal
 
Smart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer VisionSmart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer VisionIRJET Journal
 
IRJET - Smart Assistance System for Drivers
IRJET - Smart Assistance System for DriversIRJET - Smart Assistance System for Drivers
IRJET - Smart Assistance System for DriversIRJET Journal
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET Journal
 
IRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET Journal
 
SPYROV (IoT based Surveillance Rover)
SPYROV (IoT based Surveillance Rover)SPYROV (IoT based Surveillance Rover)
SPYROV (IoT based Surveillance Rover)IRJET Journal
 
Spy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSMSpy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSMIRJET Journal
 
Autonomous Vehicle by using 3D LIDAR and 2D Camera
Autonomous Vehicle by using 3D LIDAR and 2D CameraAutonomous Vehicle by using 3D LIDAR and 2D Camera
Autonomous Vehicle by using 3D LIDAR and 2D CameraIRJET Journal
 
IRJET- Review Paper on Iot Based Technology in Automobiles
IRJET-  	  Review Paper on Iot Based Technology in AutomobilesIRJET-  	  Review Paper on Iot Based Technology in Automobiles
IRJET- Review Paper on Iot Based Technology in AutomobilesIRJET Journal
 
IRJET- Advanced Safety Sytem for the Vehicles
IRJET-  	  Advanced Safety Sytem for the VehiclesIRJET-  	  Advanced Safety Sytem for the Vehicles
IRJET- Advanced Safety Sytem for the VehiclesIRJET Journal
 
Advanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationAdvanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationIRJET Journal
 
Advanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationAdvanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationIRJET Journal
 
IRJET - Ultra Modern Car Used For Human Life Protection
IRJET - Ultra Modern Car Used For Human Life ProtectionIRJET - Ultra Modern Car Used For Human Life Protection
IRJET - Ultra Modern Car Used For Human Life ProtectionIRJET Journal
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...IRJET Journal
 
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMVEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMIRJET Journal
 
IRJET- Car Automation using IoT
IRJET-  	  Car Automation using IoTIRJET-  	  Car Automation using IoT
IRJET- Car Automation using IoTIRJET Journal
 

Ähnlich wie Semi-Autonomous Vehicle (20)

Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 
IRJET- Build and Integrate Perception Features on Freescale Platform
IRJET-  	  Build and Integrate Perception Features on Freescale PlatformIRJET-  	  Build and Integrate Perception Features on Freescale Platform
IRJET- Build and Integrate Perception Features on Freescale Platform
 
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
 
Passenger Vehicle Speed Control using PID on Simulink Platform and Body Contr...
Passenger Vehicle Speed Control using PID on Simulink Platform and Body Contr...Passenger Vehicle Speed Control using PID on Simulink Platform and Body Contr...
Passenger Vehicle Speed Control using PID on Simulink Platform and Body Contr...
 
Smart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer VisionSmart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer Vision
 
IRJET - Smart Assistance System for Drivers
IRJET - Smart Assistance System for DriversIRJET - Smart Assistance System for Drivers
IRJET - Smart Assistance System for Drivers
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoT
 
IRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET-Smart Parking System
IRJET-Smart Parking System
 
SPYROV (IoT based Surveillance Rover)
SPYROV (IoT based Surveillance Rover)SPYROV (IoT based Surveillance Rover)
SPYROV (IoT based Surveillance Rover)
 
Spy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSMSpy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSM
 
Autonomous Vehicle by using 3D LIDAR and 2D Camera
Autonomous Vehicle by using 3D LIDAR and 2D CameraAutonomous Vehicle by using 3D LIDAR and 2D Camera
Autonomous Vehicle by using 3D LIDAR and 2D Camera
 
IRJET- Review Paper on Iot Based Technology in Automobiles
IRJET-  	  Review Paper on Iot Based Technology in AutomobilesIRJET-  	  Review Paper on Iot Based Technology in Automobiles
IRJET- Review Paper on Iot Based Technology in Automobiles
 
IRJET- Do not Park
IRJET- Do not ParkIRJET- Do not Park
IRJET- Do not Park
 
IRJET- Advanced Safety Sytem for the Vehicles
IRJET-  	  Advanced Safety Sytem for the VehiclesIRJET-  	  Advanced Safety Sytem for the Vehicles
IRJET- Advanced Safety Sytem for the Vehicles
 
Advanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationAdvanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle Communication
 
Advanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationAdvanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle Communication
 
IRJET - Ultra Modern Car Used For Human Life Protection
IRJET - Ultra Modern Car Used For Human Life ProtectionIRJET - Ultra Modern Car Used For Human Life Protection
IRJET - Ultra Modern Car Used For Human Life Protection
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
 
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMVEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
 
IRJET- Car Automation using IoT
IRJET-  	  Car Automation using IoTIRJET-  	  Car Automation using IoT
IRJET- Car Automation using IoT
 

Mehr von IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

Mehr von IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Kürzlich hochgeladen

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
Bridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxBridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxnuruddin69
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadhamedmustafa094
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Air Compressor reciprocating single stage
Air Compressor reciprocating single stageAir Compressor reciprocating single stage
Air Compressor reciprocating single stageAbc194748
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...HenryBriggs2
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 

Kürzlich hochgeladen (20)

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Bridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxBridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptx
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Air Compressor reciprocating single stage
Air Compressor reciprocating single stageAir Compressor reciprocating single stage
Air Compressor reciprocating single stage
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 

Semi-Autonomous Vehicle

  • 1. Semi-Autonomous Vehicle Aadesh S. Tawte1, Tanmay N. Shindolkar2, Deep P. Maru3, Prof. Swati H. Shinde4 123Students, Department of Electronics and Telecommunication Engineering, K. J. Somaiya Institute of Engineering and Information Technology, Mumbai, Maharashtra, India. 4Assistant Professor, Department of Electronics and Telecommunication Engineering, K. J. Somaiya Institute of Engineering and Information Technology, Mumbai, Maharashtra, India. I. INTRODUCTION In the recent years, there has been a major attention of research for autonomous vehicles in automotive engineering. One of the enormous technical challenges of autonomous vehiclesisdesigningofdynamic pathtracking, as a key component of the control system. The number of severe road accidents are increasing every year from 347 in 2020 to 389 in 2021. As a concern there is a need to automate the vehicle industry. The control method of trending autonomous vehicles which are based upon steering angle results ininaccuratetracking withrespectto position onto the desired path, because as a vehicle moves in real-time, the steering wheel direction changes as per the way. Autonomous vehicle defines itself as a vehicle having extraordinary features that allows it to steer, brake and, accelerate with limited or no driver interaction. There are mainly two types of autonomous vehicles: semi- autonomousandfully-autonomous.Semi-autonomouscars are able to accelerate, brake and steer, and keep the distance from the car in front and also keep the lane at the speed of up to 130 km/h, but the need of driver is still required and is still in full command. Without any driver interaction, a fully autonomousvehicleisabletodrivefrom one point to another. Recent research has proposed to construct the intelligent transportation systems, variable smarter suspensions,steeringsystems,torquedistribution, steering by wire, and vehicle dynamic modelling improvement on designing more safer and intelligent vehicles. Varieties of studies are conducted about social impacts, regulations, human machine interfaces, and implementation methods of autonomous. The objective of Semi-Autonomous vehicle is to allow an algorithm to detect or learn various parts of a car such as wheels or other componentsofa car,objects/personspresentaround the self-automated car and as it has been exposed to much inputs, connections that has begun to develop to the endmost outputs and the steps to be provoked in the carin response. II. LITERATURE SURVEY Talking about autonomous vehicles (AVs) is a topic that has been discussed for several decades, but in the last decade the advances in computation, sensors and other hardware have allowed the development of this type of technology to be more real. All over the world, the evolution of self-automated vehicles has been observed,in cities such as Munich, Beijing, Paris, London, Boston, Singapore, San Francisco, Pheonix and New york, in companies such as Waymo, NuTonomy, Uber, Lift, Aurora, VW, BMW and others, just to mentiona few. Driverlesscars today sense their surroundings using radar, GPS, and computer vision, which could have an excellent margin for error, and the sensory information needs to be processed to navigate in pathways. A. Levels of Automation The Society of Automotive Engineers (SAE) stablishedthat there are six levels of vehicle autonomy: International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2924 2. Level 1 (Driver Assistance): The human driver has full control, but the vehicle helps with one or more driving functions, e.g., electronic stability control (ESC) and assisted braking. 3. Level 2 (Partial Automation): The human driver has primary control over the vehicle, but the vehicle can take 1. Level 0 (No Automation): The driver has full control and always performs all driving functions. ---------------------------------------------------------------------***-------------------------------------------------------------------- Abstract - In the fashionable era, the vehicles are centre to be automated to grant human driver relaxed driving within the numerous aspects are thought of that makes a vehicle machine-driven. Google, themostimportantnetwork has started working on the self-driving cars since 2010 and still developing new changes to grant an entire new level to the automated vehicles. The major causesofaccidentsonthe national highways are due to vehicle design and condition, speeding, driving on the wrong side, road engineering, useof mobile phones, jumping the red lights, etc. The need of semi- autonomous vehicle is important which is significantly automated and thereby reduces the death ratio due to accidents. Keywords – Raspberry Pi, Arduino UNO, Open Computer Vision, Machine Learning, Image Processing, Autonomous Vehicle.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2925 full control of more than one driving system, e.g., cruise control or automated parking. 4. Level 3 (Conditional Automation): Under certain conditions the automated driving system has primary control and performs all driving functions. inmanydriving modes, intervention of human driving is requested. 5. Level 4 (High Automation): The self-operated driving process has almost full control over the vehicle. The arbitration of human driver is desired in few driving modes only. 6. Level 5 (Full Automation): The full automated driving system has entire control over the vehicle. Intervention of human driving is negligible to zero. Research demonstrates that most drivers take 700 ms to react to a dangerous situation by taking evasive or preventive actions. With the unit of 1 millisecond low latency, self-automated vehicles and Advanced Driver- Assistance Systems (ADAS) will be able to lower the risks and save lives by reducing the number of accidents. One High-Definition camera is mounted on the rear end of the vehicle connect to the system for relaying low latencyreal- time video of the pathways. The relevance and making process differed by some points based ontechnologiesand components. The presented model takes a picturewiththe help of Pi camera linked with the Raspberry Pi on the vehicle. The Raspberry Pi and the laptop is connected to the same network, the Raspberry Pi sends the captured image and we are able to see the same on the laptop. An image is grey-scaled before passing it to the Neural Network. Upon prediction the model gives one of the four outputs i.e., left, right, forward or stop. B. Hardware Environment The car consists of two motors, L298N H-Bridge which is a motor driver that allows a full control of the two car motors at the same time, and Arduino UNO that simulate the car movement. The main component of the system is the Raspberry pi that is connected to the Arduino, and vision camera. The camera alsorecognizesthetraffic signal and the stop sign. By connecting all of these hardware components together, the system is able to accurately recognize its whole surrounding environment. As shown, the two motors are being controlled by L298N motor driver based on the received signals from Arduino that is powered by an external 9volt battery, and Arduino transmits these signals which are based on the serials received from the Raspberry pi. These serials, thus, are being transmitted on a serial path which is connected between Arduino and raspberry pi. Furthermore, the algorithms take their input either as data readingsorvideo frames from the cameras and sensors connected with the raspberry pi. The SD card used is also a part of the model as it has the Raspbian operating systemoftheraspberrypi. We have trained the vehicle to move it according to the track. Fig 1: Initial Setup III. PRESENTED APPROACH A. Block Diagram Fig 2: Block Diagram
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2926 B. Our Proposed Method In order to implement the prototype, the main devices are Arduino and Raspberry Pi. The Raspberry Pi streams the video to Internet. It requires a bunch of processing power for both working simultaneously on running Computer Vision as well as video streaming. The Raspberry Pi 3 model B+ is a single-board computer with a powerful processing unit and serial and camera interface. Inorderto take high-quality video, The Raspberry Pi camera can be utilized. It can be accessed through the V4L (Video for Linux) APIs, and there are numerous third-party libraries built for it, including the Pi camera Python and C++ library which will be beneficial to the live streaming purpose. To access into the hardware, one only need to know the IP address of the Raspberry Pi and a username and password to log in. The vehicle requires to work on its own if there is any connectivity failure. It needs to keep itself safe from collision and abide by the traffic rules. The Arduino controls the motor driver circuit. The Arduino terminates the motor from running if there is any obstacle detected. Meanwhile the Raspberry Pi uses computer vision algorithms to detect the lane and traffic light signals. Python and C++ Open-SourceComputerVision(OpenCV) is a library of programming functions mainly aimed at real- time computer vision. We can use over 2500 optimized algorithms for detections, classification of actions, image processing, object identification, traces and other functions. The Raspberry Pi is interfaced with the Arduino with serial communication. It controls the Arduino to run the vehicle accordingly. Fig 3: Proposed Model C. Flowchart Fig 4: Flowchart IV. RESULTS AND DISCUSSIONS Autonomous vehicle uses hundreds of sensors to make vehicles faster and smarter. The sensors used are able to generate unparalleled amount of data. Controlling, purifying, and inspecting this amount of data demands a much faster connectivity. Detections: In this journey of project, we experimented various types of detections on our model which makes it work in autonomous mode. These detections are as follows: Fig 5: Traffic Light Detection
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2927 Fig 6: Obstacle Detection Fig 7: Lane Detection Fig 8: Stop Sign Detection V. APPLICATIONS  Trouble-free parking - Like self-parking Autonomous Vehicles do not involve open-door space for de-escalating the passengers when stopped, admitting them to settle the parking spaces which are 15 percent compact.  AVs accelerate robotics developmentforconsumer applications - These include remote advanced sensing, hyper precise positioning/GPS, image recognition, and advanced artificial intelligence.  Traffic Jam Maneuvering system - Using cameras, predictive emergencybrakes,radartechnologyand sensors the system has a faster reaction time than the human brain does. VI. CONCLUSIONS AND FUTURE SCOPE The calculations and results obtained currently have permitted us to observe and examine with certain simulations and executions of semi-autonomous driving. Future tests will lead us to do semi-autonomous driving experimentation in controlledconditions,emulatingurban driving situations, focusing on the improvement of vehicle control, data collection and analysis of driver behaviour in front of these semi-autonomous driving systems. Since Autonomous Vehicles is the major upgradation in automatable industry in future, this project focuses on bring changes in road safety and commuting and significantly reduce accidents and human errors through
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2928 continuous learning by the system. The developed self- automated automotive is with success formulated, imposed, and assessed. The autonomous vehicle is efficiently trained with quite hundred to two hundred samples of pictures in numerous lighting conditions. VII. ACKNOWLEDGEMENT The authors gratefully acknowledge the teachers, lab in- charge and friends for the support and guidance.Thework would have not come to the present shape without the supervision and help of many people. All the eminent authors are in debt to Prof. Swati H. Shinde for the guidance and without her persistent help, the goal of this project would not have been realized. REFERENCES [1] Jain, Aditya Kumar. “Working model of Self-driving car using Convolutional Neural Network, Raspberry Pi and Arduino.” 2018 Second International Conference on Electronics, Communication and Aerospace Technology (ICECA) (2018): 1630-1635. [2] T. Banerjee, S. Bose, A. Chakraborty, T. Samadder, B. Kumar and T. K. Rana, "Self driving cars: A peep into the future," 2017 8th Annual Industrial Automation and Electromechanical Engineering Conference (IEMECON), 2017, pp. 33-38, doi: 10.1109/IEMECON.2017.8079556. [3] Rahul P. Kharapkar, Abhishek S.Khandare,ZeeshaanW. Siddiqui, Vaibhav U. Bodhe, Prof. M. Nasiruddin, Volume: 07 Issue: 03 | Mar 2020, IoT based Self Driving Car [4] L. A. Curiel-Ramirez, J. Izquierdo-Reyes,R.Bustamante- Bello, R. A. Ramirez-Mendoza and J. A. de la Tejera, "Analysis and Approach of Semi-Autonomous Driving Architectures," 2018 International Conference on Mechatronics, Electronics and Automotive Engineering (ICMEAE), 2018, pp. 139-143, doi: 10.1109/ICMEAE.2018.00033. [5] S. Baskaran, S. Kaul, S. Jha and S. Kumar, "5G-Connected Remote-Controlled Semi-Autonomous Car Trial," 2020 IEEE International Conference on Machine Learning and Applied Network Technologies (ICMLANT), 2020, pp. 1-6, doi: 10.1109/ICMLANT50963.2020.9355989. [6] Gandhi, Manan and Gada, Deep and Desai,Khushbuand Khanapuri, Jayashree, AutonomousVehicle(April 8,2020). Proceedings of the 3rd International Conference on Advances in Science & Technology (ICAST)2020,Available at SSRN : https://ssrn.com/abstract=3564503 or http://dx.doi.org/ 10.2139/ssrn.3564503