-
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
fix(nebula_ros): limit cloud_max_angle param to 359 #44 #45
Conversation
Thank you for the PR! I see you have edited for Hesai and Velodyne - actually, Hesai sensors have a range from [0...360] whereas Velodyne sensors are typically [0...359]. |
Signed-off-by: Mehmet Emin BAŞOĞLU <mehmeteminbasoglu@hotmail.com>
e2ce142
to
c1ae246
Compare
Hello, thank you for the feedback! I discarded Hesai chagnes. |
@mebasoglu cc @amc-nu |
Codecov ReportPatch coverage has no change and project coverage change:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #45 +/- ##
==========================================
- Coverage 13.38% 11.25% -2.13%
==========================================
Files 111 33 -78
Lines 10991 4619 -6372
Branches 1727 1145 -582
==========================================
- Hits 1471 520 -951
+ Misses 8339 3156 -5183
+ Partials 1181 943 -238
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
@mebasoglu If that fixes the issue then we can close this PR. Thank you. |
Hello, I tested and it works, thank you. |
PR Type
Related Links
The issue: #44
Description
This PR changes default
cloud_max_angle
to 359 and also limitscloud_min_angle
andcloud_max_angle
to 359. By doing those, it fixes #44 .Review Procedure
Range of the parameters, default values of them and readme can be checked.
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