Skip to content

Commit

Permalink
add time_overlap_tolerance parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-clem committed Feb 27, 2025
1 parent 0d26435 commit 15b7c2e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
run_out: # module to stop or slowdown before sudden collisions with obstacles
ego_time_interval_expansion: 0.0 # [s] time to add to the ego time interval (on both the start and end times)
collision_time_margin: 0.0 # [s] TODO
time_overlap_tolerance: 0.1 # [s] when calculating overlap time intervals, intervals are grouped if they are separated by less than this tolerance value

stop:
on_time_buffer: 0.5 # [s] successive collision detection time required to start the stopping decision
Expand Down Expand Up @@ -39,4 +40,4 @@
cut_predicted_paths: # options to cut predicted paths of dynamic objects
if_crossing_ego_from_behind: true # if true, cut after crossing the ego vehicle
polygon_types: ["crosswalk"] # types of polygons in the vector map used to cut predicted paths
linestring_types: ["guard_rail"] # types of linestrings in the vector map used to cut predicted paths
linestring_types: ["guard_rail"] # types of linestrings in the vector map used to cut predicted paths

0 comments on commit 15b7c2e

Please sign in to comment.