Skip to content

BinaryIO bagReader

Ali Jahani requested to merge jahaniam1/rosbags:Add-binaryIo-bagReader into master

Sometimes binary bags are in memory. This class could be helpful to deserialize from bags that are already read from memory instead of giving them a path. A useful use case for it is in Spark.

It could be done through Reader class as well to get both bio or path. I though having it on a separate class might be easier for review perspective.

Merge request reports