ros_qtc_plugin
ros_qtc_plugin copied to clipboard
src folder and other file???
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
is there something wrong that I did no install correctly or ???
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.
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.
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.
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.
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 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'.