forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 32
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 (#…
…935) * Switch to new curvature based dynamic drivable area expansion Signed-off-by: Maxime CLEMENT <[email protected]> * Cleanup + remove the old code Signed-off-by: Maxime CLEMENT <[email protected]> * Handle uncrossable lines/polygons (may not be accurate enough) Signed-off-by: Maxime CLEMENT <[email protected]> * Add runtime measurements Signed-off-by: Maxime CLEMENT <[email protected]> * [WIP] Reuse previously calculated raw curvatures Signed-off-by: Maxime CLEMENT <[email protected]> * Fix bug with lateral offset distance and repeating path points Signed-off-by: Maxime CLEMENT <[email protected]> * Remove self crossings in the expanded bounds Signed-off-by: Maxime CLEMENT <[email protected]> * Big cleanup + update parameters Signed-off-by: Maxime CLEMENT <[email protected]> * Remove svg debug output Signed-off-by: Maxime CLEMENT <[email protected]> * Update parameter file Signed-off-by: Maxime CLEMENT <[email protected]> * Fix rebase mistakes Signed-off-by: Maxime CLEMENT <[email protected]> * Add parameter to enable/disable printing the runtime Signed-off-by: Maxime CLEMENT <[email protected]> * Fix append of new path points to satisfy the resampling interval Signed-off-by: Maxime CLEMENT <[email protected]> * Add smoothing.extra_arc_length param Signed-off-by: Maxime CLEMENT <[email protected]> * Code cleanup + add docstrings Signed-off-by: Maxime CLEMENT <[email protected]> * Fix spellcheck Signed-off-by: Maxime CLEMENT <[email protected]> * Fix initial path poses (no longer cropped) and fix test Signed-off-by: Maxime CLEMENT <[email protected]> --------- Signed-off-by: Maxime CLEMENT <[email protected]>
- 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.