Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.85 KB

File metadata and controls

50 lines (34 loc) · 1.85 KB
title intro weight versions layout permissions showMiniToc miniTocMaxHeadingLevel allowTitleToDifferFromFilename mapTopic hidden redirect_from gettingStartedLinks popularLinks guideLinks introLinks tags
ROS bag Collection
rapyuta.io is a platform that enables robotics solution development by providing the necessary software infrastructure and facilitating the interaction between multiple stakeholders who contribute to the solution development.
542
free-pro-team enterprise-server
*
*
false
rapyuta.io
true
4
false
false
false
Deep Dive

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.

{{% notice note %}} 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.

{{% /notice %}}

{{% notice info %}} 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. {{% /notice %}}

{{%notice note%}} 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. {{%/notice%}}