Skip to content

Commit e4e8a58

Browse files
authored
feat: update the person in charge of the unimplemented parts
1 parent fe9d9ad commit e4e8a58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/mrm_handler/src/mrm_handler/mrm_handler_core.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ void MrmHandler::updateMrmState()
456456
transitionTo(MrmState::NORMAL);
457457
return;
458458
}
459-
// TODO(Kenji Miyake): Check if human can safely override, for example using DSM
459+
// TODO(TetsuKawa): Check if human can safely override, for example using DSM
460460
if (is_takeover_done) {
461461
transitionTo(MrmState::NORMAL);
462462
return;
@@ -469,7 +469,7 @@ void MrmHandler::updateMrmState()
469469
return;
470470
}
471471
} else if (mrm_state_.state == MrmState::MRM_OPERATING) {
472-
// TODO(Kenji Miyake): Check MRC is accomplished
472+
// TODO(TetsuKawa): Check MRC is accomplished
473473
if (mrm_state_.behavior == MrmState::PULL_OVER) {
474474
if (isStopped() && isArrivedAtGoal()) {
475475
transitionTo(MrmState::MRM_SUCCEEDED);

0 commit comments

Comments
 (0)