Skip to content

Commit

Permalink
feat(pid_longitudinal_controller)!: add acceleration feedback block (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#1139)

* add params
---------
Signed-off-by: Yuki Takagi <[email protected]>
  • Loading branch information
yuki-takagi-66 authored Aug 27, 2024
1 parent d9ee561 commit 04970b4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
emergency_acc: -5.0 # denotes acceleration
emergency_jerk: -3.0

# acceleration feedback
lpf_acc_error_gain: 0.98
acc_feedback_gain: 0.0

# acceleration limit
max_acc: 3.0
min_acc: -5.0
Expand Down

0 comments on commit 04970b4

Please sign in to comment.