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

Revision history [back]

click to hide/show revision 1
initial version

One temporary workaround is:

  1. Right click in Clion on the specific include folder of the ROS package you are working with (for example if you're working with 'eigen_conversions', then right click on the folder include/eigen_conversions )
  2. Then click "Mark Directory as" -> "Library Files"

Now the files should be correctly seen by Clion and you can switch between definition and implementation.