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
I've recently written a small converter which just uses existing functionality of the reader and writer to convert between different serialization formats. This utility would be quite helpful for example in converting old ROS 1 bags to ROS 2 format. I was wondering if it would be a good idea to add such a convert verb as part of the ros2bag API. Let the user choose input and output storage_id and serialization_id.
If so, I can work on a small PR since I already have a PoC running.
The text was updated successfully, but these errors were encountered:
I've recently written a small converter which just uses existing functionality of the reader and writer to convert between different serialization formats. This utility would be quite helpful for example in converting old ROS 1 bags to ROS 2 format. I was wondering if it would be a good idea to add such a
convert
verb as part of the ros2bag API. Let the user choose input and output storage_id and serialization_id.If so, I can work on a small PR since I already have a PoC running.
The text was updated successfully, but these errors were encountered: