optional arguments:
show this help message and exit
storage identifier to be used, defaults to 'sqlite3'
size of message queue rosbag tries to hold in memory to help deterministic playback. Larger size will result in larger memory needs but might prevent delay of message playback.
rate at which to play back messages. Valid range > 0.0.
topics to replay, separated by space. If none specified, all topics will be replayed.
Path to a yaml file defining overrides of the QoS profile for specific topics.
enables loop playback when playing a bagfile: it starts back at the beginning on reaching the end and plays indefinitely.
list of topics to be remapped: in the form "old_topic1:=new_topic1 old_topic2:=new_topic2 etc."
Path to a yaml file defining storage specific configurations. For the default storage plugin settings are specified through syntax:read: pragmas: ["<setting_name>" = <setting_value>]Note that applicable settings are limited to read-only for ros2 bag play.For a list of sqlite3 settings, refer to sqlite3 documentation
Publish to /clock at a specific frequency in Hz, to act as a ROS Time Source. Value must be positive. Defaults to not publishing.
Sleep SEC seconds before play. Valid range > 0.0