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) * WIP add new methods for lane departure checker Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add lanelet polygon check for lane departure Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * use new checkPathWillLeaveLane function Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * working solution, fix union bug Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * Add check fo backwards path Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * delete departure check lanes Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add lane departure check to geometric pullout Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * merge all union polygon Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * pre-commit changes Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * move the cheap/fast check first to possibly boost performance Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> Co-authored-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
- Loading branch information
1 parent
0410e92
commit 0042c20
Showing
12 changed files
with
176 additions
and
71 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
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.