Skip to content

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


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
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