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

GRPC without sending range data #1866

Closed uahic closed 2 years ago

uahic commented 2 years ago

I'm currently performing tests on grpc with 3 robots but it seems the network I/O with 9MB/s is quite high as 3d range data is exchanged; Is it possible to just send submaps without range data and the grpc master node being able to work only based on this for loop closure?

Thank you