You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ubuntu 18.04 and I have installed recently the ros qtcreator plugin.
When I create a package in qtcreator, the folders src and include are not created on disk inside the package folder.
The text was updated successfully, but these errors were encountered:
This uses the same command line tool in the ROS documentation. For it to create the src and include directory you need to add the catkin depends roscpp and the same if it is a python package you need to add rospy and it should create the correct directories.
Thank you for you prompt answer, it gave me an insight of the problem.
The problem was that I have included the catkin dependents with a space separating them,
like: roscpp std_msg
When I insert dependents with comma separation,
like: roscpp , std_msg
The directories are correctly created on disk.
I am using ubuntu 18.04 and I have installed recently the ros qtcreator plugin.
When I create a package in qtcreator, the folders src and include are not created on disk inside the package folder.
The text was updated successfully, but these errors were encountered: