Skip to content

Commit

Permalink
rename param
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran committed Mar 27, 2024
1 parent af5473b commit c39bbe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
detection_distance: 45.0 # [m] ahead distance from ego to detect the obstacles
detection_span: 1.0 # [m] calculate collision with this span to reduce calculation time
min_vel_ego_kmph: 3.6 # [km/h] min velocity to calculate time to collision
egos_cut_line_length: 3.0 # The width of the ego's cut lane
ego_cut_line_length: 3.0 # The width of the ego's cut lane

# Parameter to create abstracted dynamic obstacles
dynamic_obstacle:
Expand Down

0 comments on commit c39bbe0

Please sign in to comment.