ROS2 design - resource directory
I am curious about the importance of the resource
folder in the package branch. In most cases package consist empty file called same as package name in resource
directory. But for example here and here it has some specific files. Is there any documentation about it? I couldn't find any information, usually resource
is just skipped. I would like to know the usefulness of this part package design.
I'am interested in the answer as well, we can see that it is present in the trivial workspace example from the ROS2 Tutorial package but without further information.
And the function
ros2 package create
automaticaly generate a ressource folder as well as create an "installation setup" for that file even though it is empty.And if I try to remove those lines, I get :