-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: ismetatabay <[email protected]>
- Loading branch information
1 parent
3e7a5c1
commit 85228ce
Showing
4 changed files
with
122 additions
and
115 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...s/integrating-autoware/creating-vehicle-and-sensor-description/calibrating-sensors/.pages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
nav: | ||
- calibrating-sensors.md | ||
- generic-calibration.md | ||
- lidar-lidar-calibration.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
...g-vehicle-and-sensor-description/calibrating-sensors/lidar-lidar-calibration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Lidar-Lidar Calibration | ||
|
||
## Overview | ||
|
||
In this tutorial, | ||
we will explain lidar-lidar calibration over [mapping-based lidar-lidar calibration tool](https://github.com/tier4/CalibrationTools/blob/tier4/universe/sensor/docs/how_to_extrinsic_mapping_based.md) of Tier IV's | ||
CalibrationTools. | ||
Also, | ||
[map-based lidar-lidar calibration method](https://github.com/tier4/CalibrationTools/blob/tier4/universe/sensor/docs/how_to_extrinsic_map_based.md) included in the Tier IV's tools. | ||
[LL-Calib](https://github.com/autocore-ai/calibration_tools/tree/main/lidar-lidar-calib) on GitHub, | ||
provided by [AutoCore](https://autocore.ai/), | ||
is a lightweight toolkit for online/offline 3D LiDAR to LiDAR calibration. | ||
It's based on local mapping and "GICP" method to derive the relation between main and sub lidar. | ||
If you want more details about these methods such as usage, troubleshooting etc. please check the links above. | ||
|
||
!!! warning | ||
|
||
Please get initial calibration results from [Generic Calibration](./generic-calibration.md) section, it is important for getting accurate results from this tool. | ||
We will use initial calibration parameters that we calculated on previous step on this tutorial. |