Closed jaejunlee0538 closed 7 years ago
You can have a look at align_sequence.cpp although it was not used for a while.
You might have to dig into the source to a bit as those features are not well documented. This is a good place to start: https://github.com/ethz-asl/libpointmatcher/blob/master/pointmatcher/IO.cpp#L200
Great. Thanks @pomerlef . It works well!
Performing ICP onto multiple pairs of point clouds files is not possible with a binary?
For example,
If would be nice, if we can perform ICP algorithm onto tons of files(e.g. 0000.pcd, 0001.pcd....) with single binary.