-
Notifications
You must be signed in to change notification settings - Fork 668
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): prediction with acc constraints (#5960)
* WIP add acc constraints to discard paths Signed-off-by: Daniel Sanchez <[email protected]> * Add lat acc constraints to predicted paths Signed-off-by: Daniel Sanchez <[email protected]> * Delete debug print Signed-off-by: Daniel Sanchez <[email protected]> * delete unused var Signed-off-by: Daniel Sanchez <[email protected]> * delete unused var Signed-off-by: Daniel Sanchez <[email protected]> * WIP Signed-off-by: Daniel Sanchez <[email protected]> * make lat acc calculation with yaw rate Signed-off-by: Daniel Sanchez <[email protected]> * eliminate debug prints Signed-off-by: Daniel Sanchez <[email protected]> * delete unused variable Signed-off-by: Daniel Sanchez <[email protected]> * refactor rename function Signed-off-by: Daniel Sanchez <[email protected]> * keep a copy of the straightest path in case all paths are cleared Signed-off-by: Daniel Sanchez <[email protected]> * refactor and add constraints check parameter Signed-off-by: Daniel Sanchez <[email protected]> * update documentation Signed-off-by: Daniel Sanchez <[email protected]> * add braces for readability (style guide) Signed-off-by: Daniel Sanchez <[email protected]> * fix review issues 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
2eb8dfb
commit a04f825
Showing
4 changed files
with
211 additions
and
5 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