-
Notifications
You must be signed in to change notification settings - Fork 665
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(crosswalk): add option to slowdown at occluded crosswalks #6122
feat(crosswalk): add option to slowdown at occluded crosswalks #6122
Conversation
1713f95
to
c6cf65b
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6122 +/- ##
==========================================
- Coverage 14.99% 14.98% -0.02%
==========================================
Files 1838 1839 +1
Lines 127099 127216 +117
Branches 38075 38156 +81
==========================================
+ Hits 19062 19066 +4
- Misses 86715 86801 +86
- Partials 21322 21349 +27
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
a92322e
to
291e1b7
Compare
f4c7084
to
789bf72
Compare
3e63967
to
1575217
Compare
1575217
to
c10a27a
Compare
c10a27a
to
3a3a484
Compare
aa4cbfa
to
31bd431
Compare
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
This reverts commit 391c7bd322a4e95953675a629f5c7d42cfd2d98e. Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
7f375ac
to
e8ef9a2
Compare
Signed-off-by: Maxime CLEMENT <[email protected]>
e8ef9a2
to
f48deca
Compare
Sorry I just added the documentation: https://autowarefoundation.github.io/autoware.universe/pr-6122/planning/behavior_velocity_crosswalk_module/#occlusion |
…arefoundation#6122) Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]> Signed-off-by: Kotaro Yoshimoto <[email protected]>
…arefoundation#6122) Signed-off-by: Maxime CLEMENT <[email protected]>
Description
Add a feature to slowdown when passing a crosswalk if it occluded.
Requires the launch PR: autowarefoundation/autoware_launch#807
Tests performed
Evaluator (TIER IV INTERNAL LINK): https://evaluation.tier4.jp/evaluation/reports/7e2f793c-c950-5a48-a185-b40f42001ecd?project_id=prd_jt
Effects on system behavior
slowdown when passing an occluded crosswalk.
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.
Summary by CodeRabbit
CrosswalkModule
class now supports slowing down based on occlusions, and a new functionapplySafetySlowDownSpeed
applies a safety slowdown speed to the path. Dependenciesgrid_map_core
,grid_map_ros
,grid_map_utils
,interpolation
, andnav_msgs
were added to the package.