-
Notifications
You must be signed in to change notification settings - Fork 61
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: velodyne lidar azimuth correction #180
feat: velodyne lidar azimuth correction #180
Conversation
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.
@ike-kazu thank you for the PR, great work!
There's a few minor things I'd like you to change, mostly removing debug comments.
I still have to test the decoder with a real sensor.
nebula_decoders/include/nebula_decoders/nebula_decoders_velodyne/decoders/vlp32_decoder.hpp
Outdated
Show resolved
Hide resolved
nebula_decoders/src/nebula_decoders_velodyne/decoders/vls128_decoder.cpp
Outdated
Show resolved
Hide resolved
nebula_decoders/src/nebula_decoders_velodyne/decoders/vls128_decoder.cpp
Outdated
Show resolved
Hide resolved
nebula_decoders/src/nebula_decoders_velodyne/decoders/vls128_decoder.cpp
Outdated
Show resolved
Hide resolved
nebula_decoders/src/nebula_decoders_velodyne/decoders/vlp32_decoder.cpp
Outdated
Show resolved
Hide resolved
nebula_decoders/src/nebula_decoders_velodyne/decoders/vlp32_decoder.cpp
Outdated
Show resolved
Hide resolved
nebula_decoders/src/nebula_decoders_velodyne/decoders/vlp16_decoder.cpp
Outdated
Show resolved
Hide resolved
nebula_decoders/src/nebula_decoders_velodyne/decoders/vls128_decoder.cpp
Outdated
Show resolved
Hide resolved
nebula_decoders/src/nebula_decoders_velodyne/decoders/vlp16_decoder.cpp
Outdated
Show resolved
Hide resolved
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.
I checked the azimuth value with atan2(y, x) and LGTM!
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.
Everything looks good, but could you quickly remove the two submodules that were erroneously added?
Thank you!
Hi, I just merged the current
Could you regenerate the VLS128 unit test |
f92849a
to
789f80d
Compare
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.
I took the liberty to remove transport_drivers
again 😉
LGTM!
PR Type
Related Links
Description
I fixed #112 azimuth correction function pr. It was reverted.
This pr makes nabula velodyne detecoder lighter.
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