Skip to content

Commit

Permalink
fix(mpc_lateral_controller): remove overlaps when calculating trajectory
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime CLEMENT <[email protected]>
  • Loading branch information
maxime-clem committed Mar 4, 2024
1 parent ebb4172 commit feaf4b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions control/mpc_lateral_controller/src/mpc_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ Trajectory convertToAutowareTrajectory(const MPCTrajectory & input)
break;
}
}
output.points = motion_utils::removeOverlapPoints(output.points);
return output;
}

Expand Down

0 comments on commit feaf4b8

Please sign in to comment.