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): yield function for ocp (autowarefounda…
…tion#6242) * WIP make ego yield to cut in vehicles Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * param name change Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * add params Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * refactor Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * fix bug for distance comparison Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * implement a collision time check for yield candidates Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * deleting comments Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * comment out prints for test Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * delete comments, use param Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * Add param to set moving obstacle speed threshold Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * WIP check for cars going opposite direction Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * check opposite line driving Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * update documentation Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * update README Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * set default false Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * refactor Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * refactor isFrontObstacle Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * make const Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp>
- Loading branch information
1 parent
a202cab
commit e82aa8d
Showing
5 changed files
with
225 additions
and
21 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