qt creator import non-catkin package

asked 2018-09-04 10:36:25 -0500

dronedude gravatar image

Hi,

how do i import non-catkin packages into qt creator? When i try to run CMake with the argument -DCMAKE_BUILD_TYPE=Debug, i get the following error message:

CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkin_workspace.cmake:95 (message): This workspace contains non-catkin packages in it, and catkin cannot build a non-homogeneous workspace without isolation. Try the 'catkin_make_isolated' command instead. Call Stack (most recent call first): CMakeLists.txt:67 (catkin_workspace)

The workspace is build with catkin build, catkin_make_isolated didn't work.

specs: ros kinetic ubuntu 16.4 packages: https://github.com/ethz-asl/mav_traje... https://github.com/ethz-asl/rotors_si...

regards

edit retag flag offensive close merge delete