In the Amazon warehouse exercise, the map provided prevents me from showing changes in the usual way, I cannot see the erosion or the marking of valid states during planning, making it very difficult to debug the code.
I have tried using the showpath method with concrete points, but the point I want to show is just marked with an X and disappears when I call the function again.
Is there a way to show the map after modifying it?
Thanks.
Hi @nicogmon,
nope, just do the debugging of your map processing offline (and even the display of the path planning internal processing as in https://youtu.be/-2D90I-wZKs). GUI.showPath is intended only to display the final output of your path planning, it can be used for debugging too, but just to see that.
Cheers,