SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
p-ISSN: 2395-0072
Volume: 10 Issue: 10 | Oct 2023 www.irjet.net
AUTONOMOUS CAR USING BEAGLEBONE BLACK
Maheshkumaran A1, Logesh R2, Sri Ajaykumar L3, RamkumarR4
1Student, Dept. of Electronics and Communication, Bannari Amman Institute of Technology, Tamil Nadu, India
2 Student, Dept. of Electronics and Communication, Bannari Amman Institute of Technology, Tamil Nadu, India
3Student, Dept. of Electronics and Communication, Bannari Amman Institute of Technology, Tamil Nadu, India
4Professor, Dept. of Electronics and Communication, Bannari Amman Institute of Technology, Tamil Nadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Automated RC vehicles are vehicles that can
navigate the environment and avoid obstacles without
human intervention. They are often equipped with sensors,
such as cameras and ultrasonic rangefinders, to perceive
their surroundings, as well as computers to process sensor
data and control the vehicle's actuators. Self-driving cars
have the potential to significantly improve traffic safety and
reduce traffic congestion. By automating lane keeping, these
vehicles can help reduce driver fatigue and distraction,
which are a major cause of accidents. Additionally, self-
driving cars can communicate with each other and
coordinate movements to improve traffic flow and reduce
emissions. Automated lane-keeping vehicles have the
potential to significantly improve road safety and reduce
traffic congestion. By automating lane keeping, these
vehicles can help reduce driver fatigue and distraction,
which are a major cause of accidents. Additionally,
automated lane-keeping cars can communicate with each
other and coordinate their movements to improve traffic
flow and reduce emissions. Research into automated lane-
keeping cars using Beagle Bone Black is a promising area of
research with the potential to have a significant impact on
road safety and traffic congestion. The BeagleBone Black
brings several advantages to the development of lane-
keeping autonomous cars, including low cost, open source
nature, extensive community support, and many available
hardware accessories. The goal of autonomous vehicle
research using BeagleBone Black is to develop an open
source, reliable, and low-cost platform for developing and
testing autonomous vehicles. The platform can be used by
researchers and developers to explore new automated
driving algorithms and methods, and to raise awareness of
this important technology among students and the general
public.
Key Words: Beaglebone black, IR sensor, Ultrasonic
sensor, Object Detection
1.
A self-driving car is a vehicle capable of
navigating its surroundings and avoiding obstacles
without human intervention. They are often equipped
with sensors, such as cameras and ultrasonic rangefinders,
to perceive their surroundings, as well as computers to
process sensor data and control the vehicle's actuators.
Self-driving cars have the potential to significantly improve
traffic safety and reduce traffic congestion. By automating
lane keeping, these vehicles can help reduce driver fatigue
and distraction, which are a major cause of accidents.
Additionally, self-driving cars can communicate with each
other and coordinate their movements to improve traffic
flow and reduce emissions according to regulations,
although different table text styles are provided. Self-
driving cars have the potential to significantly improve
traffic safety and reduce traffic congestion. By automating
lane keeping, these vehicles can help reduce driver fatigue
and distraction, which are a major cause of accidents.
Additionally, self-driving cars can communicate with each
other and coordinate movements to improve traffic flow
and reduce emissions.
The design, implementation, and testing of a path-
following self-driving car using the BeagleBone platform is
detailed in this project report. Using various sensors and
actuators, the autonomous vehicle navigates its
environment while staying on a predetermined path and
avoiding obstacles. The perception, control and navigation
modules of the system architecture enable the car to make
decisions based on sensor input. The initiative aims to
advance autonomous vehicle technology while
demonstrating BeagleBone's potential for robotics
applications.
2.METHODOLOGY AND HARDWARE SETUP
Methodology
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 737
INTRODUCTION
New lane detection and control algorithms will be developed
and adapted for use on the BeagleBone Black. These
algorithms will be implemented in software and tested on a
simulated autonomous vehicle platform. A comprehensive
literature review on automated lane keeping cars will be
conducted to determine the state of the art in lane detection
and control algorithms.
Lane detection and control algorithms will be integrated into
the BeagleBone Black hardware platform. This will involve
developing software drivers for BeagleBone Black
peripherals, such as cameras and steering actuators.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
p-ISSN: 2395-0072
Volume: 10 Issue: 10 | Oct 2023 www.irjet.net
Hardware Setup
 Sensor placement – Infrared and ultrasonic sensors
should be placed on the vehicle so that they can
effectively detect lane edges and other obstacles. The
infrared sensor can be placed at the front of the vehicle,
slightly outward. Ultrasonic sensors can be placed on
both sides of the vehicle, facing forward and facing
outward.
 Sensor data processing – Sensor data must be processed
to extract lane edge information. This can be achieved
using different algorithms, such as Hough transform and
edge detection.
Sensor Placement
 The infrared sensor should be placed at the front of the
vehicle, slightly facing outward. This will allow them to
detect lane edges even when the vehicle is not fully
centered in the lane.
Fig. 1. IR sensor
 Ultrasonic sensors should be placed on both sides of the
vehicle, facing forward and outward. This will allow
them to detect other obstacles in the car's path, such as
other vehicles and pedestrians.
Fig. 2. Ultrasonic Sensor
Sensor Data Processing
Infrared sensor data can be processed using the Hough
transform to detect lane edges. The Hough Transform is a
powerful algorithm that can detect lines in images even
when they are obscured by noise or other objects.
 Ultrasonic sensor data can be processed using a simple
thresholding algorithm to detect obstacles. If the distance
to the obstacle is less than a certain threshold, the
obstacle is considered to be in the car's path.
Fig. 3. Beaglebone Black
 In addition to infrared and ultrasonic sensors, other
sensors such as cameras and GPS can also be used to
improve the performance of automatic lane keeping
systems.
 Automatic lane keeping systems must be designed to
avoid errors. This means that the system must be able to
continue operating even if one or more sensors fail.
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 738
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
p-ISSN: 2395-0072
Volume: 10 Issue: 10 | Oct 2023 www.irjet.net
4. Results and discussions
Results
5. Conclusion
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 739
The design, implementation, and testing of a path-following
autonomous vehicle using the BeagleBone platform is
detailed in this project report. Using various sensors and
actuators, the autonomous vehicle navigates its
environment while staying on a predetermined path and
avoiding obstacles. The perception, control and navigation
modules of the system architecture enable the car to make
decisions based on sensor input. The system can avoid
collisions in most cases. However, there are cases when the
system does not react quickly enough and the vehicle leaves
its lane. These situations occur when the car is driving in
low light conditions or when there are other cars or objects
in the lane next to the car. The final result of the project
after connecting the sensors to the BeagleBone Black is
shown in Figure 4.
The system can keep the car in its lane in a variety of driving
conditions, including on straight roads, curves and
intersections. The system can achieve this by using cameras
to monitor road markings and then using steering controls
to keep the car in the center of the lane.
One way to make the system react faster to avoid collisions
is to use faster steering controls. This will allow the system
to adjust the car's steering more quickly, possibly preventing
the car from drifting out of its lane. Another way to make the
system more responsive is to use a more complex algorithm
to track markings on the road. This algorithm can be
designed to detect changes in road conditions more quickly,
thereby helping the system react faster to avoid collisions.
And another way to improve system performance in low
light conditions is to use cameras with higher sensitivity.
This means the camera can detect more light, which will
make it easier for you to follow the markings on the road.
Another way to improve system performance in low light
conditions is to use image processing techniques to enhance
Fig. 4. Autonomous Car using BeagleBone Black
Discussions
image quality. This can be done using algorithms to remove
image noise or increase contrast. The system needs to be
tested on a variety of roads and conditions to ensure it can
operate reliably in all situations. This includes testing the
system on straight roads, curves, intersections and in various
weather conditions. Sensor fusion is the process of combining
data from multiple sensors to create a more accurate
representation of the world. This can be done using cameras,
radar and lidar to track the car's location and surroundings.
Sensor combination can be used to improve the accuracy of
the lane-keeping system and make it more robust to
environmental changes.
Machine learning is a type of artificial intelligence that allows
computers to learn without being explicitly programmed.
This can be used to improve the performance of the lane
keeping system by allowing it to learn from its mistakes. For
example, the system can learn to identify objects that could
cause it to deviate from its lane and take corrective action.
The system should be developed to operate in a variety of
environments. This will require a system capable of handling
different traffic types, weather conditions and road surfaces.
The proposed automatic object detection platform for
cars using BeagleBone Black and IR ultrasonic and infrared
sensors is a promising and significant contribution to the
field of automated driving. It has the potential to accelerate
the development of reliable, open-source, low-cost,
automated lane-keeping systems. The proposed platform can
be used in many ways to accelerate the development of
autonomous driving technology. First, the platform can be
used to evaluate new lane detection and control algorithms.
This is important because developing accurate and reliable
lane detection and control algorithms is essential for
developing safe and reliable automated lane keeping
systems.
Second, the proposed platform can be used to develop a new
automatic lane keeping system. The platform provides a
reliable and low-cost platform for developing and testing
new automated lane keeping algorithms. This could help
speed up the development of innovative new automated
lane-keeping systems. Third, the proposed platform can be
used to test the automatic lane keeping system under real
driving conditions. This is important because it is necessary
to test automatic lane-keeping systems in real-world
conditions to evaluate their safety and performance.
The proposed platform provides a flexible and low-cost
platform for testing automatic lane-keeping systems under
various real-world driving conditions.
Overall, the proposed automated lane-keeping automotive
platform using BeagleBone Black, IR, and ultrasonic sensors
is a valuable tool for the research community and the
automotive industry. It has the potential to accelerate the
development of reliable, open source, inexpensive,
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
p-ISSN: 2395-0072
Volume: 10 Issue: 10 | Oct 2023 www.irjet.net
automated lane keeping systems. The proposed platform is
an important step towards the development of safe, reliable
and affordable autonomous vehicles.
It has the potential to revolutionize the transportation
industry and have a positive impact on society.
6.Reference
[1] A. Calvi, F. D’Amico, C. Ferrante, and L. Bianchini
Ciampoli, “A driving simulator study to assess driver
performance during a car-following maneuver after
switching from automated control to manual control,”
Transportation Research Part F: Traffic Psychology and
Behaviour,
2020.
[2] "Lane Keeping Assist System Based on BeagleBone
Black" by P. Kumar and A. Kumar, published in the
International Journal of Advanced Research in Electrical,
Electronics and Instrumentation Engineering in 2019.
[3] "Design and Implementation of a Lane Keeping System
Using BeagleBone Black" by S. S. Kanhere and S. B.
Pawar, published in the International Journal of
Innovative Research in Science, Engineering and
Technology in 2020.
[4] "A Low-Cost Lane Keeping System for Autonomous
Vehicles" by A. K. Singh and S. K. Dwivedi, published in
the International Journal of Engineering Research and
Technology in 2021.
[5] "A Robust Lane Keeping System Using BeagleBone
Black" by S. Y. Park and J. H. Park, published in the
Journal of Sensors in 2022.
[6] "A Real-Time Lane Keeping System Using BeagleBone
Black and OpenCV" by P. K. Singh and A. K. Maurya,
published in the International Journal of Innovative
Research in Science, Engineering and Technology in
2023.
[7] James M. Anderson, Nidhi Kalra, Karlyn D. Stanley, Paul
Sorensen, Constantine Samaras, Oluwatobi A. Oluwatola
From: Autonomous Vehicle Technology: A Guide for
Policymakers, RAND Corporation (2014) P. Koopman
and M. Wagner, “Autonomous vehicle safety: an
interdisciplinary challenge,” IEEE Intelligent
Transportation Systems Magazine, vol. 9, 2017.
[8] A. Petrovskaya and S. *run, “Model based vehicle
detection and tracking for autonomous urban driving,”
Autonomous Robots, vol. 26, 2009.
[9] Zakaria, Mohamad & Shing, Joo & Tomari, Razali.
Implementation of Robot Operating System in
Beaglebone Black based Mobile Robot for Obstacle
Avoidance Application. International Journal on
Advanced Science, Engineering and Information
Technology. 7. 2213. 10.18517/ijaseit.7.6.3221.
[10] ]D. J. Fagnant and K. Kockelman, “Preparing a nation for
autonomous vehicles: opportunities, barriers and policy
recommendations,” Transportation Research Part A :
Policy and Practice, vol.77, 2015.
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 740

More Related Content

Similar to AUTONOMOUS CAR USING BEAGLEBONE BLACK

Smart Driving Test Track
Smart Driving Test TrackSmart Driving Test Track
Smart Driving Test TrackIRJET Journal
 
IRJET - Smart Car Parking System using Arduino
IRJET - Smart Car Parking System using ArduinoIRJET - Smart Car Parking System using Arduino
IRJET - Smart Car Parking System using ArduinoIRJET Journal
 
IRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET Journal
 
Automatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphoneAutomatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphonetheijes
 
Automatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphoneAutomatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphonetheijes
 
IRJET - Accident Prevention Control System and Detection of Lost Key
IRJET - Accident Prevention Control System and Detection of Lost KeyIRJET - Accident Prevention Control System and Detection of Lost Key
IRJET - Accident Prevention Control System and Detection of Lost KeyIRJET 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- Traffic Sign Board Detection and Voice Alert System Along with Spe...
IRJET-  	  Traffic Sign Board Detection and Voice Alert System Along with Spe...IRJET-  	  Traffic Sign Board Detection and Voice Alert System Along with Spe...
IRJET- Traffic Sign Board Detection and Voice Alert System Along with Spe...IRJET Journal
 
IRJET- Study of Automated Highway System
IRJET-  	  Study of Automated Highway SystemIRJET-  	  Study of Automated Highway System
IRJET- Study of Automated Highway SystemIRJET Journal
 
Vehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmVehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmIRJET Journal
 
IRJET- Self Driving Car using Raspberry-Pi and Machine Learning
IRJET- Self Driving Car using Raspberry-Pi and Machine LearningIRJET- Self Driving Car using Raspberry-Pi and Machine Learning
IRJET- Self Driving Car using Raspberry-Pi and Machine LearningIRJET Journal
 
Deep Learning Approach Model for Vehicle Classification using Artificial Neur...
Deep Learning Approach Model for Vehicle Classification using Artificial Neur...Deep Learning Approach Model for Vehicle Classification using Artificial Neur...
Deep Learning Approach Model for Vehicle Classification using Artificial Neur...IRJET Journal
 
IRJET- Role of Human Factors in the Design of Blind Spot Detection Technology
IRJET- Role of Human Factors in the Design of Blind Spot Detection TechnologyIRJET- Role of Human Factors in the Design of Blind Spot Detection Technology
IRJET- Role of Human Factors in the Design of Blind Spot Detection TechnologyIRJET Journal
 
IRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET Journal
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET Journal
 
SMART CAR PARKING SYSTEM USING IR SENSOR
SMART CAR PARKING SYSTEM USING IR SENSORSMART CAR PARKING SYSTEM USING IR SENSOR
SMART CAR PARKING SYSTEM USING IR SENSORIRJET Journal
 
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...IRJET Journal
 
IRJET- Smart Travel Automated Vehicle
IRJET- Smart Travel Automated VehicleIRJET- Smart Travel Automated Vehicle
IRJET- Smart Travel Automated VehicleIRJET 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
 

Similar to AUTONOMOUS CAR USING BEAGLEBONE BLACK (20)

Smart Driving Test Track
Smart Driving Test TrackSmart Driving Test Track
Smart Driving Test Track
 
IRJET - Smart Car Parking System using Arduino
IRJET - Smart Car Parking System using ArduinoIRJET - Smart Car Parking System using Arduino
IRJET - Smart Car Parking System using Arduino
 
IRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image Processing
 
Automatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphoneAutomatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphone
 
Automatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphoneAutomatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphone
 
IRJET - Accident Prevention Control System and Detection of Lost Key
IRJET - Accident Prevention Control System and Detection of Lost KeyIRJET - Accident Prevention Control System and Detection of Lost Key
IRJET - Accident Prevention Control System and Detection of Lost Key
 
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- Traffic Sign Board Detection and Voice Alert System Along with Spe...
IRJET-  	  Traffic Sign Board Detection and Voice Alert System Along with Spe...IRJET-  	  Traffic Sign Board Detection and Voice Alert System Along with Spe...
IRJET- Traffic Sign Board Detection and Voice Alert System Along with Spe...
 
IRJET- Study of Automated Highway System
IRJET-  	  Study of Automated Highway SystemIRJET-  	  Study of Automated Highway System
IRJET- Study of Automated Highway System
 
Vehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmVehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN Algorithm
 
IRJET- Self Driving Car using Raspberry-Pi and Machine Learning
IRJET- Self Driving Car using Raspberry-Pi and Machine LearningIRJET- Self Driving Car using Raspberry-Pi and Machine Learning
IRJET- Self Driving Car using Raspberry-Pi and Machine Learning
 
Deep Learning Approach Model for Vehicle Classification using Artificial Neur...
Deep Learning Approach Model for Vehicle Classification using Artificial Neur...Deep Learning Approach Model for Vehicle Classification using Artificial Neur...
Deep Learning Approach Model for Vehicle Classification using Artificial Neur...
 
IRJET- Role of Human Factors in the Design of Blind Spot Detection Technology
IRJET- Role of Human Factors in the Design of Blind Spot Detection TechnologyIRJET- Role of Human Factors in the Design of Blind Spot Detection Technology
IRJET- Role of Human Factors in the Design of Blind Spot Detection Technology
 
IRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLAB
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring System
 
SMART CAR PARKING SYSTEM USING IR SENSOR
SMART CAR PARKING SYSTEM USING IR SENSORSMART CAR PARKING SYSTEM USING IR SENSOR
SMART CAR PARKING SYSTEM USING IR SENSOR
 
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
 
IRJET- Smart Travel Automated Vehicle
IRJET- Smart Travel Automated VehicleIRJET- Smart Travel Automated Vehicle
IRJET- Smart Travel Automated Vehicle
 
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
 

More from 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
 

More from 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...
 

Recently uploaded

Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 

Recently uploaded (20)

Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 

AUTONOMOUS CAR USING BEAGLEBONE BLACK

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 p-ISSN: 2395-0072 Volume: 10 Issue: 10 | Oct 2023 www.irjet.net AUTONOMOUS CAR USING BEAGLEBONE BLACK Maheshkumaran A1, Logesh R2, Sri Ajaykumar L3, RamkumarR4 1Student, Dept. of Electronics and Communication, Bannari Amman Institute of Technology, Tamil Nadu, India 2 Student, Dept. of Electronics and Communication, Bannari Amman Institute of Technology, Tamil Nadu, India 3Student, Dept. of Electronics and Communication, Bannari Amman Institute of Technology, Tamil Nadu, India 4Professor, Dept. of Electronics and Communication, Bannari Amman Institute of Technology, Tamil Nadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Automated RC vehicles are vehicles that can navigate the environment and avoid obstacles without human intervention. They are often equipped with sensors, such as cameras and ultrasonic rangefinders, to perceive their surroundings, as well as computers to process sensor data and control the vehicle's actuators. Self-driving cars have the potential to significantly improve traffic safety and reduce traffic congestion. By automating lane keeping, these vehicles can help reduce driver fatigue and distraction, which are a major cause of accidents. Additionally, self- driving cars can communicate with each other and coordinate movements to improve traffic flow and reduce emissions. Automated lane-keeping vehicles have the potential to significantly improve road safety and reduce traffic congestion. By automating lane keeping, these vehicles can help reduce driver fatigue and distraction, which are a major cause of accidents. Additionally, automated lane-keeping cars can communicate with each other and coordinate their movements to improve traffic flow and reduce emissions. Research into automated lane- keeping cars using Beagle Bone Black is a promising area of research with the potential to have a significant impact on road safety and traffic congestion. The BeagleBone Black brings several advantages to the development of lane- keeping autonomous cars, including low cost, open source nature, extensive community support, and many available hardware accessories. The goal of autonomous vehicle research using BeagleBone Black is to develop an open source, reliable, and low-cost platform for developing and testing autonomous vehicles. The platform can be used by researchers and developers to explore new automated driving algorithms and methods, and to raise awareness of this important technology among students and the general public. Key Words: Beaglebone black, IR sensor, Ultrasonic sensor, Object Detection 1. A self-driving car is a vehicle capable of navigating its surroundings and avoiding obstacles without human intervention. They are often equipped with sensors, such as cameras and ultrasonic rangefinders, to perceive their surroundings, as well as computers to process sensor data and control the vehicle's actuators. Self-driving cars have the potential to significantly improve traffic safety and reduce traffic congestion. By automating lane keeping, these vehicles can help reduce driver fatigue and distraction, which are a major cause of accidents. Additionally, self-driving cars can communicate with each other and coordinate their movements to improve traffic flow and reduce emissions according to regulations, although different table text styles are provided. Self- driving cars have the potential to significantly improve traffic safety and reduce traffic congestion. By automating lane keeping, these vehicles can help reduce driver fatigue and distraction, which are a major cause of accidents. Additionally, self-driving cars can communicate with each other and coordinate movements to improve traffic flow and reduce emissions. The design, implementation, and testing of a path- following self-driving car using the BeagleBone platform is detailed in this project report. Using various sensors and actuators, the autonomous vehicle navigates its environment while staying on a predetermined path and avoiding obstacles. The perception, control and navigation modules of the system architecture enable the car to make decisions based on sensor input. The initiative aims to advance autonomous vehicle technology while demonstrating BeagleBone's potential for robotics applications. 2.METHODOLOGY AND HARDWARE SETUP Methodology © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 737 INTRODUCTION New lane detection and control algorithms will be developed and adapted for use on the BeagleBone Black. These algorithms will be implemented in software and tested on a simulated autonomous vehicle platform. A comprehensive literature review on automated lane keeping cars will be conducted to determine the state of the art in lane detection and control algorithms. Lane detection and control algorithms will be integrated into the BeagleBone Black hardware platform. This will involve developing software drivers for BeagleBone Black peripherals, such as cameras and steering actuators.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 p-ISSN: 2395-0072 Volume: 10 Issue: 10 | Oct 2023 www.irjet.net Hardware Setup  Sensor placement – Infrared and ultrasonic sensors should be placed on the vehicle so that they can effectively detect lane edges and other obstacles. The infrared sensor can be placed at the front of the vehicle, slightly outward. Ultrasonic sensors can be placed on both sides of the vehicle, facing forward and facing outward.  Sensor data processing – Sensor data must be processed to extract lane edge information. This can be achieved using different algorithms, such as Hough transform and edge detection. Sensor Placement  The infrared sensor should be placed at the front of the vehicle, slightly facing outward. This will allow them to detect lane edges even when the vehicle is not fully centered in the lane. Fig. 1. IR sensor  Ultrasonic sensors should be placed on both sides of the vehicle, facing forward and outward. This will allow them to detect other obstacles in the car's path, such as other vehicles and pedestrians. Fig. 2. Ultrasonic Sensor Sensor Data Processing Infrared sensor data can be processed using the Hough transform to detect lane edges. The Hough Transform is a powerful algorithm that can detect lines in images even when they are obscured by noise or other objects.  Ultrasonic sensor data can be processed using a simple thresholding algorithm to detect obstacles. If the distance to the obstacle is less than a certain threshold, the obstacle is considered to be in the car's path. Fig. 3. Beaglebone Black  In addition to infrared and ultrasonic sensors, other sensors such as cameras and GPS can also be used to improve the performance of automatic lane keeping systems.  Automatic lane keeping systems must be designed to avoid errors. This means that the system must be able to continue operating even if one or more sensors fail. © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 738
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 p-ISSN: 2395-0072 Volume: 10 Issue: 10 | Oct 2023 www.irjet.net 4. Results and discussions Results 5. Conclusion © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 739 The design, implementation, and testing of a path-following autonomous vehicle using the BeagleBone platform is detailed in this project report. Using various sensors and actuators, the autonomous vehicle navigates its environment while staying on a predetermined path and avoiding obstacles. The perception, control and navigation modules of the system architecture enable the car to make decisions based on sensor input. The system can avoid collisions in most cases. However, there are cases when the system does not react quickly enough and the vehicle leaves its lane. These situations occur when the car is driving in low light conditions or when there are other cars or objects in the lane next to the car. The final result of the project after connecting the sensors to the BeagleBone Black is shown in Figure 4. The system can keep the car in its lane in a variety of driving conditions, including on straight roads, curves and intersections. The system can achieve this by using cameras to monitor road markings and then using steering controls to keep the car in the center of the lane. One way to make the system react faster to avoid collisions is to use faster steering controls. This will allow the system to adjust the car's steering more quickly, possibly preventing the car from drifting out of its lane. Another way to make the system more responsive is to use a more complex algorithm to track markings on the road. This algorithm can be designed to detect changes in road conditions more quickly, thereby helping the system react faster to avoid collisions. And another way to improve system performance in low light conditions is to use cameras with higher sensitivity. This means the camera can detect more light, which will make it easier for you to follow the markings on the road. Another way to improve system performance in low light conditions is to use image processing techniques to enhance Fig. 4. Autonomous Car using BeagleBone Black Discussions image quality. This can be done using algorithms to remove image noise or increase contrast. The system needs to be tested on a variety of roads and conditions to ensure it can operate reliably in all situations. This includes testing the system on straight roads, curves, intersections and in various weather conditions. Sensor fusion is the process of combining data from multiple sensors to create a more accurate representation of the world. This can be done using cameras, radar and lidar to track the car's location and surroundings. Sensor combination can be used to improve the accuracy of the lane-keeping system and make it more robust to environmental changes. Machine learning is a type of artificial intelligence that allows computers to learn without being explicitly programmed. This can be used to improve the performance of the lane keeping system by allowing it to learn from its mistakes. For example, the system can learn to identify objects that could cause it to deviate from its lane and take corrective action. The system should be developed to operate in a variety of environments. This will require a system capable of handling different traffic types, weather conditions and road surfaces. The proposed automatic object detection platform for cars using BeagleBone Black and IR ultrasonic and infrared sensors is a promising and significant contribution to the field of automated driving. It has the potential to accelerate the development of reliable, open-source, low-cost, automated lane-keeping systems. The proposed platform can be used in many ways to accelerate the development of autonomous driving technology. First, the platform can be used to evaluate new lane detection and control algorithms. This is important because developing accurate and reliable lane detection and control algorithms is essential for developing safe and reliable automated lane keeping systems. Second, the proposed platform can be used to develop a new automatic lane keeping system. The platform provides a reliable and low-cost platform for developing and testing new automated lane keeping algorithms. This could help speed up the development of innovative new automated lane-keeping systems. Third, the proposed platform can be used to test the automatic lane keeping system under real driving conditions. This is important because it is necessary to test automatic lane-keeping systems in real-world conditions to evaluate their safety and performance. The proposed platform provides a flexible and low-cost platform for testing automatic lane-keeping systems under various real-world driving conditions. Overall, the proposed automated lane-keeping automotive platform using BeagleBone Black, IR, and ultrasonic sensors is a valuable tool for the research community and the automotive industry. It has the potential to accelerate the development of reliable, open source, inexpensive,
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 p-ISSN: 2395-0072 Volume: 10 Issue: 10 | Oct 2023 www.irjet.net automated lane keeping systems. The proposed platform is an important step towards the development of safe, reliable and affordable autonomous vehicles. It has the potential to revolutionize the transportation industry and have a positive impact on society. 6.Reference [1] A. Calvi, F. D’Amico, C. Ferrante, and L. Bianchini Ciampoli, “A driving simulator study to assess driver performance during a car-following maneuver after switching from automated control to manual control,” Transportation Research Part F: Traffic Psychology and Behaviour, 2020. [2] "Lane Keeping Assist System Based on BeagleBone Black" by P. Kumar and A. Kumar, published in the International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering in 2019. [3] "Design and Implementation of a Lane Keeping System Using BeagleBone Black" by S. S. Kanhere and S. B. Pawar, published in the International Journal of Innovative Research in Science, Engineering and Technology in 2020. [4] "A Low-Cost Lane Keeping System for Autonomous Vehicles" by A. K. Singh and S. K. Dwivedi, published in the International Journal of Engineering Research and Technology in 2021. [5] "A Robust Lane Keeping System Using BeagleBone Black" by S. Y. Park and J. H. Park, published in the Journal of Sensors in 2022. [6] "A Real-Time Lane Keeping System Using BeagleBone Black and OpenCV" by P. K. Singh and A. K. Maurya, published in the International Journal of Innovative Research in Science, Engineering and Technology in 2023. [7] James M. Anderson, Nidhi Kalra, Karlyn D. Stanley, Paul Sorensen, Constantine Samaras, Oluwatobi A. Oluwatola From: Autonomous Vehicle Technology: A Guide for Policymakers, RAND Corporation (2014) P. Koopman and M. Wagner, “Autonomous vehicle safety: an interdisciplinary challenge,” IEEE Intelligent Transportation Systems Magazine, vol. 9, 2017. [8] A. Petrovskaya and S. *run, “Model based vehicle detection and tracking for autonomous urban driving,” Autonomous Robots, vol. 26, 2009. [9] Zakaria, Mohamad & Shing, Joo & Tomari, Razali. Implementation of Robot Operating System in Beaglebone Black based Mobile Robot for Obstacle Avoidance Application. International Journal on Advanced Science, Engineering and Information Technology. 7. 2213. 10.18517/ijaseit.7.6.3221. [10] ]D. J. Fagnant and K. Kockelman, “Preparing a nation for autonomous vehicles: opportunities, barriers and policy recommendations,” Transportation Research Part A : Policy and Practice, vol.77, 2015. © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 740