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

created clustering module for lidar points #40

Merged
merged 5 commits into from
Aug 21, 2024
Merged

created clustering module for lidar points #40

merged 5 commits into from
Aug 21, 2024

Conversation

ashum68
Copy link
Contributor

@ashum68 ashum68 commented Jul 31, 2024

No description provided.

Copy link
Contributor

@TongguangZhang TongguangZhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

conditionally approved


# if far enough, send current cluster, initialize new one
if distance_from_last_point > self.max_cluster_distance or direction_switched:
new_cluster = detection_cluster.DetectionCluster.create(self.cluster)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use result, new_cluster so it's clear that we're returning a result flag as well

@ashum68 ashum68 merged commit 0add7f5 into main Aug 21, 2024
1 check passed
@ashum68 ashum68 deleted the clustering branch August 21, 2024 04:28
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

Successfully merging this pull request may close these issues.

2 participants