Add dynamic memory allocation option in astar_search method #2716
-
In A* search algorithm of freespace planner, memory of search space data is pre-allocated. If related parameters are different from default, it may result in high RAM usage. For example, if change "grid_resolution"(in file parking.launch.py) to 0.05, freespace planner will take up more than 16GiB RAM. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Implemented in this PR. |
Beta Was this translation helpful? Give feedback.
Implemented in this PR.