Skip to content

Commit

Permalink
revert(obstacle_cruise): disable ouside stop feature (#1222)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Takagi <[email protected]>
  • Loading branch information
yuki-takagi-66 authored Nov 11, 2024
1 parent 43a5774 commit 16506f2
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@

outside:
unknown: false
car: true
truck: true
bus: true
trailer: true
motorcycle: true
bicycle: true
pedestrian: true
car: false
truck: false
bus: false
trailer: false
motorcycle: false
bicycle: false
pedestrian: false

cruise_obstacle_type:
inside:
Expand Down

0 comments on commit 16506f2

Please sign in to comment.