Open daizhonghao opened 5 years ago
Hi, sorry for the late answer. But it seems one thing you might be missing is the normal estimators.
SegMatch: {
...
normal_estimator_type: "Incremental", #"Incremental", "Simple"
radius_for_normal_estimation_m: 0.5,
...
}
Hi, I am unable to use Incremental SmoothConstraints Segmentation even for the kitti_loop_closure launch file. I do edit the loop closure yaml file, add the normal_estimate_type and the threshold for sc method but non segmentation is publishing. https://github.com/daizhonghao/segmap/blob/11a2917e3c704df7c1a1b84c8cc409188c492b91/segmapper/launch/kitti/kitti_loop_closure.yaml#L56 https://github.com/daizhonghao/segmap/blob/11a2917e3c704df7c1a1b84c8cc409188c492b91/segmapper/launch/kitti/kitti_loop_closure.yaml#L72 https://github.com/daizhonghao/segmap/blob/11a2917e3c704df7c1a1b84c8cc409188c492b91/segmapper/launch/kitti/kitti_loop_closure.yaml#L73