ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
rgbdslam subscribes to sync'ed color and depth images with a message filter. When transmitting via slow networks (includes WLAN) images may be dropped and the filter may be unable to find image pairs with approx. equal timestamps.
You wouldn't see this in rviz, because rviz doesn't do this synchronization.
Solutions:
Lower the network load
Or write a node that runs on the robot, subscribes to synchronized depth and color and relays only every nth pair