Skip to content

Commit

Permalink
chore(operation_mode_transition_manager): change param to enable enga…
Browse files Browse the repository at this point in the history
…ge on large lateral deviation (autowarefoundation#576)

Signed-off-by: Takamasa Horibe <[email protected]>
  • Loading branch information
TakaHoribe authored Jul 27, 2023
1 parent 43aeea5 commit 2b0c4e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

/**:
ros__parameters:
transition_timeout: 6.0
transition_timeout: 8.0
frequency_hz: 10.0
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: 0.5
dist_threshold: 1.5
yaw_threshold: 0.524
speed_upper_threshold: 10.0
speed_lower_threshold: -10.0
Expand Down

0 comments on commit 2b0c4e9

Please sign in to comment.