When I will share one catkin package which folder should I share?
Should I share src, devel, build or installed?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
Should I share src, devel, build or installed?
The source for a catkin package is typically stored within the src subdirectory in the catkin workspace.
If you want to share the package with someone else, give them a copy of that.
Just to support @joq's answer, here is a (shamelessly copied) image from the Clearpath Support Centre page on ROS Workspace structure:
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-11-07 09:46:56 -0500
Seen: 96 times
Last updated: Nov 07 '15
I've made @joq's answer accepted answer, as mine is really just an image that doesn't answer the question.