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

use xyz instead of xyzrgb in ClusterPointIndicesDecomposer #2839

Merged
merged 2 commits into from
May 14, 2024

Conversation

knorth55
Copy link
Member

currently, ClusterPointIndicesDecomposer assume that there is XYZRGB field,
so I see this warning when we use point cloud format XYZI again and again

Failed to find match for field 'rgb'.                                                                                                    
Failed to find match for field 'rgb'.                                                                                                    
Failed to find match for field 'rgb'.                                                                                                                                                                                                                                             
Failed to find match for field 'rgb'.                                                                                                                                                                                                                                             
Failed to find match for field 'rgb'.                                                                                                                                                                                                                                             
Failed to find match for field 'rgb'.                                                                                                                                                                                                                                             
Failed to find match for field 'rgb'.                                                                                                                                                                                                                                             
Failed to find match for field 'rgb'.                                                                                                                                                                                                                                             
Failed to find match for field 'rgb'.                                                                                                    
Failed to find match for field 'rgb'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
Failed to find match for field 'rgb'. 

this PR suppresses the warning.
Because the computation does not use RGB field, so we can use XYZ format for the computation.

@k-okada k-okada merged commit ff5872f into jsk-ros-pkg:master May 14, 2024
10 of 11 checks passed
@knorth55 knorth55 deleted the fix-decomposer branch May 14, 2024 21:39
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.

3 participants