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.
refactor(lane_change): refactor transit failure function (autowarefou…
…ndation#9835) * refactor(lane_change): refactor transit failure function Signed-off-by: Zulfaqar Azmi <[email protected]> * fixed failed scenario Signed-off-by: Zulfaqar Azmi <[email protected]> * remove is abort from debug Signed-off-by: Zulfaqar Azmi <[email protected]> * set is abort state Signed-off-by: Zulfaqar Azmi <[email protected]> * add comments for clarity Signed-off-by: Zulfaqar Azmi <[email protected]> * include what you use. Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]>
- Loading branch information
1 parent
0b73c13
commit 4dc7201
Showing
7 changed files
with
111 additions
and
125 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,7 @@ enum class States { | |
Cancel, | ||
Abort, | ||
Stop, | ||
Warning, | ||
}; | ||
|
||
struct PhaseInfo | ||
|
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.