Skip to content
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(goal_planner): prevent auto approval for unsafe path #5621

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Nov 17, 2023

Description

prevent auto approval for unsafe path

Related links

Tests performed

psim

evaluator_description: feat/safe_auto_approval
2023/11/17 https://evaluation.tier4.jp/evaluation/reports/9fe8115c-a1db-5c02-8159-7c5b283a5c51/?project_id=prd_jt

Notes for reviewers

none

Interface changes

none

Effects on system behavior

none

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Nov 17, 2023
@kosuke55 kosuke55 added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Nov 17, 2023
Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link

codecov bot commented Nov 17, 2023

Codecov Report

Attention: 182 lines in your changes are missing coverage. Please review.

Comparison is base (765a596) 15.32% compared to head (d4dd8b4) 15.29%.
Report is 24 commits behind head on main.

Files Patch % Lines
.../scene_module/goal_planner/goal_planner_module.cpp 1.72% 113 Missing and 1 partial ⚠️
...er/src/scene_module/avoidance/avoidance_module.cpp 0.00% 34 Missing and 2 partials ⚠️
.../scene_module/goal_planner/goal_planner_module.hpp 15.78% 15 Missing and 1 partial ⚠️
...cene_module/start_planner/start_planner_module.cpp 0.00% 5 Missing ⚠️
...e/behavior_path_planner/utils/avoidance/helper.hpp 0.00% 4 Missing ⚠️
...ath_planner/src/scene_module/avoidance/manager.cpp 0.00% 0 Missing and 4 partials ⚠️
...rivable_area_expansion/drivable_area_expansion.cpp 40.00% 0 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5621      +/-   ##
==========================================
- Coverage   15.32%   15.29%   -0.03%     
==========================================
  Files        1721     1721              
  Lines      118559   119016     +457     
  Branches    37995    38377     +382     
==========================================
+ Hits        18169    18209      +40     
- Misses      79657    80011     +354     
- Partials    20733    20796      +63     
Flag Coverage Δ *Carryforward flag
differential 12.66% <3.70%> (?)
total 15.35% <40.00%> (+0.02%) ⬆️ Carriedforward from 017aed4

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kosuke55
Copy link
Contributor Author

seems ok with new non rss safer safety check logic, but better to check for certain time

goal_planner_safety_check-2023-11-20_21.46.59.mp4

@kosuke55 kosuke55 merged commit 20e4492 into main Nov 20, 2023
39 of 42 checks passed
@kosuke55 kosuke55 deleted the feat/safe_auto_approval branch November 20, 2023 12:54
kosuke55 added a commit that referenced this pull request Nov 21, 2023
kosuke55 added a commit that referenced this pull request Nov 21, 2023
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
kosuke55 added a commit that referenced this pull request Nov 21, 2023
…5636)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
takayuki5168 pushed a commit to tier4/autoware.universe that referenced this pull request Nov 22, 2023
takayuki5168 pushed a commit to tier4/autoware.universe that referenced this pull request Nov 22, 2023
danielsanchezaran pushed a commit to tier4/autoware.universe that referenced this pull request Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants