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.
feat(lane_change): implement terminal lane change feature (autowarefo…
…undation#9592) * implement function to compute terminal lane change path Signed-off-by: mohammad alqudah <[email protected]> * push terminal path to candidate paths if no other valid candidate path is found Signed-off-by: mohammad alqudah <[email protected]> * use terminal path in LC interface planWaitingApproval function Signed-off-by: mohammad alqudah <[email protected]> * set lane changing longitudinal accel to zero for terminal lc path Signed-off-by: mohammad alqudah <[email protected]> * rename function Signed-off-by: mohammad alqudah <[email protected]> * chore: rename codeowners file Signed-off-by: tomoya.kimura <[email protected]> * remove unused member variable prev_approved_path_ Signed-off-by: mohammad alqudah <[email protected]> * refactor stop point insertion for terminal lc path Signed-off-by: mohammad alqudah <[email protected]> * add flag to enable/disable terminal path feature Signed-off-by: mohammad alqudah <[email protected]> * update README Signed-off-by: mohammad alqudah <[email protected]> * add parameter to configure stop point placement Signed-off-by: mohammad alqudah <[email protected]> * compute terminal path only when near terminal start Signed-off-by: mohammad alqudah <[email protected]> * add option to disable feature near goal Signed-off-by: mohammad alqudah <[email protected]> * set default flag value to false Signed-off-by: mohammad alqudah <[email protected]> * add documentation for terminal lane change path Signed-off-by: mohammad alqudah <[email protected]> * ensure actual prepare duration is always above minimum prepare duration threshold Signed-off-by: mohammad alqudah <[email protected]> * explicitly return std::nullopt Signed-off-by: mohammad alqudah <[email protected]> * Update planning/behavior_path_planner/autoware_behavior_path_lane_change_module/src/scene.cpp Co-authored-by: Zulfaqar Azmi <[email protected]> * fix assignment Signed-off-by: mohammad alqudah <[email protected]> * fix spelling Signed-off-by: mohammad alqudah <[email protected]> * fix merge errors Signed-off-by: mohammad alqudah <[email protected]> --------- Signed-off-by: mohammad alqudah <[email protected]> Signed-off-by: tomoya.kimura <[email protected]> Co-authored-by: tomoya.kimura <[email protected]> Co-authored-by: Zulfaqar Azmi <[email protected]>
- Loading branch information
1 parent
294ecfc
commit c118a92
Showing
16 changed files
with
283 additions
and
59 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
Binary file added
BIN
+51.6 KB
...toware_behavior_path_lane_change_module/images/lane_change-no_terminal_path.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+55.2 KB
.../autoware_behavior_path_lane_change_module/images/lane_change-terminal_path.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.