Open AdityaNG opened 2 years ago
Android Raw GNSS Measurements: https://developer.android.com/guide/topics/sensors/gnss
arXiv:2010.11675v5 [cs.RO] 24 Oct 2021
Abstract— Unlike loose coupling approaches and the EKFbased approaches in the literature, we propose an optimization based visual-inertial SLAM tightly coupled with raw Global Navigation Satellite System (GNSS) measurements, a first attempt of this kind in the literature to our knowledge. More specifically, reprojection error, IMU pre-integration error and raw GNSS measurement error are jointly minimized within a sliding window, in which the asynchronism between images and raw GNSS measurements is accounted for. In addition, issues such as marginalization, noisy measurements removal, as well as tackling vulnerable situations are also addressed. Experimental results on public dataset in complex urban scenes show that our proposed approach outperforms state-of-the-art visual-inertial SLAM, GNSS single point positioning, as well as a loose coupling approach, including scenes mainly containing low-rise buildings and those containing urban canyons.
GPS alone for localization won't give great accuracy. Using the raw GPS signals (not just lat, lon; also the raw preprocessed signals) along with IMU (inertial measurement unit) / INS (inertial navigation system) along with vehicle trajectory that comes from monocular SLAM (Visual Odometry), we can merge all the 3 together to get better localization.
Task Details
MergedDatasetIterator
. Cache the intermediate calculations, final vehicle trajectory, etc. wherever necessaryPython Library: https://github.com/commaai/laika Blog Post: https://blog.comma.ai/dataset-for-hd-maps-comma2k19 Paper: https://arxiv.org/pdf/1812.05752.pdf
Viewing frusta calculated with sensor fusion algorithm (INS + GNSS + Visual-Odometry). Without map-based corrections (left) and with map-based corrections (right).