-
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(hesai_hw_interface): use new UDP socket implementation #235
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #235 +/- ##
==========================================
- Coverage 27.21% 1.94% -25.28%
==========================================
Files 104 91 -13
Lines 9458 8184 -1274
Branches 2322 1051 -1271
==========================================
- Hits 2574 159 -2415
- Misses 6449 7971 +1522
+ Partials 435 54 -381
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
91b7e0e
to
4619c06
Compare
Signed-off-by: Max SCHMELLER <[email protected]>
4619c06
to
bb1e8e7
Compare
…GFAULT Signed-off-by: Max SCHMELLER <[email protected]>
Signed-off-by: Max SCHMELLER <[email protected]>
edccdbb
to
ab9a02d
Compare
PR Type
Related Links
Description
Use the new UDP socket introduced in #231 as a drop-in, ASIO-free, transport-driver-free replacement for the old UdpDriver in HesaiHwInterface.
Tested on the 2nd gen bus reference vehicle.
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