ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The ROS way would be to create a package for these common functions. The common code goes in there either as a header or built as a library.

All other packages that need this would then just depend on this package.