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 <[email protected]> * add static and moving as parameter postfixes Signed-off-by: Daniel Sanchez <[email protected]> * set hysteresis-based obstacle moving classification Signed-off-by: Daniel Sanchez <[email protected]> * update config params Signed-off-by: Daniel Sanchez <[email protected]> * Use speed norm for object classification Signed-off-by: Daniel Sanchez <[email protected]> * changed '_' for '.' to make the code more consistent Signed-off-by: Daniel Sanchez <[email protected]> * update documentation Signed-off-by: Daniel Sanchez <[email protected]> * move the obstacle moving check to generateSlowDownTrajectory Signed-off-by: Daniel Sanchez <[email protected]> * remove unnecessary reference Signed-off-by: Daniel Sanchez <[email protected]> * add const to certain variables 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
c80931c
commit f202930
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.