Skip to content

Commit

Permalink
can return to current if orientation ok
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 Oct 23, 2024
1 parent 0d63079 commit 1ff2b6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ bool LaneChangeInterface::canTransitFailureState()
updateRTCStatus(
std::numeric_limits<double>::lowest(), std::numeric_limits<double>::lowest(), true,
State::FAILED);
return module_type_->is_within_turn_direction_lanes();
return true;
}
}

Expand Down

0 comments on commit 1ff2b6f

Please sign in to comment.