Hi,
The doc is indeed not up to date for rgbd_sync nodelet. See directly in the
rgbd_sync code or this
example for usage.
The goal of rgbd_sync is to synchronize camera topics before rtabmap node if rtabmap has to subscribe to other topics not synchronized (like a scan topic), to make sure rgb and registered depth are correctly synchronized. The output is a
rtabmap_ros/RGBDImage topic and it would have around the same framerate as the input camera topics. If the frame rate is high (e.g., 30 Hz) and lidar frame rate is low (1 Hz), you should increase queue_size parameter of the nodes subscribing to rgbdimage and lidar (e.g., >30 in case of a 30 Hz->1 Hz ratio). See this
page for a brief overview of the ROS synchronization algorithm.
cheers,
Mathieu