isaac_ros_nvblox icon indicating copy to clipboard operation
isaac_ros_nvblox copied to clipboard

Hardware-accelerated 3D scene reconstruction and Nav2 local costmap provider using nvblox

Results 55 isaac_ros_nvblox issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi I'm implementing nvblox and VSLAM on my robots to do a navigation application The installation is good and I can run the examples of nvblox bag example and VSLAM...

needs info

Currently the only supported encoding is RGB8. We have extracted the image conversion utilities from jetson-utils (which is only supported on jetson so we couldn't use directly), and used it...

enhancement

Fix build issue with glog missing: ``` CMake Error at CMakeLists.txt:51 (add_library): Target "nvblox_ros_lib" links to target "glog::glog" but the target was not found. Perhaps a find_package() call is missing...

I found that the output image of the splitter still has projection interference, but I have turned on emitter_on_off and the original camera also outputs correctly (shown as projection point...

Hello, I tested nvblox using a lidar in my Isaac Sim simulation and it works well with a flat ground floor. However, in my use case the environment is not...

enhancement

If I wanted to run navigation over this longer term, when does the performance of this system start to cap out or degrade? If I set the costmap to a...

I have looked the package and I ended up some confusion: Is using container mandatory for this package ? If not is it usable together with navigation2 package from ROS...

Hello, I'm running isaac_ros docker with NVIDIA Jetson Orin AGX and ZED X mini camera, and I'm trying to save real world's mesh file with `zed_example.launch.py` example. A few seconds...

bug

Hi there, I faced an error in step 6 of the [isaac_ros_nvlox](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_nvblox/isaac_ros_nvblox/index.html#quickstart) quickstart example. I am running on a jetson orin nano with jetpack 6.0. This error was inside the...

documentation

I ran the program according to [isaac_ros_nvblox quickstart](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_nvblox/isaac_ros_nvblox/index.html#quickstart). In the end I **couldn't see the colored mesh and costmap**, but no errors were reported during the running process. ![rcgZOz854f](https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_nvblox/assets/34248052/07b3ee35-ca43-4462-8339-138baffa1f6a) When...