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

Added LaserScanBinningFilter: places measurements into fixed number of bins. #192

Open
wants to merge 11 commits into
base: ros2
Choose a base branch
from

Commits on Apr 24, 2024

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

Commits on Apr 25, 2024

  1. Do not override min/max scan angles. Correctly use the angle variab…

    …le, which is modulo 2*pi.
    agoeckner committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    88504c4 View commit details
    Browse the repository at this point in the history
  2. In binning filter, do not override the original scan arc. Add warning…

    … for 360-degree LIDAR.
    agoeckner committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1cb8ae7 View commit details
    Browse the repository at this point in the history
  3. Remove commented code.

    agoeckner committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    88030ad View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Revert "In binning filter, do not override the original scan arc. Add…

    … warning for 360-degree LIDAR."
    
    This reverts commit 1cb8ae7.
    
    Conflicts:
    	include/laser_filters/binning_filter.h
    agoeckner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    dfe9a87 View commit details
    Browse the repository at this point in the history
  2. Revert "Do not override min/max scan angles. Correctly use the `angle…

    …` variable, which is modulo 2*pi."
    
    This reverts commit 88504c4.
    agoeckner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    388b018 View commit details
    Browse the repository at this point in the history
  3. Use angle variable.

    agoeckner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    999b1ed View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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

Commits on Sep 19, 2024

  1. The filtered scan is now updated to begin at the oldest non-overwritt…

    …en data (in case of >360-degree scans). This should also resolve any time_increment edge cases.
    agoeckner committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6ecc979 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    e0619f4 View commit details
    Browse the repository at this point in the history
  2. Update copyright email.

    agoeckner committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f7f24bf View commit details
    Browse the repository at this point in the history