greenhouse/docs/examples/edit_rosbas.rst
2022-02-11 14:31:06 +01:00

17 lines
398 B
ReStructuredText

Edit rosbags
============
Rosbags does not support opening files in read-write mode, but implicitly enforces copy-on-write semantics. Apart from the mapping of reader to writer connections the process is fairly straightforward.
Remove topic
------------
.. literalinclude:: ./edit_rosbags_remove_topic.py
Edit timestamps
---------------
.. literalinclude:: ./edit_rosbags_edit_timestamps.py