Endre søk
RefereraExporteraLink to record
Permanent link

Direct link
Referera
Referensformat
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Annet format
Fler format
Språk
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Annet språk
Fler språk
Utmatningsformat
  • html
  • text
  • asciidoc
  • rtf
State estimation with auto-calibrated sensor setup
KTH, Skolan för elektroteknik och datavetenskap (EECS), Intelligenta system, Teknisk informationsvetenskap.ORCID-id: 0000-0002-7528-1383
2024 (engelsk)Doktoravhandling, med artikler (Annet vitenskapelig)
Abstract [en]

Localization and mapping is one of the key aspects of driving autonomously in unstructured environments. Often such vehicles are equipped with multiple sensor modalities to create a 360o sensing coverage and add redundancy to handle sensor dropout scenarios. As the vehicles operate in underground mining and dense urban environments the Global navigation satellite system (GNSS) is often unreliable. Hence, to create a robust localization system different sensor modalities like camera, lidar and IMU are used along with a GNSS solution. The system must handle sensor dropouts and work in real-time (~15 Hz), so that there is enough computation budget left for other tasks like planning and control. Additionally, precise localization is also needed to map the environment, which may be later used for re-localization of the autonomous vehicles as well. Finally, for all of these to work seamlessly, accurate calibration of the sensors is of utmost importance.

In this PhD thesis, first, a robust system for state estimation that fuses measurements from multiple lidars and inertial sensors with GNSS data is presented. State estimation was performed in real-time, which produced robust motion estimates in a global frame by fusing lidar and IMU signals with GNSS components using a factor graph framework. The proposed method handled signal loss with a novel synchronization and fusion mechanism. To validate the approach extensive tests were carried out on data collected using Scania test vehicles (5 sequences for a total of ~ 7 Km). An average improvement of 61% in relative translation and 42% rotational error compared to a state-of-the-art estimator fusing a single lidar/inertial sensor pair is reported.  

Since precise calibration is needed for the localization and mapping tasks, in this thesis, methods for real-time calibration of the sensor setup is proposed. First, a method is proposed to calibrate sensors with non-overlapping field-of-view. The calibration quality is verified by mapping known features in the environment. Nevertheless, the verification process was not real-time and no observability analysis was performed which could give us an indicator of the analytical traceability of the trajectory required for motion-based online calibration. Hence, a new method is proposed where calibration and verification were performed in real-time by matching estimated sensor poses in real-time with observability analysis. Both of these methods relied on estimating the sensor poses using the state estimator developed in our earlier works. However, state estimators have inherent drifts and they are computationally intensive as well. Thus, another novel method is developed where the sensors could be calibrated in real-time without the need for any state estimation. 

sted, utgiver, år, opplag, sider
KTH Royal Institute of Technology, 2024. , s. 151
Serie
TRITA-EECS-AVL ; 2024:8
Emneord [en]
SLAM, Sensor calibration, Autonomous driving
HSV kategori
Forskningsprogram
Elektro- och systemteknik
Identifikatorer
URN: urn:nbn:se:kth:diva-343412ISBN: 978-91-8040-806-6 (digital)OAI: oai:DiVA.org:kth-343412DiVA, id: diva2:1837117
Disputas
2024-03-08, https://kth-se.zoom.us/s/63372097801, F3, Lindstedtsvägen 26, Stockholm, 13:00 (engelsk)
Opponent
Veileder
Forskningsfinansiär
Swedish Foundation for Strategic Research
Merknad

QC 20240213

Tilgjengelig fra: 2024-02-14 Laget: 2024-02-12 Sist oppdatert: 2025-02-05bibliografisk kontrollert
Delarbeid
1. M-LIO: Multi-lidar, multi-IMU odometry with sensor dropout tolerance
Åpne denne publikasjonen i ny fane eller vindu >>M-LIO: Multi-lidar, multi-IMU odometry with sensor dropout tolerance
2023 (engelsk)Inngår i: IV 2023 - IEEE Intelligent Vehicles Symposium, Proceedings, Institute of Electrical and Electronics Engineers (IEEE) , 2023Konferansepaper, Publicerat paper (Fagfellevurdert)
Abstract [en]

We present a robust system for state estimation that fuses measurements from multiple lidars and inertial sensors with GNSS data. To initiate the method, we use the prior GNSS pose information. We then perform motion estimation in real-time, which produces robust motion estimates in a global frame by fusing lidar and IMU signals with GNSS translation components using a factor graph framework. We also propose methods to account for signal loss with a novel synchronization and fusion mechanism. To validate our approach extensive tests were carried out on data collected using Scania test vehicles (5 sequences for a total of ≈ 7 Km). From our evaluations, we show an average improvement of 61% in relative translation and 42% rotational error compared to a state-of-the-art estimator fusing a single lidar/inertial sensor pair, in sensor dropout scenarios.

sted, utgiver, år, opplag, sider
Institute of Electrical and Electronics Engineers (IEEE), 2023
Emneord
Odometry estimation, Sensor fusion, SLAM
HSV kategori
Identifikatorer
urn:nbn:se:kth:diva-335040 (URN)10.1109/IV55152.2023.10186548 (DOI)001042247300023 ()2-s2.0-85168001725 (Scopus ID)
Konferanse
34th IEEE Intelligent Vehicles Symposium, IV 2023, Anchorage, United States of America, Jun 4 2023 - Jun 7 2023
Merknad

Part of ISBN 9798350346916

QC 20230831

Tilgjengelig fra: 2023-08-31 Laget: 2023-08-31 Sist oppdatert: 2025-02-01bibliografisk kontrollert
2. Multi-modal curb detection and filtering
Åpne denne publikasjonen i ny fane eller vindu >>Multi-modal curb detection and filtering
2022 (engelsk)Konferansepaper, Poster (with or without abstract) (Annet vitenskapelig)
Abstract [en]

Reliable knowledge of road boundaries is critical for autonomous vehicle navigation. We propose a robust curb detection and filtering technique based on the fusion of camera semantics and dense lidar point clouds. The lidar point clouds are collected by fusing multiple lidars for robust feature detection. The camera semantics are based on a modified EfficientNet architecture which is trained with labeled data collected from onboard fisheye cameras. The point clouds are associated with the closest curb segment with L2-norm analysis after projecting into the image space with the fisheye model projection. Next, the selected points are clustered using unsupervised density-based spatial clustering to detect different curb regions. As new curb points are detected in consecutive frames they are associated with the existing curb clusters using temporal reachability constraints. If no reachability constraints are found a new curb cluster is formed from these new points. This ensures we can detect multiple curbs present in road segments consisting of multiple lanes if they are in the sensors' field of view. Finally, Delaunay filtering is applied for outlier removal and its performance is compared to traditional RANSAC-based filtering. An objective evaluation of the proposed solution is done using a high-definition map containing ground truth curb points obtained from a commercial map supplier. The proposed system has proven capable of detecting curbs of any orientation in complex urban road scenarios comprising straight roads, curved roads, and intersections with traffic isles. 

HSV kategori
Identifikatorer
urn:nbn:se:kth:diva-343533 (URN)
Konferanse
IEEE International Conference on Robotics and Automation (ICRA) Workshop: Robotic Perception and Mapping - Emerging Techniques, May 23, 2022, Philadelphia, USA
Merknad

QC 20240216

Tilgjengelig fra: 2024-02-16 Laget: 2024-02-16 Sist oppdatert: 2025-02-07bibliografisk kontrollert
3. Extrinsic Calibration and Verification of Multiple Non-overlapping Field of View Lidar Sensors
Åpne denne publikasjonen i ny fane eller vindu >>Extrinsic Calibration and Verification of Multiple Non-overlapping Field of View Lidar Sensors
Vise andre…
2022 (engelsk)Inngår i: 2022 IEEE INTERNATIONAL CONFERENCE ON ROBOTICS AND AUTOMATION (ICRA 2022), Institute of Electrical and Electronics Engineers (IEEE) , 2022Konferansepaper, Publicerat paper (Fagfellevurdert)
Abstract [en]

We demonstrate a multi-lidar calibration framework for large mobile platforms that jointly calibrate the extrinsic parameters of non-overlapping Field-of-View (FoV) lidar sensors, without the need for any external calibration aid. The method starts by estimating the pose of each lidar in its corresponding sensor frame in between subsequent timestamps. Since the pose estimates from the lidars are not necessarily synchronous, we first align the poses using a Dual Quaternion (DQ) based Screw Linear Interpolation. Afterward, a HandEye based calibration problem is solved using the DQ-based formulation to recover the extrinsics. Furthermore, we verify the extrinsics by matching chosen lidar semantic features, obtained by projecting the lidar data into the camera perspective after time alignment using vehicle kinematics. Experimental results on the data collected from a Scania vehicle [similar to 1 Km sequence] demonstrate the ability of our approach to obtain better calibration parameters than the provided vehicle CAD model calibration parameters. This setup can also be scaled to any combination of multiple lidars.

sted, utgiver, år, opplag, sider
Institute of Electrical and Electronics Engineers (IEEE), 2022
HSV kategori
Identifikatorer
urn:nbn:se:kth:diva-326490 (URN)10.1109/ICRA46639.2022.9811704 (DOI)000941265700085 ()2-s2.0-85136321668 (Scopus ID)
Konferanse
IEEE International Conference on Robotics and Automation (ICRA), MAY 23-27, 2022, Philadelphia, PA, USA
Merknad

QC 20230626

Tilgjengelig fra: 2023-05-03 Laget: 2023-05-03 Sist oppdatert: 2024-02-13bibliografisk kontrollert
4. Observability-Aware Online Multi-Lidar Extrinsic Calibration
Åpne denne publikasjonen i ny fane eller vindu >>Observability-Aware Online Multi-Lidar Extrinsic Calibration
2023 (engelsk)Inngår i: IEEE Robotics and Automation Letters, E-ISSN 2377-3766, Vol. 8, nr 5, s. 2860-2867Artikkel i tidsskrift (Fagfellevurdert) Published
Abstract [en]

Accurate and robust extrinsic calibration is necessary for deploying autonomous systems which need multiple sensors for perception. In this letter, we present a robust system for real-time extrinsic calibration of multiple lidars in vehicle base framewithout the need for any fiducialmarkers or features. We base our approach on matching absolute GNSS (Global Navigation Satellite System) and estimated lidar poses in real-time. Comparing rotation components allows us to improve the robustness of the solution than traditional least-square approach comparing translation components only. Additionally, instead of comparing all corresponding poses, we select poses comprising maximum mutual information based on our novel observability criteria. This allows us to identify a subset of the poses helpful for real-time calibration. We also provide stopping criteria for ensuring calibration completion. To validate our approach extensive tests were carried out on data collected using Scania test vehicles (7 sequences for a total of approximate to 6.5 Km). The results presented in this letter show that our approach is able to accurately determine the extrinsic calibration for various combinations of sensor setups.

sted, utgiver, år, opplag, sider
Institute of Electrical and Electronics Engineers (IEEE), 2023
Emneord
Calibration and identification, autonomous vehicle navigation, sensor fusion
HSV kategori
Identifikatorer
urn:nbn:se:kth:diva-326661 (URN)10.1109/LRA.2023.3262176 (DOI)000964797800011 ()2-s2.0-85151572135 (Scopus ID)
Merknad

QC 20230508

Tilgjengelig fra: 2023-05-08 Laget: 2023-05-08 Sist oppdatert: 2025-02-07bibliografisk kontrollert
5. IMU-based Online Multi-lidar Calibration
Åpne denne publikasjonen i ny fane eller vindu >>IMU-based Online Multi-lidar Calibration
2024 (engelsk)Manuskript (preprint) (Annet vitenskapelig)
Abstract [en]

Modern autonomous systems typically use several sensors for perception. For best performance, accurate and reliable extrinsic calibration is necessary. In this research, we proposea reliable technique for the extrinsic calibration of several lidars on a vehicle without the need for odometry estimation or fiducial markers. First, our method generates an initial guess of the extrinsics by matching the raw signals of IMUs co-located with each lidar. This initial guess is then used in ICP and point cloud feature matching which refines and verifies this estimate. Furthermore, we can use observability criteria to choose a subset of the IMU measurements that have the highest mutual information — rather than comparing all the readings. We have successfully validated our methodology using data gathered from Scania test vehicles.

HSV kategori
Identifikatorer
urn:nbn:se:kth:diva-343534 (URN)
Merknad

Submitted to IEEE IV 2024​ 35th IEEE Intelligent Vehicles Symposium, June 2 - 5, 2024. Jeju Shinhwa World, Jeju Island, Korea

QC 20240216

Tilgjengelig fra: 2024-02-16 Laget: 2024-02-16 Sist oppdatert: 2025-02-07bibliografisk kontrollert

Open Access i DiVA

fulltext(53791 kB)1258 nedlastinger
Filinformasjon
Fil FULLTEXT01.pdfFilstørrelse 53791 kBChecksum SHA-512
747961558f813039cea10de976b1d2ce2c8b90e289a4748340d07c5ef9509b2fc8968993a956d07c6e6f034e9fa45d5eb1689673fbd340479b054dcd1d6ea682
Type fulltextMimetype application/pdf

Person

Das, Sandipan

Søk i DiVA

Av forfatter/redaktør
Das, Sandipan
Av organisasjonen

Søk utenfor DiVA

GoogleGoogle Scholar
Totalt: 1258 nedlastinger
Antall nedlastinger er summen av alle nedlastinger av alle fulltekster. Det kan for eksempel være tidligere versjoner som er ikke lenger tilgjengelige

isbn
urn-nbn

Altmetric

isbn
urn-nbn
Totalt: 2394 treff
RefereraExporteraLink to record
Permanent link

Direct link
Referera
Referensformat
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Annet format
Fler format
Språk
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Annet språk
Fler språk
Utmatningsformat
  • html
  • text
  • asciidoc
  • rtf