ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Low FPS when remotely mapping with RTABmap

asked 2019-04-02 02:53:46 -0500

EdwardNur gravatar image

I am using ZED M camera and followed this tutorial: http://wiki.ros.org/rtabmap_ros/Tutor...

So I have launched my camera node and using nodelet launched rtabmap_sync and got the /rgbd_image topic at the end. Its frequency came up at 15 Hz when my regular depth image gets around 30 hz.

Then on a remote PC, I launched rtabmap and it subscribed to rgbd_image topic and I could not get a map as the frequency dropped to 0.8 Hz.

How can I fix it?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-04-03 18:03:33 -0500

matlabbe gravatar image

Did you try to compare on local computer when subscribing to RGB and depth images at the same time?

$ rostopic hz /camera/rgb/image_rect_color /camera/depth/depth_registered

On remote computer, without starting rtabmap, can you compare the frame rate between:

$ rostopic hz /rgbd_image/compressed

and

$ rostopic hz /camera/rgb/image_rect_color/theora /camera/depth/depth_registered/compressedDepth

ZED cameras use large images, which increases the bandwidth usage and also compression time on the local computer having the camera, thus affecting frame rate. Between the two approaches above, use the one having the highest frame rate. For more help, add info about how rtabmap is launched on the remote computer.

cheers,
Mathieu

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-04-02 02:53:46 -0500

Seen: 382 times

Last updated: Apr 03 '19