The planners are set every run. This can result in errors if a planner is not reset. The fabrics planner, for example, does not reset its obstacles, which results in an error where the obstacles are being declared twice at a second run.
A solution would be to set the planner before the while loop, or to reset the obstacles in the fabrics planner.
The planners are set every run. This can result in errors if a planner is not reset. The fabrics planner, for example, does not reset its obstacles, which results in an error where the obstacles are being declared twice at a second run.
A solution would be to set the planner before the while loop, or to reset the obstacles in the fabrics planner.