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 | ros @ Robotics Stack Exchange |
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:
Asked: 2015-11-07 09:46:56 -0500
Seen: 123 times
Last updated: Nov 07 '15
How do I install a missing ROS package?
ROS Packages vs. Linux Packages
What's the best way to keep track of changes to ROS stacks and packages?
how to find the stack name of the package?
install missing stack failed by apt-get ros-diamondback
Find the name of package containing a file, given the file's path
I've made @joq's answer accepted answer, as mine is really just an image that doesn't answer the question.