Skip to content

Commit

Permalink
feat(crosswalk_module): set the velocity of occluded objects to 2.0m/s (
Browse files Browse the repository at this point in the history
#1194)

Signed-off-by: Maxime CLEMENT <[email protected]>
  • Loading branch information
maxime-clem authored Oct 21, 2024
1 parent c9022ac commit 1e17994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
# param for occlusions
occlusion:
enable: true # if true, ego will slowdown around crosswalks that are occluded
occluded_object_velocity: 1.0 # [m/s] assumed velocity of objects that may come out of the occluded space
occluded_object_velocity: 2.0 # [m/s] assumed velocity of objects that may come out of the occluded space
slow_down_velocity: 1.0 # [m/s]
time_buffer: 0.5 # [s] consecutive time with/without an occlusion to add/remove the slowdown
min_size: 1.0 # [m] minimum size of an occlusion (square side size)
Expand Down

0 comments on commit 1e17994

Please sign in to comment.