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

Investigate moving scan subsampling to an earlier step #8

Open
VorpalBlade opened this issue Sep 19, 2019 · 0 comments
Open

Investigate moving scan subsampling to an earlier step #8

VorpalBlade opened this issue Sep 19, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@VorpalBlade
Copy link
Owner

It might be worth it to move scan sub-sampling earlier.

Currently it happens in MapLikelihood::update_importance, but at this point the point cloud has already been transformed via TF into a new coordinate frame.

Look into the possibility of doing this sub-sampling much earlier. It would require a rewrite of the laser_handler.cpp code, since currently this happens very early (in the call projector.transformLaserScanToPointCloud in LaserSub<sensor_msgs::LaserScan>::laser_callback, or externally for point clouds).

@VorpalBlade VorpalBlade added the enhancement New feature or request label Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant