hku-mars / mlcc

Fast and Accurate Extrinsic Calibration for Multiple LiDARs and Cameras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calibration of multi-lidar and camera

JangChangWon opened this issue · comments

Thanks for your excellent work.
I want to use the code to calibrate multi lidar and two- camera for my custom robot
Can you give me some advice about how to make the .dat file such as src/mlcc/scene0/00/patch0.dat?

Hi JangChangWon, you can check our tobinary.cpp file for more instructions on converting your own point cloud data from .pcd, .txt, or .json to .dat format. In our future release, we will use .pcd as our standard point cloud file format.

@samsdolphin
Thank you for answering. Your answer has been a great help. Thank u :)