From 501b93a65115b335b91fc6a1de4fca2e7f135132 Mon Sep 17 00:00:00 2001 From: Abishalini Date: Wed, 3 May 2023 09:16:45 -0600 Subject: [PATCH] run pre-commit --- core/src/stages/connect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/stages/connect.cpp b/core/src/stages/connect.cpp index 237b1a62..edb2c1d6 100644 --- a/core/src/stages/connect.cpp +++ b/core/src/stages/connect.cpp @@ -159,7 +159,7 @@ void Connect::compute(const InterfaceState& from, const InterfaceState& to) { robot_trajectory::RobotTrajectoryPtr trajectory; success = pair.second->plan(start, end, jmg, timeout, trajectory, path_constraints); - + // Do not push partial solutions if (success) { sub_trajectories.push_back(trajectory);