ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.