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 raytracing origin #2

Merged
merged 1 commit into from
Apr 26, 2022
Merged

Fix raytracing origin #2

merged 1 commit into from
Apr 26, 2022

Commits on Aug 13, 2021

  1. Fix raytracing origin

    Adds the laser ray origin to `RangefinderPoint` to enable
    correct raytracing of range data misses into a 2D probability
    grid also after scan accumulation.
    
    Previously, all rays were casted from their hit point to the
    tracking frame. This is wrong for any setup where the tracking
    frame is not the sensor frame and leads to artifacts in the map.
    
    Fixes: cartographer-project#947
    Signed-off-by: Valerio Magnago <[email protected]>
    ValerioMagnago committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    07c7d28 View commit details
    Browse the repository at this point in the history