-
Notifications
You must be signed in to change notification settings - Fork 58
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(ars548): hack to produce correct-looking objects for corner ars548 radars #249
base: main
Are you sure you want to change the base?
Conversation
This essentially assumes that continental ignores the configuration's yaw for FRONT corner radars. Kinematics will be wrong no matter what... Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #249 +/- ##
==========================================
- Coverage 26.11% 25.62% -0.49%
==========================================
Files 100 104 +4
Lines 9214 9382 +168
Branches 2214 2222 +8
==========================================
- Hits 2406 2404 -2
- Misses 6419 6589 +170
Partials 389 389
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks for the PR! Are the yaw angles beyond which this problem occurs known/documented or imperically found?
Nebula should have some way to make absolutely clear to the user that this is not to be used in safety critical situations. |
…s (it should only be for evaluation purposes) Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
@mojomex |
@knzo25 Code looks good to me - sorry, I reviewed it a few days ago but didn't submit the review. @drwnz had some doubts whether this workaround should be in mainline Nebula, so I'd like to hear his opinion on the diagnostics approach too. |
@YoshiRi |
Continental's ARS548 is designed to be on the front/rear of the vehicle.
Rear corner radars have their performance reduced but the data seems ok (confirmed only visually).
However, front corner radars seem to ignore the yaw's configuration. This PR adds a temporal hack to correct the object positions, but will not correct vel/accel values.
PR Type
Related Links
Description
Review Procedure
Remarks
Pre-Review Checklist for the PR Author
PR Author should check the checkboxes below when creating the PR.
Checklist for the PR Reviewer
Reviewers should check the checkboxes below before approval.
Post-Review Checklist for the PR Author
PR Author should check the checkboxes below before merging.
CI Checks