Atom + linter-clang
Trying to run linter-clang in Atom on some C++ files is running into trouble because it can't find the header files.
I notice that in Dirk's Atom Settings that he plugged at ROSCon, there are many ROS header include folders listed manually as part of the settings for clangIncludePaths
.
What are the appropriate directories to list here, given that I'm using ROS 1.0/indigo and catkin-tools?