Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding varying mean sensor height #51

Closed
arun-venkat-23 opened this issue Jun 12, 2024 · 4 comments
Closed

Regarding varying mean sensor height #51

arun-venkat-23 opened this issue Jun 12, 2024 · 4 comments

Comments

@arun-venkat-23
Copy link

Hey @seungjae24

While calculating the initial_seeds, I was wondering why does the mean height of points vary a lot. My sensor is mounted at around 1.7m from the ground but the mean height of points does go till 3.4m

@LimHyungTae
Copy link
Member

How come??? Could you see the example please?

@arun-venkat-23
Copy link
Author

Since the plane fitting is done bin-wise, there are a few bins in which the mean height of points are at around ~3.4 (trees). Due the absence of ground points in the particular region, the algorithm during the initial seeds computation takes the mean height and tags all points below the mean as ground. This is an issue, do you think there is a workaround for this?

@LimHyungTae
Copy link
Member

Then how about just applying the global z threshold before taking the point cloud as input? The points under the tree seem definite false positives, which can be easily filtered out.

@arun-venkat-23
Copy link
Author

This might work for a flat/planar ground surface. In case of slopes, this might start putting out issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants