ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There is nothing special about "applications in ROS". Any program that you write can be a ROS application if it communicates via ROS with other processes.
This place provides some good examples of how to communicate with ROS topics which you can incorporate into your program: http://www.ros.org/wiki/ROS/Tutorials/WritingPublisherSubscriber(python)