-
Notifications
You must be signed in to change notification settings - Fork 706
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(path_optimizer): additional failure logging and failure mode handling #10276
feat(path_optimizer): additional failure logging and failure mode handling #10276
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
9f02461
to
dcc175c
Compare
b1481a1
to
3f29a49
Compare
@@ -36,13 +22,21 @@ units: | |||
- { type: link, link: /autoware/system } | |||
- { type: link, link: /autoware/control/remote } | |||
|
|||
- path: /autoware/modes/emergency_stop | |||
- path: /autoware/modes/stop |
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.
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.
Reverted.
- { path: $(dirname)/control.yaml } | ||
- { path: $(dirname)/localization.yaml } | ||
- { path: $(dirname)/planning.yaml } | ||
- { path: $(dirname)/map.yaml } | ||
- { path: $(dirname)/perception.yaml } | ||
- { path: $(dirname)/control.yaml } | ||
- { path: $(dirname)/vehicle.yaml } | ||
- { path: $(dirname)/planning.yaml } | ||
- { path: $(dirname)/system.yaml } | ||
- { path: $(dirname)/vehicle.yaml } |
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.
Any reason of re-ordering?
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.
Reverted.
64b94f5
to
0fb9b2a
Compare
d489c37
to
9288097
Compare
f070ff0
to
6ba71d7
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 for diagnostics. Don't forget to also update the config in autoware_launch.
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 for autoware_velocity_smoother.
(Checked that this PR is needed to build successfully)
planning/autoware_path_optimizer/include/autoware/path_optimizer/utils/conditional_timer.hpp
Outdated
Show resolved
Hide resolved
a21b697
to
edef579
Compare
Signed-off-by: Arjun Jagdish Ram <arjun.ram@tier4.jp>
edef579
to
da4d43f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10276 +/- ##
=======================================
Coverage 25.92% 25.93%
=======================================
Files 1382 1383 +1
Lines 106811 106835 +24
Branches 40907 40911 +4
=======================================
+ Hits 27691 27706 +15
- Misses 76416 76422 +6
- Partials 2704 2707 +3
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
de7ad75
into
autowarefoundation:main
Description
Returns the smoothed_points trajectory fed into MPT when the latter fails, triggers an emergency stop MRM after 3s.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.