JdeRobot / RoboticsAcademy

Learn Robotics with JdeRobot
https://jderobot.github.io/RoboticsAcademy
GNU General Public License v3.0
317 stars 223 forks source link

amazon warehouse debugging #2857

Closed nicogmon closed 1 day ago

nicogmon commented 1 day ago

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.