UMich-BipedLab / extrinsic_lidar_camera_calibration

This is a package for extrinsic calibration between a 3D LiDAR and a camera, described in paper: Improvements to Target-Based 3D LiDAR to Camera Calibration. This package is used for Cassie Blue's 3D LiDAR semantic mapping and automation.
https://ieeexplore.ieee.org/document/9145571
GNU Affero General Public License v3.0
361 stars 70 forks source link

Is LiDARTag used in it? #17

Closed yanliang-wang closed 3 years ago

yanliang-wang commented 3 years ago

Hi, thanks for your share of this work.

I tried this repository before. The README of this repository and the paper of LiDARTag say that LiDARTag is used in the calibration tool. But I didn't find the LiDARTag detection module in it. So is LiDARTag used in it? Can you point out the use if it is used?

Thank you again.

brucejk commented 3 years ago

Hi,

Thanks for being interested in this package.

LiDARTag is only used for extracting the LiDAR returns on a target. After we extract the LiDAR returns, we then use this package to estimated the vertices.

Please let me know if you have further questions!

yanliang-wang commented 3 years ago

Hi,

Thanks for being interested in this package.

LiDARTag is only used for extracting the LiDAR returns on a target. After we extract the LiDAR returns, we then use this package to estimated the vertices.

Please let me know if you have further questions!

Hi, thanks for your reply. Specifically, I wonder whether LiDARTag detection module is in this repository.

brucejk commented 3 years ago

Hi,

Unfortunately, no.

This repo is matlab-based and LiDARTag is coded in C++. Please refer to LiDARTag for more details.

yanliang-wang commented 3 years ago

Hi,

Ok, I got it.

Thanks for your reply again. This work and LiDARTag are really nice.