Skip to content

Commit

Permalink
feat(crosswalk): disable slowdowns when the crosswalk is occluded
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime CLEMENT <[email protected]>
  • Loading branch information
maxime-clem committed Nov 15, 2024
1 parent a9da3ea commit 165621d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

# param for occlusions
occlusion:
enable: true # if true, ego will slowdown around crosswalks that are occluded
enable: false # if true, ego will slowdown around crosswalks that are occluded
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
Expand Down

0 comments on commit 165621d

Please sign in to comment.