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.
refactor(lane_change): refactor getLaneChangePaths function (autoware…
…foundation#8909) * refactor lane change utility funcions Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * LC utility function to get distance to next regulatory element Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * don't activate LC module when close to regulatory element Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * modify threshold distance calculation Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * move regulatory element check to canTransitFailureState() function Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * always run LC module if approaching terminal point Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * use max possible LC length as threshold Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * update LC readme Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * refactor implementation Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * update readme Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * refactor checking data validity Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * refactor sampling of prepare phase metrics and lane changing phase metrics Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * add route handler function to get pose from 2d arc length Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * refactor candidate path generation Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * refactor candidate path safety check Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * fix variable name Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * Update planning/autoware_route_handler/src/route_handler.cpp Co-authored-by: Zulfaqar Azmi <93502286+zulfaqar-azmi-t4@users.noreply.github.com> * correct parameter name Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * set prepare segment velocity after taking max path velocity value Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * update LC README Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * minor changes Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * check phase length difference with previos valid candidate path Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * change logger name Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * change functions names to snake case Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * use snake case for function names Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * add colors to flow chart in README Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> --------- Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> Co-authored-by: Zulfaqar Azmi <93502286+zulfaqar-azmi-t4@users.noreply.github.com>
- Loading branch information
1 parent
73a9788
commit 656a78e
Showing
10 changed files
with
559 additions
and
396 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
Oops, something went wrong.