Skip to content

Commit

Permalink
feat(pid_longitudinal_controller): error integration on vehicle takeo…
Browse files Browse the repository at this point in the history
…ff (#698)

* add parameter for PID integration time threshold

Signed-off-by: Daniel Sanchez <[email protected]>

* add param to enable or disable low speed error integration

Signed-off-by: Daniel Sanchez <[email protected]>

---------

Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran authored Nov 27, 2023
1 parent 1e78bab commit 1a37eb3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
max_d_effort: 0.0
min_d_effort: 0.0
lpf_vel_error_gain: 0.9
enable_integration_at_low_speed: false
current_vel_threshold_pid_integration: 0.5
time_threshold_before_pid_integration: 2.0
enable_brake_keeping_before_stop: false
brake_keeping_acc: -0.2

Expand Down

0 comments on commit 1a37eb3

Please sign in to comment.