-
Notifications
You must be signed in to change notification settings - Fork 683
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: use vehicle_stop_checker for judging vehicle stop vehicle_cmd_gate #4060
feat: use vehicle_stop_checker for judging vehicle stop vehicle_cmd_gate #4060
Conversation
If we use stop_duration common to ADAPI, I'll close this PR since we can use |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #4060 +/- ##
==========================================
- Coverage 14.38% 14.38% -0.01%
==========================================
Files 1563 1563
Lines 107446 107448 +2
Branches 31117 31118 +1
==========================================
Hits 15454 15454
- Misses 75194 75196 +2
Partials 16798 16798
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
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
d05ebb6
to
c2630f0
Compare
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
c2630f0
to
e5a7563
Compare
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
…ate (autowarefoundation#4060) * feat: use vehicle_stop_checker for judging vehicle stop vehicle_cmd_gate Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * remove unused include Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> --------- Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…ate (autowarefoundation#4060) * feat: use vehicle_stop_checker for judging vehicle stop vehicle_cmd_gate Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * remove unused include Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> --------- Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Description
For vehicles that cannot acquire the vehicle speed in the low speed range, it may be incorrectly judged to be stopped
in the vehicle_cmd_gate node.
To prevent this, we use
vehicle_stop-checker
for stop judgmentRelated links
autowarefoundation/autoware_launch#417
Tests performed
Psim Test OK.
Notes for reviewers
Interface changes
none
Effects on system behavior
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.