Re: Two kinects connect to two Raspberry Pi 3 both streaming to a computer (RTABMAP/RVIZ)

Posted by matlabbe on
URL: http://official-rtab-map-forum.206.s1.nabble.com/Two-kinects-connect-to-two-Raspberry-Pi-3-both-streaming-to-a-computer-RTABMAP-RVIZ-tp4295p4316.html

As the warning is saying, verify that these topics are published:
$ rostopic hz /rtabmap/odom
$ rostopic hz /camera1/rgbd_image
$ rostopic hz /camera2/rgbd_image 

If /camera1/rgbd_image or /camera2/rgbd_image is not published, very that inputs of rgbd_sync are also published.

If /rtabmap/odom is not published, very that inputs of rgbd_odometry are published.

You can use "rosnode info" to see inputs/outputs of a node to debug. I recommend to use "rqt_graph" to see better how all nodes are linked and track some problems.

cheers,
Mathieu