Skip to content

Commit

Permalink
make surround obstacle checker not reacting to car-like objects from …
Browse files Browse the repository at this point in the history
…behind the ego vehicle (autowarefoundation#710)

Signed-off-by: Owen-Liuyuxuan <[email protected]>
Co-authored-by: Owen-Liuyuxuan <[email protected]>
  • Loading branch information
Owen-Liuyuxuan and Owen-Liuyuxuan authored Dec 4, 2023
1 parent c47d14d commit f0abb29
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
enable_check: true
surround_check_front_distance: 0.5
surround_check_side_distance: 0.0
surround_check_back_distance: 0.5
surround_check_back_distance: 0.0
truck:
enable_check: true
surround_check_front_distance: 0.5
surround_check_side_distance: 0.0
surround_check_back_distance: 0.5
surround_check_back_distance: 0.0
bus:
enable_check: true
surround_check_front_distance: 0.5
surround_check_side_distance: 0.0
surround_check_back_distance: 0.5
surround_check_back_distance: 0.0
trailer:
enable_check: true
surround_check_front_distance: 0.5
surround_check_side_distance: 0.0
surround_check_back_distance: 0.5
surround_check_back_distance: 0.0
motorcycle:
enable_check: true
surround_check_front_distance: 0.5
Expand Down

0 comments on commit f0abb29

Please sign in to comment.