forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(behavior_path_planner): curvature based drivable area expansion (a…
…utowarefoundation#935) * Switch to new curvature based dynamic drivable area expansion Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Cleanup + remove the old code Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Handle uncrossable lines/polygons (may not be accurate enough) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Add runtime measurements Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * [WIP] Reuse previously calculated raw curvatures Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Fix bug with lateral offset distance and repeating path points Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Remove self crossings in the expanded bounds Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Big cleanup + update parameters Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Remove svg debug output Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Update parameter file Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Fix rebase mistakes Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Add parameter to enable/disable printing the runtime Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Fix append of new path points to satisfy the resampling interval Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Add smoothing.extra_arc_length param Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Code cleanup + add docstrings Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Fix spellcheck Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Fix initial path poses (no longer cropped) and fix test Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> --------- Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
- Loading branch information
1 parent
dec6b4c
commit 8ed98a9
Showing
18 changed files
with
531 additions
and
1,082 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
85 changes: 0 additions & 85 deletions
85
...or_path_planner/include/behavior_path_planner/utils/drivable_area_expansion/expansion.hpp
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.