Skip to content

Commit

Permalink
chore: fix central to center
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 1, 2024
1 parent 2c6ec5a commit cbd7507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calibrators/marker_radar_lidar_calibrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Currently, the calibrator only supports radars whose detection interface include

## Inner-workings / Algorithms

The calibrator is designed to estimate the transformation between radar and lidar sensors. It starts by pinpointing the central points of reflectors within lidar pointclouds and radar objects, then aligns these points for precise matching. An SVD-based and a yaw-only rotation estimation algorithm are applied to these matched points to estimate the transformation.
The calibrator is designed to estimate the transformation between radar and lidar sensors. It starts by pinpointing the center points of reflectors within lidar pointclouds and radar objects and then aligns these points for precise matching. An SVD-based and a yaw-only rotation estimation algorithm are applied to these matched points to estimate the transformation.

Specifically, the calibration process consists of four primary steps: constructing a background model, extracting the foreground to detect reflectors, matching and filtering lidar and radar detections, and finally estimating rigid transformation.

Expand Down

0 comments on commit cbd7507

Please sign in to comment.