cartographer-project / cartographer

Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations.
Apache License 2.0
7.03k stars 2.24k forks source link

Obtaining the graph constrains from .pbstream #1878

Open zoidzilla opened 2 years ago

zoidzilla commented 2 years ago

Hello,

I will need some help and advice please. I know that from the .pbstream file, which is generated by the cartographer, we can extract the graph nodes (verticies). Can we extract the constraints (edges) of the graph as well, between two nodes? If yes I would appreciate some insides/example on how to do that.

Thank you in advance.