libviso2 empty topics
I am using the viso2_ros package, which provides the ros wrappers for the Visual Odometry package libviso2, to track a moving monocular camera. For this purpose I am using the Asus Xtion Pro which directly generates both mono and rgb image topics. Then I am also running the image_proc node to rectify those images. After that I am running the mono_odometer node of the viso2_ros package. However the viso2_ros doesn't seem to be publishing any values. The "rostopic list" gives the pose and odometry topics, however echoing them shows nothing, indicating the topics are empty. I cannot figure out why ? Can anyone help me point out where the problem lies?
Hi Raman, can you show us your complete launchfile? I guess there's some remapping involved.
I'm having similar issue. I assume it is my tf tree mapping, but I haven't found a clear working example.