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

Just add those files as header files like #include<filename.h> or #include<filename.c> in your source files in ros package.

Then you can call those functions from the source file.