Skip to content

Commit

Permalink
feat(avoidance): remove unknown object from avoidance target (autowar…
Browse files Browse the repository at this point in the history
…efoundation#643)

remove unknown object from avoidance target
  • Loading branch information
saka1-s authored May 8, 2024
1 parent 5024f81 commit 354c2f9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
safety_buffer_longitudinal: 0.0
use_conservative_buffer_longitudinal: false
unknown:
is_target: false
execute_num: 1
moving_speed_threshold: 0.28 # 1.0km/h
moving_time_threshold: 1.0
Expand Down Expand Up @@ -133,7 +132,7 @@
truck: true # [-]
bus: true # [-]
trailer: true # [-]
unknown: true # [-]
unknown: false # [-]
bicycle: true # [-]
motorcycle: true # [-]
pedestrian: true # [-]
Expand Down

0 comments on commit 354c2f9

Please sign in to comment.