isaac_ros_nvblox icon indicating copy to clipboard operation
isaac_ros_nvblox copied to clipboard

nvblox with a different depth-sensing camera than RealSense

Open nhathout opened this issue 1 year ago • 3 comments
trafficstars

Platform: Ubuntu 22.04, not a Jetson system though just a Dell laptop with a NVIDIA RTX 3500 GPU

I am currently trying to use nvblox, specifically an altered version of the realsense example, using an ORBBEC Gemini 2 L camera instead. I have remapped topics that nvblox uses accordingly, as well as added the camera to "NvbloxCamera enum", but still seem to be getting errors. Is there any way someone could provide the files or locations where edits are necessary to adapt nvblox to work with another camera? The reason I am also asking this is because the more time I spend digging and trying to get this to work, the more directories I find with same (or very similar) names, so I am just never sure if I am editing enough to make this compatible and work (or if it will even work).

At this point I don't care too much about quality issues, I would just like to see the nodes connected properly in rqt.

If it helps I am also testing this using the command: ros2 launch nvblox_examples_bringup gemini2L_example.launch.py where the gemini2L_example.launch.py is my custom launch file specific to the camera I am using.

Also, I am not using a splitter, just merely trying to remap and get the nvblox node connected to my camera node.

nhathout avatar Jun 13 '24 09:06 nhathout