NESTLab / 2122_MultiDroneIndoorSLAM

Code for 21/22 MQP and DRs on Multi Drone Indoor SLAM
0 stars 0 forks source link

Map Compression Methods #6

Open cj-mclaughlin opened 3 years ago

cj-mclaughlin commented 3 years ago

List of methods to investigate for compressing maps before transfer:

(Focus is initially on reducing file-size; but it would be especially beneficial if merging could be done on the compressed representaton)

Lossless:

Lossy:

tylerferrara commented 3 years ago

The DAG strategy is super flexible, and can benefit from hashing QuadTrees. This is a much smarter strategy than recursively cutting the map into 4ths.