-
Notifications
You must be signed in to change notification settings - Fork 650
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
fix(avoidance): fix margin param inconsistency #6765
fix(avoidance): fix margin param inconsistency #6765
Conversation
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
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!
Can Ota-san help to update the Readme to reflect the latest changes?
@zulfaqar-azmi-t4 Thank you!
Sorry for the unsafficient module documentations... 🙏 Now I update module specifications frequently so I put off updating documention until later. But I'll start it asap because some specifications are fixed and actually I have to complete docs by the end of June. |
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Description
The avoidance module has two type lateral hard margin params:
Basically, it should choose proper one based on the data "if it's parked vehicle" but there are bugs that only latter param is used. This may cause wrong stop distance calculation.
Tests performed
Effects on system behavior
Bug fix.
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.