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

Depending on what you intent to do I see two possibilities:

  1. Call your C program/shell script from ROS, either by system() within a node or you can also rosrun/roslaunch non-ROS executables.

  2. Integrate your code with ROS by building it as a ROS package, writing a ROS interface or making it available as a library.

Some hints might be here: http://www.ros.org/wiki/UsingThirdPartyLibraries