Here are the 4 datasets Corridor, Simu1D, Simu2D, Simu3D used in our article [1] to fit and test our map model. Each row of the csv contains the 3D position
The Corridor dataset is preprocessed such that the imperfect magnetometer readings are already calibrated and expressed in the global world frame (instead of the sensor frame). The observations have been subsampled such that there is at least 0.05 meter between two consecutive data points.
However, one preprocessing is missing from this dataset. To reproduce our experiment, you should first compute the empirical means
Simu1D, Simu2D, Simu3D are simulated datasets composed of 4 files in total:
- simu1D_training.csv
- simu2D_training.csv
- simu3D_training.csv
- simu_test.csv.
The total of 3100 observations in these 4 files were all generated jointly from a zero-mean Gaussian process prior (check the article for the GP covariance kernel and hyperparameter values). No additional preprocessing is needed to use them.
[1] Abdul-Raouf, I., Gay-Bellile, V., Joly, C., Bourgeois, S., & Paljic, A. "Large Scale Mapping of Indoor Magnetic Field by Local and Sparse Gaussian Processes". In CoRL 2024.
TODO check citation format