CLion ROS catkin_make_isolated
已回答
Hello,
I would like to use CLion together with a catkin_workspace. This works fine when there are only homogenous packages in the workspace. Otherwise I get the 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."
I would therefore like to use catkin_make_isolated instead of catkin_make, but do not know how to configure it.
(PS. I already tried using the plugin ROS-Robot operating system, but this did not do the trick)
Any help would be appreciated!
请先登录再写评论。
Hello!
It doesn't look like a CLion-related question, rather like a ROS-related question. I suppose you need to use catkin_make_isolated instead of catkin_make when creating and building a ROS workspace (https://www.jetbrains.com/help/clion/ros-setup-tutorial.html#example-create-package).