-
Notifications
You must be signed in to change notification settings - Fork 669
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(autoware_map_based_prediction): refactoring lanelet path pre…
…diction and pose path conversion (#9104) * refactor: update predictObjectManeuver function parameters Signed-off-by: Taekjin LEE <[email protected]> * refactor: update hash function for LaneletPath in map_based_prediction_node.hpp Signed-off-by: Taekjin LEE <[email protected]> * refactor: path list rename Signed-off-by: Taekjin LEE <[email protected]> * refactor: take the path conversion out of the lanelet prediction Signed-off-by: Taekjin LEE <[email protected]> * refactor: lanelet possible paths Signed-off-by: Taekjin LEE <[email protected]> * refactor: separate converter of lanelet path to pose path Signed-off-by: Taekjin LEE <[email protected]> * refactor: block each path lanelet process Signed-off-by: Taekjin LEE <[email protected]> * refactor: fix time keeper Signed-off-by: Taekjin LEE <[email protected]> * Update perception/autoware_map_based_prediction/src/map_based_prediction_node.cpp --------- Signed-off-by: Taekjin LEE <[email protected]> Co-authored-by: Mamoru Sobue <[email protected]>
- Loading branch information
1 parent
631279c
commit bd59970
Showing
2 changed files
with
283 additions
and
248 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
Oops, something went wrong.