-
Notifications
You must be signed in to change notification settings - Fork 676
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(map_based_prediction): use obstacle acceleration for map predict…
…ion (#6072) * add acc filtering and decaying acc to model Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * fixed compilation problem, acc is used to predict search_dist Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * Use an equivalent velocity to calculate paths Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * change decaying factor to T/4 Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * coment out cerr for evaluation Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * simplify code Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * comments Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * add missing constant to decaying acc model Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * Use an equivalent velocity to calculate paths Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * add missing constant to decaying acc model Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * Implement lanelet speed limit for acc consideration Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * add option to activate on and off acceleration feature Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * add params Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * add params Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * delete unused class Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * update docs Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * delete comments Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * fix comments Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * update comments, refactor code Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * remove unused line Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> --------- Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
- Loading branch information
1 parent
08b3a3d
commit c2de78d
Showing
6 changed files
with
224 additions
and
29 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.