moveit_planners icon indicating copy to clipboard operation
moveit_planners copied to clipboard

Early Termination of ModelBasedPlanningContext::solve()

Open drchrislewis opened this issue 10 years ago • 0 comments

When solve() is called with count > max_planning_threads_ termination occurs after number of successful plans = max_planning_threads_ because the the OMPL library calls the terminate() function of the planning termination condition when that number is reached. Therefore, subsequent calls to solve() return without creating new plans.

drchrislewis avatar May 13 '14 21:05 drchrislewis