Skip to content

rework serialization format #26

@edgarriba

Description

@edgarriba

Currently we support recording using rerun rrd files which allows us to easily visualize in rerun the data.

However, the rrd don't have a very strong api to parse the data from python or rust. Ideally, we rewrite the recording tasks using (to be explored)

NOTES:

  • mcap has stable and user friendly api both in rust and python

  • mcap needs a re-export to be visualized in rerun

  • mcap can use Foxglove playback (but not rust friendly) for viz

  • highly adopted by the robotics community, not others

  • arrow-parquet supports both python and rust

  • arrow-parquet needs a re-export so that we can visualize in rerun

  • several projects are adopting arrow format (rerun, polars, dora, copper)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions