forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lane_departure_checker,start_planner): add check for path within…
… lanes for bvspm (autowarefoundation#6366) (#1165) * feat(lane_departure_checker,start_planner): add check for path within lanes for bvspm (autowarefoundation#6366) * WIP add new methods for lane departure checker Signed-off-by: Daniel Sanchez <[email protected]> * add lanelet polygon check for lane departure Signed-off-by: Daniel Sanchez <[email protected]> * use new checkPathWillLeaveLane function Signed-off-by: Daniel Sanchez <[email protected]> * working solution, fix union bug Signed-off-by: Daniel Sanchez <[email protected]> * Add check fo backwards path Signed-off-by: Daniel Sanchez <[email protected]> * delete departure check lanes Signed-off-by: Daniel Sanchez <[email protected]> * add lane departure check to geometric pullout Signed-off-by: Daniel Sanchez <[email protected]> * merge all union polygon Signed-off-by: kyoichi-sugahara <[email protected]> * pre-commit changes Signed-off-by: Daniel Sanchez <[email protected]> * move the cheap/fast check first to possibly boost performance Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]> Signed-off-by: kyoichi-sugahara <[email protected]> Co-authored-by: kyoichi-sugahara <[email protected]> Signed-off-by: Daniel Sanchez <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Daniel Sanchez <[email protected]> Signed-off-by: kyoichi-sugahara <[email protected]> Co-authored-by: kyoichi-sugahara <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8cd2176
commit 0dbcfd3
Showing
11 changed files
with
176 additions
and
51 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
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
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.