rpng / ov_maplab

Interface for OpenVINS with the maplab project
https://docs.openvins.com/
GNU General Public License v3.0
77 stars 15 forks source link

accommodate to the latest maplab framework #2

Closed CanCanZeng closed 2 years ago

CanCanZeng commented 2 years ago

Hi, thank you for providing this grate example for combine open_vins and maplab. But I find that in the latest maplab code, feature_tracking::VOFeatureTrackingPipeline::runTrackingAndTriangulationForAllMissions https://github.com/rpng/ov_maplab/blob/6a7ea58878a1544b84b6abc6912f828cdc97c5e9/src/mapper/MapBuilder.cpp#L225 is gone, and I do not find any other alternatives. Can you port this code to the latest maplab or give me some advice since I need to use maplab in Ubuntu20.04.

goldbattle commented 2 years ago

Have you been able to build maplab with 20.04? I thought that the main branch is just 16.04, and the develop is 16.04 and 18.04. I plan to update the readme on this repo with instructions to use Docker.

CanCanZeng commented 2 years ago

Yes, the develop branch can be compiled in 20.04. What do you mean by update the readme on this repo with instructions to use Docker ? Without change the code but use docker in 20.04?

goldbattle commented 2 years ago

I have updated the project to work with the newest OpenVINS and the maplab develop branch. Please checkout the updated readme and let me know, thanks!

CanCanZeng commented 2 years ago

Hi, I have tested the pipeline on the develop branch of maplab, it works! Thanks very much! By the way, I do not run openvins online, but save the measurement of openvins and then import it to maplab, just like this issue said https://github.com/ethz-asl/maplab/issues/349, I create a map from just a measurement file(including pose, bias and time_offset).

goldbattle commented 2 years ago

Great glad it addressed your issue.