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

Fix bug in clipping of block laser depth values #902

Merged

Commits on Apr 16, 2020

  1. Fix bug in block laser with large min range

    Ranges were clipped to maxRange - minRange when they should have been
    clipped to only maxRange
    
    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    a02e689 View commit details
    Browse the repository at this point in the history
  2. Add block laser clipping test

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    ef416b3 View commit details
    Browse the repository at this point in the history
  3. REP-117 clipping

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    ad7edd2 View commit details
    Browse the repository at this point in the history