Skip to content

Commit

Permalink
feat: lane_departure_checker with curbstones (#687)
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored Nov 16, 2023
1 parent 8f660e4 commit 31961eb
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**:
ros__parameters:
# Enable feature
will_out_of_lane_checker: true
out_of_lane_checker: true
boundary_departure_checker: false
will_out_of_lane_checker: false
out_of_lane_checker: false
boundary_departure_checker: true

# Node
update_rate: 10.0
Expand All @@ -12,7 +12,7 @@
include_left_lanes: false
include_opposite_lanes: false
include_conflicting_lanes: false
boundary_types_to_detect: [road_border]
boundary_types_to_detect: [curbstone]

# Core
footprint_margin_scale: 1.0
Expand Down

0 comments on commit 31961eb

Please sign in to comment.