In this article




Help us make these docs great!

All rapyuta.io docs are open source. See something that's wrong or unclear? Submit a pull request.

Make a contribution

ROS bag Collection

A ROS bag is a file format in ROS for storing ROS message data. The rapyuta.io platform allows you to record the ROS messages (ROS topics) for ROS enabled components deployed on the cloud or device (with docker runtime).

After you deploy a package, you can view the ROS bag jobs in the ROS Bag Jobs tab on the deployment details page.

If you have added a ROS bag job for a component either during package creation or deployment, You can add new ROS bag jobs for the same components in the ROS Bag Jobs tab after you have deployed the package. To add new jobs, click Add new ROS Bag job. For more information, click here.

If you have not added any ROS bag job for a component during deployment or package creation, you cannot add a ROS bag job later in the ROS Bag Jobs tab.

If the deployed component is a non-ROS component, or you have not added any ROS bag job during package creation or deployment, the ROS Bag Jobs tab is not available.

ROS Bag recorder(the component responsible for collecting ROS bags in a device) uses ports 9010 and 8008. Avoid using these ports in your applications.