Real-World Application of Various Trajectory Planning Algorithms on MIT
RACECAR
- URL: http://arxiv.org/abs/2109.00890v1
- Date: Tue, 17 Aug 2021 12:08:49 GMT
- Title: Real-World Application of Various Trajectory Planning Algorithms on MIT
RACECAR
- Authors: Oguzhan Kose
- Abstract summary: Three path planning algorithms were applied to MIT RACECAR.
A scenario was created to compare algorithms.
APF was chosen due to its low processing load and simple working logic.
- Score: 0.0
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: In the project, the vehicle was first controlled with ROS. For this purpose,
the necessary nodes were prepared to be controlled with a joystick. Afterwards,
DWA(Dynamic Window Approach), TEB(Timed-Elastic Band) and APF(Artificial
Potential Field) path planning algorithms were applied to MIT RACECAR,
respectively. These algorithms have advantages and disadvantages against each
other on different issues. For this reason, a scenario was created to compare
algorithms. On a curved double lane road created according to this scenario,
MIT RACECAR has to follow the lanes and when it encounters an obstacle, it has
to change lanes without leaving the road and pass without hitting the obstacle.
In addition, an image processing algorithm was developed to obtain the position
information of the lanes needed to implement this scenario. This algorithm
detects the target point by processing the image taken from the ZED camera and
gives the target point information to the path planning algorithm.
After the necessary tools were created, the algorithms were tested against
the scenario. In these tests, measurements such as how many obstacles the
algorithm successfully passed, how simple routes it chose, and computational
costs they have. According to these results, although it was not the algorithm
that successfully passed the most obstacles, APF was chosen due to its low
processing load and simple working logic. It was believed that with its
uncomplicated structure, APF would also provide advantages in the future stages
of the project.
Related papers
- POA: Passable Obstacles Aware Path-planning Algorithm for Navigation of
a Two-wheeled Robot in Highly Cluttered Environments [53.41594627336511]
Passable Obstacles Aware (POA) planner is a novel navigation method for two-wheeled robots in a cluttered environment.
Our algorithm allows two-wheeled robots to find a path through passable obstacles.
arXiv Detail & Related papers (2023-07-16T19:44:27Z) - A Metaheuristic Algorithm for Large Maximum Weight Independent Set
Problems [58.348679046591265]
Given a node-weighted graph, find a set of independent (mutually nonadjacent) nodes whose node-weight sum is maximum.
Some of the graphs airsing in this application are large, having hundreds of thousands of nodes and hundreds of millions of edges.
We develop a new local search algorithm, which is a metaheuristic in the greedy randomized adaptive search framework.
arXiv Detail & Related papers (2022-03-28T21:34:16Z) - Systematic Comparison of Path Planning Algorithms using PathBench [55.335463666037086]
Path planning is an essential component of mobile robotics.
Development of learning-based path planning algorithms has been experiencing rapid growth.
This paper presents PathBench, a platform for developing, visualizing, training, testing, and benchmarking of existing and future path planning algorithms.
arXiv Detail & Related papers (2022-03-07T01:52:57Z) - Pragmatic Implementation of Reinforcement Algorithms For Path Finding On
Raspberry Pi [0.0]
The proposed system is a cost-efficient approach that is implemented to facilitate a Raspberry Pi controlled four-wheel-drive non-holonomic robot map a grid.
Q learning and Deep-Q learning are used to find the optimal path while avoiding collision with static obstacles.
A novel algorithm to decode an array of directions into accurate movements is also proposed.
arXiv Detail & Related papers (2021-12-07T09:00:14Z) - PathBench: A Benchmarking Platform for Classical and Learned Path
Planning Algorithms [59.3879573040863]
Path planning is a key component in mobile robotics.
Few attempts have been made to benchmark the algorithms holistically or unify their interface.
This paper presents PathBench, a platform for developing, visualizing, training, testing, and benchmarking of existing and future path planning algorithms.
arXiv Detail & Related papers (2021-05-04T21:48:18Z) - Waypoint Planning Networks [66.72790309889432]
We propose a hybrid algorithm based on LSTMs with a local kernel - a classic algorithm such as A*, and a global kernel using a learned algorithm.
We compare WPN against A*, as well as related works including motion planning networks (MPNet) and value networks (VIN)
It is shown that WPN's search space is considerably less than A*, while being able to generate near optimal results.
arXiv Detail & Related papers (2021-05-01T18:02:01Z) - Real-time Lane detection and Motion Planning in Raspberry Pi and Arduino
for an Autonomous Vehicle Prototype [0.0]
The 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.
The prototype was tested in a controlled environment in real-time.
arXiv Detail & Related papers (2020-09-20T09:13:15Z) - Performance Improvement of Path Planning algorithms with Deep Learning
Encoder Model [1.1995939891389429]
Convolutional Neural Network (CNN) was used to overcome this situation.
This paper analyzes in-depth the performance to eliminate the useless paths using this CNN model.
arXiv Detail & Related papers (2020-08-05T17:34:31Z) - Map-Enhanced Ego-Lane Detection in the Missing Feature Scenarios [26.016292792373815]
This paper exploits prior knowledge contained in digital maps, which has a strong capability to enhance the performance of detection algorithms.
In this way, only a few lane features are needed to eliminate the position error between the road shape and the real lane.
Experiments show that the proposed method can be applied to various scenarios and can run in real-time at a frequency of 20 Hz.
arXiv Detail & Related papers (2020-04-02T16:06:48Z) - Tracking Road Users using Constraint Programming [79.32806233778511]
We present a constraint programming (CP) approach for the data association phase found in the tracking-by-detection paradigm of the multiple object tracking (MOT) problem.
Our proposed method was tested on a motorized vehicles tracking dataset and produces results that outperform the top methods of the UA-DETRAC benchmark.
arXiv Detail & Related papers (2020-03-10T00:04:32Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.