I’m using both a D435i and a D455 to drive nvblox and VSLAM, but I’m encountering an issue with the VSLAM odometry. After running for a short while, the odometry process freezes, and the /odom topic stops publishing any data. After a few moments, the process seems to restart, but then it freezes again, and this cycle repeats.
Why is there such a message output? It seems abnormal.
Could this be related to frame synchronization issues between the two cameras? If so, could you provide some suggestions or best practices for handling multi-camera setups using Intel RealSense cameras? Any advice or solutions to ensure proper synchronization would be greatly appreciated.
I have another question regarding using RealSense cameras with ESS DNN Stereo. If I use the RealSense camera directly for processing, I notice I achieve a higher depth frame rate. However, I’m wondering if the realsense_splitter_node is necessary in this setup. Could I bypass it, or are there any specific advantages to using it with ESS DNN Stereo?
I’m using Jetson Orin AGX 64GB hardware with two RealSense cameras. I have achieved hardware time synchronization between the two cameras, and the results in vSLAM are working very well.
If I want to use DNN depth information with nvblox, do I still need realsense_splitter_node? I’m asking because I noticed that emitter_enabled is set to true in the RealSense example in nvblox.