we have to choose the scan point which has positive value. Previously, we chose the non-nan point, containing the negative point.
but the negative point may a ghost point, not a cluster. So we should exactly choose the positive point(center of a cluster)
some of the cluster are very small, like having only 3~5 point. Those kind of cluster can be a far obstacle or a ghost obstacle if closed to the laser.
We have to set a threshold to filter those kind small cluster.
We confirmed that there are some ghost points or obstacle closed to the laser sensor.
I resolve by 3074a31