Skip to content

Commit

Permalink
Merge branch 'bz/dev/lidar-imu-calibration' of github.com:leo-drive/a…
Browse files Browse the repository at this point in the history
…utoware-documentation into bz/dev/lidar-imu-calibration
  • Loading branch information
StepTurtle committed Nov 17, 2023
2 parents f09df7d + aae71cd commit 61bd10e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ completed launch files when created following tutorial sections can be found [he
- [Ground Plane-Lidar Calibration](../ground-lidar-calibration)
- [Intrinsic Camera Calibration](../intrinsic-camera-calibration)
- [Lidar-Camera Calibration](../lidar-camera-calibration)
- - [Lidar-Imu Calibration](../lidar-imu-calibration)
- [Lidar-Imu Calibration](../lidar-imu-calibration)
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ are calibrated comprehensively without explicit hand-crafted targets.

!!! warning

This calibration tool is developed with ROS 1, and it is not compatible with ROS 2.
So, we are providing a docker image which has ROS 1 and all necessary packages.
This calibration tool is developed with ROS 1, and it is not compatible with ROS 2.
In the calibration instructions, we will ask you to install docker on your
system.

Expand Down Expand Up @@ -251,13 +251,13 @@ in the `OA-LICalib/config/simu.yaml` file.

To achieve better results, you can tune the parameters in the `config/simu.yaml` file. The parameters are explained below:

Check warning on line 252 in docs/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/calibrating-sensors/lidar-imu-calibration/index.md

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (simu)

| Parameter | Value |
| ------------------------ | ----------------------------------------------------------------------------------------------------- |
| Parameter | Value |
| ------------------------ | ------------------------------------------------------------------------------------------------------- |
| ndtResolution | Resolution of NDT grid structure (VoxelGridCovariance)<br/>0,5 for indoor case and 1.0 for outdoor case |
| ndt_key_frame_downsample | Resolution parameter for voxel grid downsample function |
| map_downsample_size | Resolution parameter for voxel grid downsample function |
| knot_distance | time interval |
| plane_motion | set true if you collect data from vehicle |
| gyro_weight | gyrometer sensor output’s weight for trajectory estimation |
| accel_weight | accelerometer sensor output’s weight for trajectory estimation |
| lidar_weight | lidar sensor output’s weight for trajectory estimation |
| ndt_key_frame_downsample | Resolution parameter for voxel grid downsample function |
| map_downsample_size | Resolution parameter for voxel grid downsample function |
| knot_distance | time interval |
| plane_motion | set true if you collect data from vehicle |
| gyro_weight | gyrometer sensor output’s weight for trajectory estimation |

Check warning on line 261 in docs/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/calibrating-sensors/lidar-imu-calibration/index.md

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (gyrometer)
| accel_weight | accelerometer sensor output’s weight for trajectory estimation |
| lidar_weight | lidar sensor output’s weight for trajectory estimation |

0 comments on commit 61bd10e

Please sign in to comment.