Dijkstra_algorithm
Dijkstra_algorithm
path-planning
Langfang, China
e-mail:[email protected]
Huijuan Wang
North China Institute of Aerospace Engineering
Langfang, China Quanbo Yuan
e-mail: [email protected] North China Institute of Aerospace Engineering
Langfang, China
e-mail: [email protected]
Yuan Yu
Langfang Health School
Abstract—In this paper, the robot is a maze robot. Dijkstra map, but with the following map to make a better description
algorithm is used in the robot path planning. The shortest path is of algorithm.
selected in the process of barrier. Simulation results prove the
model valid; it can effectively solve the maze robot path planning.
I. INTRODUCTION
Robot path planning is an important area of research, it is
an important point between artificial intelligence and robotics.
In order to complete the task in a mobile security way, mobile
robot path planning is an important indicator of intelligence.
According to certain evaluation criteria, path planning is a
collision-free path that mobile robot will find and reach the
goal of a state from the initial obstacles environment,[1]. Based
on the situation of environment, path planning can be divided
into global path planning and local path planning. Between
them, the global path planning environment focus on the
information the situation as known, and local path planning
mainly refers to the unknown environmental information on the
overall situation.
It is an important problem that global path planning for
robot path planning in static environment. It has a wide range
of applications. Based on the results of previous studies in this
part, robot path planning applications makes an optimal path to
walk the maze by independence, and it is proved an effective
method with simulation experiments.
II. PROBLEM DESCRIPTION
A. Environment Model
In case, the robot's working space is a two-dimensional
structure of space, we use the same size space by
Figure 1. The map of a robot
two-dimensional grid, it is a standard that the grid size of the
obstacles which the robot can take a free walk in a grid .If the
In order to describe robot motion in the method of
robot can walk without any obstacles, the grid is a free grid,
Cartesian space Left corner of the lower map is as the origin of
and the grid is a barrier grid. In order to sense environmental
coordinates, the horizontal right direction is x-axis positive
information through the sensor, to establish an environmental
direction, the straight up direction is Y-axis positive direction,
model map, the robot is simplified as a point., obstacles is
each axis grid interval corresponds to a unit of length. Any one
simplified as a straight line, the thickness of line is no more
grid can be identified with Cartesian (x, y) uniquely. As is
than a grid of line, to ensure the barrier requirements. To
shown in Figure 2.
simplify the problem, the standard map is not used complex