ros_qtc_plugin icon indicating copy to clipboard operation
ros_qtc_plugin copied to clipboard

src folder and other file???

Open tub-sgg opened this issue 4 years ago • 6 comments

os:Ubuntu 18.04 I think I have succeeded to install this plugin. when I started to use this plugin and strictly followed the tutoial but It always likes this Screenshot from 2020-05-31 19-24-11 is there something wrong that I did no install correctly or ???

tub-sgg avatar May 31 '20 17:05 tub-sgg

It looks fine. What do you believe is not correct? By default Qt Creator hides empty folders and the FAQ shows how to unhide them if that is the issue.

Levi-Armstrong avatar Jun 02 '20 13:06 Levi-Armstrong

I also encountered a similar problem. I created the helloworld package under the src file, but it did not appear in the projects directory, and there was no Cmakelists file. And I also created the Publisher and subscriber file, but it did not appear in the directory.

54onePiece avatar Jul 27 '20 02:07 54onePiece

I also encountered a similar problem. I created the helloworld package under the src file, but it did not appear in the projects directory, and there was no Cmakelists file. And I also created the Publisher and subscriber file, but it did not appear in the directory.

Yea this is a known problem. I need to track down the issue, but the watcher is not watching the src folder but it does watch its children's folders. So if you a folder directly in src it does not know so you have to reopen the project.

Levi-Armstrong avatar Jul 27 '20 14:07 Levi-Armstrong

I reopened the document as you said, but it did not change anything. I installed the procedure in ubuntu20.0. The following figure shows the procedure I installed and the result of reopening the program.I wonder if it’s because I installed the wrong version. Screenshot from 2020-07-28 09-40-56 Screenshot from 2020-07-28 09-41-19

54onePiece avatar Jul 28 '20 01:07 54onePiece

I think the biggest problem is that it cannot generate the Cmakelists.txt and package.xml files as it should, at least I can’t find it

54onePiece avatar Jul 28 '20 02:07 54onePiece

I think the biggest problem is that it cannot generate the Cmakelists.txt and package.xml files as it should, at least I can’t find it

I think I know how to solve it. You need click 'Source Workspace' after changing 'Build System' to 'CatkinMake'. image

KermitLee avatar Aug 05 '20 08:08 KermitLee