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

Fix in PCLVisualizer #977

Merged
merged 1 commit into from
Oct 25, 2014
Merged

Fix in PCLVisualizer #977

merged 1 commit into from
Oct 25, 2014

Conversation

mdkus
Copy link
Contributor

@mdkus mdkus commented Oct 25, 2014

Hi,
I tested the 'openni_fast_mesh' demo and got a warning of the visualisation modul that the polygon mesh named 'surface' is already existing.

After debugging I found the reason in 'PCLVisualizer::updatePolygonMesh'. commit #686 replaced 'SetStrips()' by 'SetPolys()' in 'addPolygonMesh'. But then there must be also a replacement of 'GetStrips()' by 'GetPolys()' in 'updatePolygonMesh'.

@taketwo
Copy link
Member

taketwo commented Oct 25, 2014

Thanks!

taketwo added a commit that referenced this pull request Oct 25, 2014
@taketwo taketwo merged commit 6951197 into PointCloudLibrary:master Oct 25, 2014
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