Problem with rgbdslam and QVGA resolution
Hi, I'm trying to run rgbdslam with the openni_launch packet setted to qvga via dynamic reconfigure, but when I try I get the following error:
[ERROR] [1367146343.993708402]: PointCloud, depth and visual image differ in size! Ignoring Data
If I try to visualize the rgbdcloud from the openni driver in rviz instead I get this error message:
Error updating depth cloud: Depth image size and camera info don't match: 320 x 240 vs 640 x 480(binning: 1 x 1, ROI size: 640 x 480)
So the problems seems to be the published camera info. In fact, it works just fine with vga 30hz or 25hz modality. What I have done is only setting the image_mode and depth_mode parameter to QVGA(30hz) via dynamic reconfigure, am i supposed to do something else?
I'm currently using an asus xtion pro live with rosgroovy on ubuntu 12.10.
Any advice is welcome! Thank you in advance.