ego-planner-swarm
ego-planner-swarm copied to clipboard
how to avoid problems caused by multiple threads in the grid map management?
I notice there are no mutex and lock in the grid_map.h, I wonder that what if multiple threads get from and add in the same variables? Will it cause problems?
Yes, ego-planner does not support multi-threading