You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this change, the `PlanningPipeline::generatePlan()` exits as soon
as a failure is detected. Before this, `break` was used to exit the
current loop of request adapters, planners, or response adapters, but
the function continued to the next loop. For example, if a planner would
fail, the response adapters would still be executed.
Signed-off-by: Gaël Écorchard <gael@km-robotics.cz>
Co-authored-by: Gaël Écorchard <gael@km-robotics.cz>
0 commit comments