GavinPHR / Space-Time-AStar

A* Search Algorithm with an Additional Time Dimension to Deal with Dynamic Obstacles
MIT License
173 stars 22 forks source link

Questions about calculating boundaries #7

Open zhaohongbo02 opened 11 months ago

zhaohongbo02 commented 11 months ago

In a grid map, are static obstacle shapes the corresponding grid? Do the coordinates refer to the coordinates of the center of the obstacle, which is also the center of the grid? By analyzing the code of the Grid class, the grid map is based on the largest rectangle formed by static obstacles as the boundary. However, in details, there are some small problems in the conversion of coordinates and grids. For example,