Closed Aishkrish18 closed 1 year ago
Hello, quick update on this issue. Upon reading the maplab framework , i understood that after loading the map through the maplab console, I was able to visualise it on rviz where the topics where displayed. This worked finally for the sample dataset V0_1 medium dataset.
On using my own dataset , on running the ov_maplab serial. launch i get this error :
My dataset that i recorded looks like this :
I also want to know how i can use the map that is saved in maplab to directly load it on rviz with the points.
The vimap folder should be populated with data. Then you can interact with it directly using all the maplab tools. You will need to load the map into the maplab console and then visualize it. I do have a rviz config that should allow you to see the maplab topics here: https://github.com/rpng/ov_maplab/tree/master/launch
Are you running the the maplab commit specified in the readme of this repo? It looks like there is some issue with the first vertex, but it should have been fixed in this commit: https://github.com/rpng/ov_maplab/commit/6182b4dcab9ca44c27c8163f0479a703aee82c9a#diff-935f27651aeecbaedcd938a857fda6c65dd73f1641b220e1130499c19606338eR258-R261
I recommend reading the maplab wiki for how to use maplab. To see the map, you will need to use maplab itself directly (thus nothing in ov_maplab will do this for you).
I would make sure you can run it through ov_msckf
serial first with your config. From the printed "TIME:" it looks like there is some topic parsing issue likely. If you post your bag, configs and launch this would allow me and others to debug.
Hello, As per the instructions i tried to follow them and perform mapping with euroc mav dataset. On performing that, i got the following errors
Thanks for your reply.