forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(behavior_velocity): improve occlusion spot detection area polygon (
autowarefoundation#354) * feat(behavior_velocity): create triangle detection area polygon Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore(behavior_velocity): refactor Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore(behavior_velocity): refactor and use planner param Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore(behavior_velocity): refactor detection area creation Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore(behavior_velocity): refactor possible collision search Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * feat(behavior_velocity): create dynamic poly Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * feat(behavior_velocity): move dynamic object poly to upper function layer Signed-off-by: taikitanaka <ttatcoder@outlook.jp> Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore(behavior_velocity): refactor utils Signed-off-by: taikitanaka <ttatcoder@outlook.jp> Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * feat(behavior_velocity): add da polygon to public module too Signed-off-by: taikitanaka <ttatcoder@outlook.jp> Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * feat(behavior_velocity): add da polygon gtest Signed-off-by: taikitanaka <ttatcoder@outlook.jp> Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore(behavior_velocity): improve visualization Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore(behavior_velocity): visualize occlusion spot Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore(behavior_velocity): add debug topics Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * feat(behavior_velocity): better occlusion spot detection Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore(behavior_velocity): better expression and early return Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * feat(behavior_velocity): change cmp method of notable collision Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * !chore(dummy_perception): disable raytracing need to revert this before merge Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore(behavior_velocity): fix typo Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore(behavior_velocity): add description of detection area polygon Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * feat(behavior_velocity): filter occlusion by detection area Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore(behavior_velocity): early skip at continue case Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore(behavior_velocity): refactor names Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * feat(behavior_velocity): care corner position at grid Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * feat(behavior_velocity): introduce detection area max length Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore(behavior_velocity): minor update Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore(behavior_velocity): better visualization Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * ci(pre-commit): autofix * chore(behavior_velocity): better comment Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * doc(behavior_velocity): update doc Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore(behavior_velocity): minor fix Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * !chore(behavior_velocity): revert debug values Signed-off-by: tanaka3 <ttatcoder@outlook.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
942f81c
commit dbb7cbb
Showing
19 changed files
with
522 additions
and
548 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
4 changes: 4 additions & 0 deletions
4
planning/behavior_velocity_planner/docs/occlusion_spot/detection_area_poly.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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.