-
Notifications
You must be signed in to change notification settings - Fork 656
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(tier4_state_rviz_plugin): check for abrupt deceleration #9474
feat(tier4_state_rviz_plugin): check for abrupt deceleration #9474
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
common/tier4_state_rviz_plugin/src/include/velocity_steering_factors_panel.hpp
Outdated
Show resolved
Hide resolved
common/tier4_state_rviz_plugin/src/include/velocity_steering_factors_panel.hpp
Outdated
Show resolved
Hide resolved
common/tier4_state_rviz_plugin/src/include/velocity_steering_factors_panel.hpp
Outdated
Show resolved
Hide resolved
common/tier4_state_rviz_plugin/src/velocity_steering_factors_panel.cpp
Outdated
Show resolved
Hide resolved
… panel Signed-off-by: mitukou1109 <[email protected]>
Signed-off-by: mitukou1109 <[email protected]>
Signed-off-by: mitukou1109 <[email protected]>
Signed-off-by: mitukou1109 <[email protected]>
6bf3546
to
406cef1
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. Good job 👍
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9474 +/- ##
==========================================
- Coverage 29.49% 29.48% -0.02%
==========================================
Files 1441 1442 +1
Lines 108590 108655 +65
Branches 41471 41477 +6
==========================================
Hits 32032 32032
- Misses 73229 73294 +65
Partials 3329 3329
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…efoundation#9474) * add abrupt deceleration checking feature to velocity steering factors panel Signed-off-by: mitukou1109 <[email protected]> * use spin box instead of slider & change layout Signed-off-by: mitukou1109 <[email protected]> * set minimum input to 0.0 Signed-off-by: mitukou1109 <[email protected]> * change accent color to Freak Pink Signed-off-by: mitukou1109 <[email protected]> --------- Signed-off-by: mitukou1109 <[email protected]>
Description
This PR adds an abrupt deceleration checking feature to
VelocitySteeringFactorsPanel
.If the minimum distance required to stop under the specified jerk and acceleration limit is greater than the distance to the stop point, abrupt deceleration is detected.
How was this PR tested?
Psim
Screencast.from.2024.11.29.19.36.39.webm
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.