You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2025. It is now read-only.
Break rosbag record's --split option into --split-duration and --split-size. This will make it clearer how --split* options related to the --duration and --size options and will allow them to work together in a use case like:
rosbag record --split-duration 2m --duration 10m topic1 topic2 topic3 -> Will record for a total of 10 minutes, but will split the bag files up by two minute intervals.