Skip to content

Commit feaf4b8

Browse files
committed
fix(mpc_lateral_controller): remove overlaps when calculating trajectory
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent ebb4172 commit feaf4b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

control/mpc_lateral_controller/src/mpc_utils.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ Trajectory convertToAutowareTrajectory(const MPCTrajectory & input)
289289
break;
290290
}
291291
}
292+
output.points = motion_utils::removeOverlapPoints(output.points);
292293
return output;
293294
}
294295

0 commit comments

Comments
 (0)