Skip to content

Commit

Permalink
Merge branch 'beta/v0.3.18' into backport/5191
Browse files Browse the repository at this point in the history
  • Loading branch information
asa-naki authored Dec 8, 2023
2 parents 69f2387 + a2cbf8c commit 7eb4e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planning/route_handler/src/route_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ PathWithLaneId removeOverlappingPoints(const PathWithLaneId & input_path)
continue;
}

constexpr double min_dist = 0.001;
constexpr double min_dist = 0.1;
if (
tier4_autoware_utils::calcDistance3d(filtered_path.points.back().point, pt.point) <
min_dist) {
Expand Down

0 comments on commit 7eb4e36

Please sign in to comment.