Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Barış Zeren <[email protected]>
  • Loading branch information
ismetatabay committed Dec 26, 2023
1 parent ff1493d commit 22c0a71
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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 @@ -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:

| 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 | Resolutation parameter for voxel grid downsample function |
| map_downsample_size | Resolutation 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 |

0 comments on commit 22c0a71

Please sign in to comment.