Added a method to interrupt the roadmap builder during path planning process.
A CkwsPlusStopRdmBuilderDelegate is created and stored in ChppPlanner. Upon calling ChppPlanner::roadmapBuilderIthProblem(), the delegate is passed to the input roadmap builder. Calling ChppPlanner::interruptPathPlanning() will interrupt the current path planning process.
Please register or sign in to comment