Skip to content
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
merged 28 commits into from
Sep 11, 2023

Commits on Aug 9, 2023

  1. Implement generic Hesai decoder [WIP]

    Implement a templated class HesaiDecoder which can handle all currently
    supported Hesai sensors.
    mojomex committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7839178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12366b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9b8b68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6a0f96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91173a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    681f37c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22fc9b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d75299f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. 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.
    mojomex committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fa9f283 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    f1dc743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d30739 View commit details
    Browse the repository at this point in the history
  3. Fix typos

    mojomex committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    bb7e84d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    61680dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f90fe2b View commit details
    Browse the repository at this point in the history
  3. Increase distance precision

    mojomex committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4050962 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d69a780 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08f1453 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9b0058 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f8a3a4 View commit details
    Browse the repository at this point in the history
  8. 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.
    mojomex committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2f91106 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. 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.
    mojomex committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d7059c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5268bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe8c07a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Delete debug scripts

    mojomex committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e8fa779 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    51e1ce1 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    45df6b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    29d3a16 View commit details
    Browse the repository at this point in the history
  2. cspell. fix merge error

    Signed-off-by: amc-nu <[email protected]>
    amc-nu committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9b917ec View commit details
    Browse the repository at this point in the history