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

Revision history [back]

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)