ethz-asl / maplab

A Modular and Multi-Modal Mapping Framework
https://maplab.asl.ethz.ch
Apache License 2.0
2.63k stars 723 forks source link

Mapping with one device and localizing with another device #85

Open PerrineAguiar opened 6 years ago

PerrineAguiar commented 6 years ago

Hi,

I built a map using one device and tried to localize in this map using the same device. It worked great! However when using another device to localize, it fails, i.e. no successful localizations, so only VIO is used. Both devices output grayscale fisheye images but lenses are different. Both devices have their intrinsics and IMU-camera extrinsic calibrated. Is this an expected result? Or do you support this use case (different devices for mapping and localizing)?

Many thanks in advance!

dymczykm commented 6 years ago

@PerrineAguiar thanks for your question.

We have experimented with localizing between different types of devices and that indeed causes issues. So the result is somewhat expected. I can point you to few things that are worth checking:

Hope that helps.

PerrineAguiar commented 6 years ago

Thanks a lot for your answer, I will check the points you mentioned.