Skip to content

Commit

Permalink
fix spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
zulfaqar-azmi-t4 authored Mar 21, 2024
1 parent 44c187b commit 06f9396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planning/behavior_path_lane_change_module/src/scene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,7 @@ bool NormalLaneChange::check_prepare_phase() const

lanelet::ConstLanelet current_lane;
if (!route_handler->getClosestLaneletWithinRoute(getEgoPose(), &current_lane)) {
RCLCPP_DEBUG(logger_, "unable to retreive current lane");
RCLCPP_DEBUG(logger_, "unable to get current lane");
return false;
}

Expand Down

0 comments on commit 06f9396

Please sign in to comment.