make catkin project using QT creator with ROS plugin

asked 2020-08-27 15:01:56 -0500

Jt3d gravatar image

Hi all,

I al looking for sme help / advice

I can successfully build the following project https://github.com/Jmeyer1292/robot_c... using the terminal by doing the following command after cd into the folder containing the src folder.

catkin_make_isolated (I get errors when I just use catkin_make)

Instead of doing everything through the terminal I want to use QT creator with the ros plugin to build and debug.

I have followed this guide https://ros-qtc-plugin.readthedocs.io... but when I go to source the project in the build settings of QT creator I get a message saying that I can't find /devel/setup.bash.

Could someone provide an a step by step guide on how to bring this project into QT creator. Am I missing a step? Is it related in having to use catkin_make_isolated when using the terminal command?

I am running melodic on Ubuntu 18.04

Any help would be greatly appreciated

Thanks in advance

edit retag flag offensive close merge delete