Skip to content

Commit

Permalink
Merge pull request autowarefoundation#492 from tier4/hotfix/avoidance
Browse files Browse the repository at this point in the history
feat(avoidance): check if the avoidance path is in drivable area (autowarefoundation#584)
  • Loading branch information
kminoda authored Oct 13, 2023
2 parents f18ef3a + d89e1e6 commit ed5a2d8
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
hard_road_shoulder_margin: 0.8 # [m]
max_right_shift_length: 5.0
max_left_shift_length: 5.0
max_deviation_from_lane: 0.5 # [m]
# avoidance distance parameters
longitudinal:
prepare_time: 2.0 # [s]
Expand Down Expand Up @@ -215,12 +216,6 @@
max_jerk: 1.0 # [m/sss]
max_acceleration: 1.0 # [m/ss]

target_velocity_matrix:
col_size: 2
matrix:
[2.78, 13.9, # velocity [m/s]
0.50, 1.00] # margin [m]

shift_line_pipeline:
trim:
quantize_filter_threshold: 0.1
Expand Down

0 comments on commit ed5a2d8

Please sign in to comment.