Skip to content

Commit

Permalink
feat: add engage-on-driving param for xx1 (#276)
Browse files Browse the repository at this point in the history
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

Co-authored-by: tomoya.kimura <tomoya.kimura@tier4.jp>
  • Loading branch information
TakaHoribe and tkimura4 authored Jul 11, 2022
1 parent f939aae commit ddeece8
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# These parameters are tuned for xx1

/**:
ros__parameters:
frequency_hz: 10.0
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 ddeece8

Please sign in to comment.