-
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 <[email protected]> * fixed compilation problem, acc is used to predict search_dist Signed-off-by: Daniel Sanchez <[email protected]> * Use an equivalent velocity to calculate paths Signed-off-by: Daniel Sanchez <[email protected]> * change decaying factor to T/4 Signed-off-by: Daniel Sanchez <[email protected]> * coment out cerr for evaluation Signed-off-by: Daniel Sanchez <[email protected]> * simplify code Signed-off-by: Daniel Sanchez <[email protected]> * comments Signed-off-by: Daniel Sanchez <[email protected]> * add missing constant to decaying acc model Signed-off-by: Daniel Sanchez <[email protected]> * Use an equivalent velocity to calculate paths Signed-off-by: Daniel Sanchez <[email protected]> * add missing constant to decaying acc model Signed-off-by: Daniel Sanchez <[email protected]> * Implement lanelet speed limit for acc consideration Signed-off-by: Daniel Sanchez <[email protected]> * add option to activate on and off acceleration feature Signed-off-by: Daniel Sanchez <[email protected]> * add params Signed-off-by: Daniel Sanchez <[email protected]> * add params Signed-off-by: Daniel Sanchez <[email protected]> * delete unused class Signed-off-by: Daniel Sanchez <[email protected]> * update docs Signed-off-by: Daniel Sanchez <[email protected]> * delete comments Signed-off-by: Daniel Sanchez <[email protected]> * fix comments Signed-off-by: Daniel Sanchez <[email protected]> * update comments, refactor code Signed-off-by: Daniel Sanchez <[email protected]> * remove unused line Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]> Signed-off-by: Daniel Sanchez <[email protected]>
- 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.