Skip to content

Commit 6ed1a32

Browse files
acc fb: add lpf reset
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
1 parent e871695 commit 6ed1a32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

control/autoware_pid_longitudinal_controller/src/pid_longitudinal_controller.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,7 @@ void PidLongitudinalController::updateControlState(const ControlData & control_d
761761

762762
m_pid_vel.reset();
763763
m_lpf_vel_error->reset(0.0);
764+
m_lpf_acc_error->reset(0.0);
764765
return changeState(ControlState::DRIVE);
765766
}
766767

0 commit comments

Comments
 (0)