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

Revision history [back]

I've had this problem a lot (using rosbuild, not catkin) when the Eclipse C++ indexer ran out of memory while indexing and crashed, leaving a bad index behind. Increasing the memory available to the Java VM by adding -vmargs -Xmx1500m to the eclipse call helped.