Skip to content

Commit

Permalink
fix: harder engage on driving (autowarefoundation#415)
Browse files Browse the repository at this point in the history
* fix(autoware_launch): strict engage-on-driving condition

Signed-off-by: Takayuki Murooka <[email protected]>

* update some parameters

Signed-off-by: Takayuki Murooka <[email protected]>

---------

Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored Sep 17, 2023
1 parent be1a905 commit 4ca689f
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
/**:
ros__parameters:
transition_timeout: 10.0
transition_timeout: 6.0
frequency_hz: 10.0
check_engage_condition: false # set false if you do not want to care about the engage condition.
check_engage_condition: true # set false if you do not want to care about the engage condition.
nearest_dist_deviation_threshold: 3.0 # [m] for finding nearest index
nearest_yaw_deviation_threshold: 1.57 # [rad] for finding nearest index
engage_acceptable_limits:
allow_autonomous_in_stopped: true # no check if the velocity is zero, always allowed.
dist_threshold: 1.5
dist_threshold: 0.5
yaw_threshold: 0.524
speed_upper_threshold: 10.0
speed_lower_threshold: -10.0
acc_threshold: 1.5
lateral_acc_threshold: 1.0
lateral_acc_diff_threshold: 0.5
stable_check:
duration: 0.1
dist_threshold: 1.5
duration: 3.0
dist_threshold: 0.5
speed_upper_threshold: 2.0
speed_lower_threshold: -2.0
yaw_threshold: 0.262

0 comments on commit 4ca689f

Please sign in to comment.