Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
  • Loading branch information
TakaHoribe committed Jul 7, 2022
1 parent 11755ff commit 87b4412
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ bool OperationModeTransitionManager::checkEngageAvailable()
}

// Engagement is ready if the vehicle is stopped.
// (this is checked a the end to calculate some debug values.)
// (this is checked in the end to calculate some debug values.)
if (param.allow_autonomous_in_stopped && std::abs(current_speed) < 0.01) {
debug_info_.is_all_ok = true;
debug_info_.engage_allowed_for_stopped_vehicle = true;
Expand Down

0 comments on commit 87b4412

Please sign in to comment.