generated from tier4/ros2-project-template
-
Notifications
You must be signed in to change notification settings - Fork 55
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
refactor(nebula_decoders_hesai): implement generic Hesai decoder #42
Merged
Commits on Aug 9, 2023
-
Implement generic Hesai decoder [WIP]
Implement a templated class HesaiDecoder which can handle all currently supported Hesai sensors.
Configuration menu - View commit details
-
Copy full SHA for 7839178 - Browse repository at this point
Copy the full SHA 7839178View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12366b9 - Browse repository at this point
Copy the full SHA 12366b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b8b68 - Browse repository at this point
Copy the full SHA a9b8b68View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6a0f96 - Browse repository at this point
Copy the full SHA d6a0f96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91173a6 - Browse repository at this point
Copy the full SHA 91173a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 681f37c - Browse repository at this point
Copy the full SHA 681f37cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22fc9b1 - Browse repository at this point
Copy the full SHA 22fc9b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d75299f - Browse repository at this point
Copy the full SHA d75299fView commit details
Commits on Aug 10, 2023
-
Fix point filtering bugs, update unit tests
Unit tests now expect a `dual_return_distance_threshold == 0.1` and the `<=` resp. `>=` operators for excluding points under/over a limit.
Configuration menu - View commit details
-
Copy full SHA for fa9f283 - Browse repository at this point
Copy the full SHA fa9f283View commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f1dc743 - Browse repository at this point
Copy the full SHA f1dc743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d30739 - Browse repository at this point
Copy the full SHA 8d30739View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb7e84d - Browse repository at this point
Copy the full SHA bb7e84dView commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 61680dd - Browse repository at this point
Copy the full SHA 61680ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f90fe2b - Browse repository at this point
Copy the full SHA f90fe2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4050962 - Browse repository at this point
Copy the full SHA 4050962View commit details -
Configuration menu - View commit details
-
Copy full SHA for d69a780 - Browse repository at this point
Copy the full SHA d69a780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f1453 - Browse repository at this point
Copy the full SHA 08f1453View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b0058 - Browse repository at this point
Copy the full SHA f9b0058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f8a3a4 - Browse repository at this point
Copy the full SHA 5f8a3a4View commit details -
Implement scan timestamp calculation mid-packet
If a scan is completed mid-packet, the new scan's timestamp is neither that of the current, nor that of the next packet. Rather, it is the current packet's timestamp plus the minimum time offset of any point in the remainder of the packet.
Configuration menu - View commit details
-
Copy full SHA for 2f91106 - Browse repository at this point
Copy the full SHA 2f91106View commit details
Commits on Aug 21, 2023
-
Optimize Hesai decoder performance
Instead of separating azimuth/elevation correction and sin/cos lookups, these values are now all returned by `getCorrectedAngleData`. The `return_units` vector is now allocated once per return group, instead of every unit. `findField` for AT128 now contains not modulos or arithmetic and thus is significantly faster.
Configuration menu - View commit details
-
Copy full SHA for d7059c8 - Browse repository at this point
Copy the full SHA d7059c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5268bb - Browse repository at this point
Copy the full SHA b5268bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe8c07a - Browse repository at this point
Copy the full SHA fe8c07aView commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e8fa779 - Browse repository at this point
Copy the full SHA e8fa779View commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 51e1ce1 - Browse repository at this point
Copy the full SHA 51e1ce1View commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 45df6b6 - Browse repository at this point
Copy the full SHA 45df6b6View commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 29d3a16 - Browse repository at this point
Copy the full SHA 29d3a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b917ec - Browse repository at this point
Copy the full SHA 9b917ecView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.