Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 1, 2022
1 parent 58d7576 commit 119aa20
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,8 @@ PathWithLaneId getReferencePathFromTargetLane(
lanelet::utils::getArcCoordinates(target_lanes, route_handler.getGoalPose());
s_end = std::min(s_end, goal_arc_coordinates.length);
}
const auto lane_changing_reference_path = route_handler.getCenterLinePath(target_lanes, s_start, s_end);
const auto lane_changing_reference_path =
route_handler.getCenterLinePath(target_lanes, s_start, s_end);

const auto & ref_points = lane_changing_reference_path.points;

Expand Down

0 comments on commit 119aa20

Please sign in to comment.