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

Nvblox pull request - New features: new lidar and camera models; different weighting functions, etc. #16

Open
wants to merge 59 commits into
base: public
Choose a base branch
from

Conversation

gogojjh
Copy link

@gogojjh gogojjh commented Dec 4, 2022

New Features

  • Support more general LiDAR models, like the Ouster128 and VLP64, whose measurements do not strictly follow the original lidar projection model: oslidar.(h/cpp)
  • Support the rectified camera model: camera_pinhole.(h/cpp)
  • Support the computation of a normal image in CUDA from a range image: image_operation.(h/cpp)
  • Support different ``weighting average'' methods in the TSDF integration and color integration: weight_function.h
  • Create fuser_rgbd.(h/cpp) and fuser_lidar.(h/cpp) to distinguish the integration with a RGBD sensor from a lidar
  • Add new datasets support: KITTI and FusionPortable. Testing results are reported in several README files

@hjxwhy
Copy link

hjxwhy commented Dec 17, 2022

Thanks for your development, but the test data URL seems not work, I can't download the data for testing.

@gogojjh
Copy link
Author

gogojjh commented Dec 17, 2022

Thanks for your reminder. Please check the new link: http://gofile.me/4jm56/AcbBNmBO8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants