paper-with-me

홈 › Papers

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

2020-09-20 · Alfa Rossi, Nadim Ahmed, Sultanus Salehin, Tashfique Hasnine Choudhury, Golam Sarowar

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

📄 PDF Abstract BibTeX arXiv:2009.09391

Code (0)

등록된 구현이 없습니다.

Tasks

Edge DetectionLane DetectionMotion Planning

Similar Papers 제목 키워드 기반

CoLD Fusion: A Real-time Capable Spline-based Fusion Algorithm for Collective Lane Detection

2025-12-16 · Jörg Gamerdinger, Sven Teufel, Georg Volk, Oliver Bringmann arxiv

Comprehensive environment perception is essential for autonomous vehicles to operate safely. It is crucial to detect both dynamic road users and static objects like traffic signs or lanes as these are required for safe m…

Autonomous VehiclesMotion PlanningLane Detection

Efficient Motion Planning for Automated Lane Change based on Imitation Learning and Mixed-Integer Optimization

2019-04-18 · Chenyang Xi, Tianyu Shi, Yuankai Wu, Lijun Sun

Intelligent motion planning is one of the core components in automated vehicles, which has received extensive interests. Traditional motion planning methods suffer from several drawbacks in terms of optimality, efficienc…

Action GenerationAutonomous DrivingImitation LearningMotion Planning

Temporal Triplane Transformers as Occupancy World Models

2025-03-10 · Haoran Xu, Peixi Peng, Guang Tan, Yiqian Chang 외

World models aim to learn or construct representations of the environment that enable the prediction of future scenes, thereby supporting intelligent motion planning. However, existing models often struggle to produce fi…

Autonomous DrivingMotion Planning

PolygMap: A Perceptive Locomotion Framework for Humanoid Robot Stair Climbing

2025-10-14 · Bingquan Li, Ning Wang, Tianwei Zhang, Zhicheng He 외 arxiv

Recently, biped robot walking technology has been significantly developed, mainly in the context of a bland walking scheme. To emulate human walking, robots need to step on the positions they see in unknown spaces accura…

Motion PlanningVisual Odometry

Multi-lane Cruising Using Hierarchical Planning and Reinforcement Learning

2021-10-01 · Kasra Rezaee, Peyman Yadmellat, Masoud S. Nosrati, Elmira Amirloo Abolfathi 외

Competent multi-lane cruising requires using lane changes and within-lane maneuvers to achieve good speed and maintain safety. This paper proposes a design for autonomous multi-lane cruising by combining a hierarchical r…

Hierarchical Reinforcement LearningMotion Planningreinforcement-learningReinforcement Learning+1