-
Notifications
You must be signed in to change notification settings - Fork 682
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
docs(autonomous_emergency_braking): add missing params to README #8950
docs(autonomous_emergency_braking): add missing params to README #8950
Conversation
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8950 +/- ##
==========================================
- Coverage 28.02% 28.02% -0.01%
==========================================
Files 1316 1317 +1
Lines 98601 98628 +27
Branches 39771 39774 +3
==========================================
+ Hits 27636 27639 +3
- Misses 70819 70843 +24
Partials 146 146
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…owarefoundation#8950) add missing params Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
…owarefoundation#8950) add missing params Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
* add AEB updated module Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * change back msgs and other things Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * fix name of aeb in sys error monitor Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * delete old AEB package Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * feat(autonomous_emergency_braking): enable aeb with only one req path (autowarefoundation#8569) * make it so AEB works with only one req path type (imu or MPC) Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * fix missing mpc path return Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add check Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * modify no path msg Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * fix(autonomous_emergency_braking): fix debug marker visual bug (autowarefoundation#8611) fix bug by using the collision data keeper Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * docs(autonomous_emergency_braking): add missing params to README (autowarefoundation#8950) add missing params Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * ci(pre-commit): autofix --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…owarefoundation#8950) add missing params Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> Signed-off-by: prakash-kannaiah <prakashkanan.pk@gmail.com>
…owarefoundation#8950) add missing params Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
…owarefoundation#8950) add missing params Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
Description
This PR edits the README to include some missing parameters
Related links
Parent Issue:
How was this PR tested?
N/A
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.