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

Generic warning:In..\Rendering\Core\vtkActor.cxx, line 43. Error: no override found for vtkactor #58

Open
JinXiangLai opened this issue Mar 29, 2020 · 1 comment

Comments

@JinXiangLai
Copy link

I want to show a cloud whith it's normals, my code is:
viewer1 = pcl.visualization.PCLVisualizer( 'cloud_normal viewer' ) viewer1.addPointCloud( cloud ) viewer1.addPointCloudNormals( cloud,cloud_normals ) viewer1.addCoordinateSystem( 1.0 ) while( not viewer1.wasStopped() ): viewer1.spinOnce( 100 )
But there is something wrong, it tell me that
no override found for vtkactor
What can I do to solve this problem.

@JinXiangLai JinXiangLai changed the title Generic warning Error: no override found for vtkactor Generic warning:In..\Rendering\Core\vtkActor.cxx, line 43. Error: no override found for vtkactor Mar 29, 2020
@maguangyan
Copy link

I have the same problem and it hasn't been solved yet

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

No branches or pull requests

2 participants