Skip to content

Commit

Permalink
add expansion type param
Browse files Browse the repository at this point in the history
Signed-off-by: beyza <[email protected]>
  • Loading branch information
beyzanurkaya committed Aug 27, 2024
1 parent 04970b4 commit 8ec3b89
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 @@
dynamic_avoidance:
common:
enable_debug_info: false
use_lane_type: "opposite_direction_lane"
use_hatched_road_markings: true

# avoidance is performed for the object type with true
Expand Down Expand Up @@ -60,7 +61,7 @@
predicted_path:
end_time_to_consider: 2.0 # [s]
threshold_confidence: 0.0 # [] not probability
max_lat_offset_to_avoid: 0.5 # [m]
max_lat_offset_to_avoid: 2.0 # [m]
max_time_for_object_lat_shift: 0.0 # [s]
lpf_gain_for_lat_avoid_to_offset: 0.9 # [-]

Expand Down

0 comments on commit 8ec3b89

Please sign in to comment.