Hi,
I would like to use isaac-ros-vslam for only Visual Odometry and not Localisation. I would want to fuse the Visual Odometry output with my other odom providers later.
Setting only enable_localization_n_mapping
to False would achieve this or should the publish_map_to_odom_tf
parameter also be set to False (as there are multiple odometry providers and tf tree should not be messed up)? Is there any other setting I’m missing for this use-case?
I would also like to validate the VSLAM odometry output with my other odometry provider source. Is there a recommended approach you suggest?
Many Thanks,