Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.
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 #4

@wjwwood

Description

@wjwwood

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.

See: #2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions