forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(obstacle_cruise_planner): use obstacle velocity based obstacle p…
…arameters (autowarefoundation#5510) * Add extra tag for moving obstacle type Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * add static and moving as parameter postfixes Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * set hysteresis-based obstacle moving classification Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * update config params Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * Use speed norm for object classification Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * changed '_' for '.' to make the code more consistent Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * update documentation Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * move the obstacle moving check to generateSlowDownTrajectory Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * remove unnecessary reference Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add const to certain variables 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
8eb858a
commit 450f832
Showing
4 changed files
with
120 additions
and
71 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
Oops, something went wrong.