Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa23513

Browse files
committedMar 9, 2024·
minor fix
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent 7405e0a commit aa23513

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎control/pid_longitudinal_controller/src/pid_longitudinal_controller.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,6 @@ void PidLongitudinalController::updateControlState(const ControlData & control_d
704704
if (emergency_condition) {
705705
return changeState(ControlState::EMERGENCY);
706706
}
707-
708707
if (stopped_condition) {
709708
return changeState(ControlState::STOPPED);
710709
}

0 commit comments

Comments
 (0)
Please sign in to comment.