Skip to content

Commit

Permalink
feat(control_validator): add hold and lpf (autowarefoundation#1193)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Takagi <[email protected]>
  • Loading branch information
yuki-takagi-66 authored Oct 23, 2024
1 parent 46c1342 commit de30459
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@

thresholds:
max_distance_deviation: 1.0
max_reverse_velocity: 0.2
max_over_velocity_ratio: 0.1
rolling_back_velocity: 0.5
over_velocity_offset: 2.0
over_velocity_ratio: 0.2

vel_lpf_gain: 0.9 # Time constant 0.33
hold_velocity_error_until_stop: true

0 comments on commit de30459

Please sign in to comment.