-
Notifications
You must be signed in to change notification settings - Fork 682
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(utils): fix unstable drivable area generation (#4293)
* fix(utils): generate proper reference path even when ego is shifted Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(utils): add function to get reference lanelets for avoidance module Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): use unique utils function Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(utils): fix endless loop Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(utils): guard empty path Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(utils): use constraints at nearest index search Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
- Loading branch information
1 parent
fc5ec80
commit d70c718
Showing
5 changed files
with
309 additions
and
81 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
Oops, something went wrong.