Description
When giving a bag name via -o or --output the time-stamp is no longer added to the output folder name. I'd like to be able to write bags that have both a custom name and a time-stamp.
I frequently record multiple bags where I want the custom name to be the same except for the added timestamp. Example:
- calibration_data_2025_02_11-09_01_53
- calibration_data_2025_02_11-09_10_30
Completion Criteria
Implementation Notes / Suggestions
I see three options:
- Always append the time-stamp when -o is used, unless --no-time-stamp is specified
- Add the time-stamp when -o is given and --time-stamp is specified
- Add a new --prefix PREFIX (mutually exclusive with -o) option which turns the folder name into PREFIX_timestamp
Description
When giving a bag name via -o or --output the time-stamp is no longer added to the output folder name. I'd like to be able to write bags that have both a custom name and a time-stamp.
I frequently record multiple bags where I want the custom name to be the same except for the added timestamp. Example:
Completion Criteria
Implementation Notes / Suggestions
I see three options: