-
Notifications
You must be signed in to change notification settings - Fork 6
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None?
…read the data properly
…eight is obtained
…elect whether to run Max's version or Donal's version of ed_empty_sport_designator
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 |
There was a problem hiding this comment.
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...
No description provided.