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

Revision history [back]

It looks to me like the source version is dropping frames since it cannot keep up with the update speed. The problem is that the source checkout and compilation in catkin is by default done without any optimizations, as described in this related question.

If you instead run catkin_make -DCMAKE_BUILD_TYPE=Release it should work better.