-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(obstacle_cruise_planner): add velocity_threshold to outside obstacle #1646
feat(obstacle_cruise_planner): add velocity_threshold to outside obstacle #1646
Conversation
…acle Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'll wait for a launch PR.
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Codecov Report
@@ Coverage Diff @@
## main #1646 +/- ##
==========================================
- Coverage 10.68% 10.64% -0.04%
==========================================
Files 1109 1109
Lines 78629 78871 +242
Branches 18592 18592
==========================================
Hits 8398 8398
- Misses 61318 61560 +242
Partials 8913 8913
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…acle (#1646) * feat(obstacle_cruise_planner): add velocity_threshold to outside obstacle Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * add parameter to config Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * update readme Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…acle (tier4#1646) * feat(obstacle_cruise_planner): add velocity_threshold to outside obstacle Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * add parameter to config Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * update readme Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…acle (tier4#1646) * feat(obstacle_cruise_planner): add velocity_threshold to outside obstacle Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * add parameter to config Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * update readme Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…acle (tier4#1646) * feat(obstacle_cruise_planner): add velocity_threshold to outside obstacle Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * add parameter to config Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * update readme Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…acle (autowarefoundation#1646) * feat(obstacle_cruise_planner): add velocity_threshold to outside obstacle Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * add parameter to config Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * update readme Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…acle (tier4#1646) * feat(obstacle_cruise_planner): add velocity_threshold to outside obstacle Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * add parameter to config Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * update readme Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: tomoya.kimura tomoya.kimura@tier4.jp
Related Links
tier4/autoware_launch#447
Description
Add min velocity threshold parameter for ignoring slow obstacles outside the trajectory.
This parameter is useful, for example, for filtering slow vehicles on non-priority opossite lanes.
https://user-images.githubusercontent.com/59680180/185863373-be2ec6c9-0146-4b1e-a3d0-fd9e79af74a0.mp4
Note that this parameter also slows down the cut-in response for low-speed vehicles.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.