Skip to content

Commit

Permalink
fix error message
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 Dec 24, 2024
1 parent 30d68eb commit 1005f52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ bool get_prepare_segment(
const auto backward_path_length = common_data_ptr->bpp_param_ptr->backward_path_length;

if (current_lanes.empty() || target_lanes.empty()) {
throw std::logic_error("lane change start is behind target lanelet!");
throw std::logic_error("Empty lanes!");
}

prepare_segment = prev_module_path;
Expand Down

0 comments on commit 1005f52

Please sign in to comment.