RGBDSLAMv2 not displaying image from Kinect2_bridge
I am running ROS kinetic on Ubuntu 16.04 on an intel NUC. I'm trying to generate 3D point clouds with a kinect one (v2) using RGBDSLAMv2. I have installed libfreenect2 and installed rgbdslam from the install.sh script which seems to work fine. `roslaunch kinect2bridge kinect2bridge.launchstarts fine and begins publishing its topics when
roslaunch rgbdslam rgbdslam.launch` is executed in a separate terminal. I changed the launch file's parameters to subscribe to the appropriate topics from kinect2bridge but the GUI for rgbdslam does not display anything.
<!-- Input data settings-->
<param name="config/topic_image_mono" value="/kinect2/qhd/image_color"/>
<param name="config/topic_image_depth" value="/kinect2/qhd/image_depth_rect"/>
<param name="config/topic_points" value=""/> <!--if empty, poincloud will be reconstructed from image and depth -->
It says waiting for visual image on topic "/kinect2/qwaitingecolor" wairing for depth image on topic "/kinect2/qhd/imagedepth_rect" and waiting for feature image... Both of these topics are publishing data so I am unsure how to proceed from here.
Asked by skynet on 2018-03-15 16:56:51 UTC
Comments
turns out it is a parameter issue I followed an earlier post I cannot remember the url but this is the launch file I am using.
Asked by skynet on 2018-03-17 14:11:40 UTC