Each map is delivered by MATLAB .mat file containing
sp,
dp, and
map variables. The variables
sp and
dp indicates the index of starting and destination nodes, and
map is a 2-dimensional binary array. In
map variable, the obstacle node is represented as 1 (true) and free-space node is represented as 0 (false), respectively.
 |
 |
| (a) Index of each node |
(b) Corresponding map variable |
Figure (a) shows the index of each node in our proposed method. The nodes with yellow and red color indicates the starting and destination node, respectively. In this case, the value of variable sp is 6 and the value of variable dp is 20. According to Figure (a), the variable map will be like Figure (b).