Skip to content

Commit

Permalink
feat(behavior_path_planner): add curbstone to avoid linestring (autow…
Browse files Browse the repository at this point in the history
…arefoundation#398)

Signed-off-by: Makoto Kurihara <[email protected]>
  • Loading branch information
mkuri authored Sep 5, 2023
1 parent e2a6ef4 commit aebafc9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
avoid_linestring:
types: # linestring types in the lanelet maps that will not be crossed when expanding the drivable area
- road_border
- curbstone
distance: 0.3 # [m] distance to keep between the drivable area and the linestrings to avoid
compensate:
enable: false # if true, when the drivable area cannot be expanded in one direction to completely include the ego footprint, it is expanded in the opposite direction
Expand Down

0 comments on commit aebafc9

Please sign in to comment.