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

Unknown table modeling #51

Draft
wants to merge 142 commits into
base: master
Choose a base branch
from
Draft

Unknown table modeling #51

wants to merge 142 commits into from

Conversation

PetervDooren
Copy link
Contributor

No description provided.

@PetervDooren PetervDooren marked this pull request as draft November 18, 2021 12:35
Copy link
Member

@MatthijsBurgh MatthijsBurgh left a comment

Choose a reason for hiding this comment

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

Remove space before opening parenthesis of constructors/functions

@@ -51,7 +51,7 @@ def __init__(self) -> None:
self.table_class = 60 #table class defined with index 60 (person = 0)

rospy.init_node('listener', anonymous=True)
self.publisher = rospy.Publisher('/hero/segmented_image',Image)
self.publisher = rospy.Publisher('/hero/segmented_image',Image,queue_size=None)
Copy link
Member

Choose a reason for hiding this comment

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

None?

@PetervDooren PetervDooren mentioned this pull request Jan 6, 2024
FilteredByMaskIndices->indices.push_back(static_cast<int>(i));
}
}

pcl::ExtractIndices<pcl::PointXYZRGB> extract;
extract.setInputCloud(inputCloud);
extract.setIndices(FilteredByMaskIndices);
extract.setNegative(true); // Keep points not in the indices list
extract.setNegative(false); // Keep points not in the indices list
Copy link
Member

Choose a reason for hiding this comment

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

Should we update the comment, when changing the value...

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.

6 participants