Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Jun 9, 2024
1 parent 8a4419d commit e2dcf3b
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 @@ -1735,7 +1735,7 @@ void RouteHandler::removeOverlappedCenterlineWithWaypoints(
const size_t piecewise_waypoints_lanelet_sequence_index,
const bool is_removing_direction_forward) const
{
const double waypoints_interpolation_arc_margin_ratio = 5.0;
const double waypoints_interpolation_arc_margin_ratio = 10.0;

// calculate arc length threshold
const double front_arc_length_threshold = [&]() {
Expand Down

0 comments on commit e2dcf3b

Please sign in to comment.