Skip to content

Commit

Permalink
chore: fix data selection
Browse files Browse the repository at this point in the history
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
  • Loading branch information
vividf committed Jul 17, 2024
1 parent 5651786 commit 9956c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calibrators/mapping_based_calibrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ As the tool aims to apply registration algorithms on the pointclouds from both t

##### Data selection

To refine our calibration process, the tool first temporarily pairs `mapping lidar` keyframes with their closest `calibration lidar` frame, and then selects the final calibration pairs (`mapping lidar` keyframes and `calibration lidar` frame) based on the criteria listed below.
In the data selection process, the tool initially pairs mapping lidar keyframes with their nearest calibration lidar frames. It then selects the final calibration pairs based on the following criteria:

- The pairs have low time difference and low interpolation error (such as speed, estimated acceleration, etc.) between the keyframe and the `calibration lidar` frame.
- The pointcloud in `calibration lidar` frame has enough features for calibration, which the tool filters out the pointcloud that has low variance in the z-axis that is mostly a plane.
Expand Down

0 comments on commit 9956c93

Please sign in to comment.