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
When creating bag splits, the transient local topics (such as /tf_static) that we expect on the system are only written to the first bag of the split series, rather than all of the splits.
While that makes sense, I would like the option to write all transient local topics in all the bags, since I ideally want to be able to use the split bag as a self contained data log, rather than depending on the first bag for information such as /tf_static.
Related Issues
I am not sure.
Completion Criteria
Ros2 bag cli option to optionally "add transient local data to all bags".
Implementation Notes / Suggestions
** If you have ideas about how this feature might be accomplished, put them here. Note that this is just a suggestion to the implementer, so feel free to speculate. **
I am not quite sure yet.
Testing Notes / Suggestions
** All features in this project need tests. Please give some input on cases that will need to be tested - and how the testing might be implemented. **
Integration Test:
publish a transient local topic (idea: tf_static)
record a bag with splits enabled, as well as this new feature
delete the first bag
make sure tf_static is contained in subsequent bags.
The text was updated successfully, but these errors were encountered:
Description
When creating bag splits, the transient local topics (such as
/tf_static
) that we expect on the system are only written to the first bag of the split series, rather than all of the splits.While that makes sense, I would like the option to write all transient local topics in all the bags, since I ideally want to be able to use the split bag as a self contained data log, rather than depending on the first bag for information such as
/tf_static
.Related Issues
I am not sure.
Completion Criteria
Implementation Notes / Suggestions
** If you have ideas about how this feature might be accomplished, put them here. Note that this is just a suggestion to the implementer, so feel free to speculate. **
I am not quite sure yet.
Testing Notes / Suggestions
** All features in this project need tests. Please give some input on cases that will need to be tested - and how the testing might be implemented. **
Integration Test:
The text was updated successfully, but these errors were encountered: