Hi,
I want to compare Rtabmap output poses result(the path of the camera), to already captured databases - as in:
https://github.com/introlab/rtabmap/wiki/BenchmarkFor example, "New Collage" database has both "Images" - used in the guide, and GPS (x,y) coordinates:
http://www.robots.ox.ac.uk/~mobile/IJRR_2008_Dataset/data.htmlI want to compare the provided coordinates to the calculated coordinates by Rtabmap, yet the guide concentrates only on loop closures.
I successfully opened the provided GPS in Matlab ( plot(GPS(:,1),GPS(:,2)) ), yet I couldn't open the .db file created when running the "Commands for dataset"(to open it in Rtabmap and save the poses file.)
What is the fastest way to open the poses coordinates(x,y is enough) from the "Images" provided in the dataset?
Thank you very much,
(Rtabmap fan) Senia Kalma.