Skip to content

Releases: nvidia-isaac/nvblox

v0.0.9-rc1

25 Nov 14:41
cc64048

Choose a tag to compare

v0.0.9-rc1 Pre-release
Pre-release
Changes from upstream (#100)

Refactor and optimization of blocks-to-update tracker

v0.0.8

17 Jun 14:04
b05ddea

Choose a tag to compare

Major changes

  • Add support for deep feature integration.
  • Add nvblox torch module.

Minor changes

  • Performance optimizations in the freespace detection kernel.
  • Bugfix in blocks-to-update to prevent occasional segfaults for high-res reconstructions.
  • Switch docs framework to Sphinx.
  • Remove alpha channel from input RGB images.
  • Fix stdgpu export.
  • Support for building on Ubuntu 22 and 24.
  • Use ccache for improved build speed.
  • Add pre-commit for automatic lint checking.
  • GPU version of ground plane estimator.

v0.0.7

17 Jun 11:22
f426aac

Choose a tag to compare

FIX: Wrap stdgpu target as nvblox_stdgpu (#69)

* FIX: Wrap stdgpu target as nvblox_stdgpu
This commit adds a nvblox_stdgpu interface target to properly encapsulate the stdgpu dependency and ensures its headers are correctly installed.
This commit resolve the cmake issue for cmake version greater than 3.22

Signed-off-by: Yang Zhou <[email protected]>

* fix std_gpu installation

* fix nvblox_stdgpu linking

---------

Signed-off-by: Yang Zhou <[email protected]>