Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
Signed-off-by: Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 committed Nov 5, 2024
1 parent f6de32d commit 1c84ddf
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 @@ -64,7 +64,7 @@ void NormalLaneChange::updateLaneChangeStatus()
RCLCPP_DEBUG(logger_, "ego's current lane not in route");
return;
}
status_.current_lane_ = current_lane;
status_.current_lane = current_lane;

const auto ego_footprint =
utils::lane_change::getEgoCurrentFootprint(getEgoPose(), getCommonParam().vehicle_info);
Expand Down

0 comments on commit 1c84ddf

Please sign in to comment.