Skip to content

Commit

Permalink
feat(out_of_lane): overlap.minimum_distance 0.0->0.3 to reduce bad st…
Browse files Browse the repository at this point in the history
…ops (autowarefoundation#636)

Signed-off-by: Maxime CLEMENT <[email protected]>
  • Loading branch information
maxime-clem authored Apr 22, 2024
1 parent ce8460c commit e2a61bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
distance_buffer: 1.0 # [m] distance buffer used to determine if a collision will occur in the other lane

overlap:
minimum_distance: 0.0 # [m] minimum distance inside a lanelet for an overlap to be considered
minimum_distance: 0.3 # [m] minimum distance inside a lanelet for an overlap to be considered
extra_length: 0.0 # [m] extra arc length to add to the front and back of an overlap (used to calculate enter/exit times)

action: # action to insert in the path if an object causes a conflict at an overlap
Expand Down

0 comments on commit e2a61bc

Please sign in to comment.