Skip to content

Commit

Permalink
enable obstacle cruise planner
Browse files Browse the repository at this point in the history
Signed-off-by: t4-adc <[email protected]>
  • Loading branch information
t4-adc committed Jan 5, 2025
1 parent 6c698ac commit 8adfe78
Showing 1 changed file with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
suppress_sudden_obstacle_stop: true

stop_obstacle_type:
pointcloud: false
pointcloud: true
inside:
unknown: true
car: true
truck: true
bus: true
trailer: true
motorcycle: true
bicycle: true
pedestrian: true
unknown: false
car: false
truck: false
bus: false
trailer: false
motorcycle: false
bicycle: false
pedestrian: false

outside:
unknown: false
Expand Down Expand Up @@ -73,14 +73,14 @@

slow_down_obstacle_type:
unknown: false
car: true
truck: true
bus: true
trailer: true
motorcycle: true
bicycle: true
pedestrian: true
pointcloud: false
car: false
truck: false
bus: false
trailer: false
motorcycle: false
bicycle: false
pedestrian: false
pointcloud: true

behavior_determination:
pointcloud_search_radius: 5.0
Expand Down

0 comments on commit 8adfe78

Please sign in to comment.