Open snow-know opened 1 month ago
After runing the cmd with livox examples ./bin/demo_reg configs/hit_ms/gem_pagor.yaml examples/data/livox/source.pcd examples/data/livox/target.pcd
./bin/demo_reg configs/hit_ms/gem_pagor.yaml examples/data/livox/source.pcd examples/data/livox/target.pcd
, where the ground points are separated. The segement results of source.pcd and target.pcd are shown in following:
Are there any parameters need to be tuned?
G3Reg is a global registration method, which provides a coarse pose estimation without any pose prior. If you want to obtain more accurate estimation, please try some local registration methods such as ICP and NDT.
After runing the cmd with livox examples
./bin/demo_reg configs/hit_ms/gem_pagor.yaml examples/data/livox/source.pcd examples/data/livox/target.pcd
, where the ground points are separated. The segement results of source.pcd and target.pcd are shown in following:
Are there any parameters need to be tuned?