Skip to content

Commit

Permalink
Merge branch 'main' into fix_task_start
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyuoh authored Feb 24, 2025
2 parents 0e5380a + 0eb5bee commit 83077b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ void EasyCommandHandle::follow_new_path(
{
const double dist =
(*l.location() - wp.position().block<2, 1>(0, 0)).norm();
if (dist <= nav_params->max_merge_waypoint_distance)
if (dist <= nav_params->max_merge_lane_distance)
{
found_connection = true;
i0 = 0;
Expand Down

0 comments on commit 83077b4

Please sign in to comment.