ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I wrote a short tutorial on this (and also on using CodeBlocks, but QtCreator seems much more responsive).
In short:
Select the tab Projects -> Build Settings and add these CMake arguments:
-DCMAKE_INSTALL_PREFIX=../install -DCATKIN_DEVEL_PREFIX=../devel
Close & reopen qtcreator (from a console where you sourced ROS setup.bash!) to make sure it generates the project.