Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include and src folders not created on disk #404

Open
lucascdlima opened this issue May 8, 2020 · 2 comments
Open

Include and src folders not created on disk #404

lucascdlima opened this issue May 8, 2020 · 2 comments

Comments

@lucascdlima
Copy link

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.

@Levi-Armstrong
Copy link
Member

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.

@lucascdlima
Copy link
Author

lucascdlima commented May 8, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants