Skip to content

Commit

Permalink
feat(lane_departure_checker): add border types to check (#549)
Browse files Browse the repository at this point in the history
update lane_departure_checker.param.yaml

Signed-off-by: kyoichi-sugahara <[email protected]>
  • Loading branch information
kyoichi-sugahara authored Sep 7, 2023
1 parent 3c23a10 commit 86e7c16
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
/**:
ros__parameters:
# Enable feature
will_out_of_lane_checker: true
out_of_lane_checker: true
boundary_departure_checker: false

# Node
update_rate: 10.0
visualize_lanelet: false
include_right_lanes: false
include_left_lanes: false
include_opposite_lanes: false
include_conflicting_lanes: false
road_border_departure_checker: false
boundary_types_to_detect: [road_border]

# Core
footprint_margin_scale: 1.0
Expand Down

0 comments on commit 86e7c16

Please sign in to comment.