moveit_planners
moveit_planners copied to clipboard
Early Termination of ModelBasedPlanningContext::solve()
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.