-
Notifications
You must be signed in to change notification settings - Fork 683
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): replace any code that can use transient data (#…
…8999) * RT1-8004 replace hasEnoughLength Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * RT1-8004 Removed isNearEndOfCurrentLanes Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * RT1-8004 refactor sample longitudinal acc values Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * remove calc maximum lane change length Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * Revert "remove calc maximum lane change length" This reverts commit e9cc386. * Revert "RT1-8004 refactor sample longitudinal acc values" This reverts commit 775bcdb. * replace generateCenterLinePath Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * RT1-8004 simplify stuck detection Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * swap call to update filtered_objects and update transient data Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * RT1-8004 fix conflict Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * RT1-8004 Rename isVehicleStuck to is_ego_stuck() Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * RT1-8004 change calcPrepareDuration to snake case Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> --------- Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
- Loading branch information
1 parent
047758e
commit 85f578c
Showing
6 changed files
with
74 additions
and
194 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
Oops, something went wrong.