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

[pcl_visualizer] Exception Thrown When run to " vtkSmartPointer<T> New()" #5898

Open
DingLei627 opened this issue Dec 11, 2023 · 2 comments
Open

Comments

@DingLei627
Copy link

Describe the bug
I want to addArrow into my veiwer, but when it run into
"
pcl::visualization::PCLVisualizer viewer;
viewer.addArrow(pcaX, op, 1.0, 0.0, 0.0, false, "arrow_X");"
and then into this funciton it call the fucntion
"vtkSmartPointer leader = vtkSmartPointer::New ();"
and then it have a error:
image
how to deal with this error?

Your Environment (please complete the following information):

  • OS: Win10
  • Compiler: vs 2017
  • PCL Version:1.9.1

Additional context

Add any other context about the problem here.

@DingLei627 DingLei627 added kind: bug Type of issue status: triage Labels incomplete labels Dec 11, 2023
@mvieth
Copy link
Member

mvieth commented Dec 11, 2023

@DingLei627 I found this issue which seems to be related: #3484
I would also recommend to use a newer PCL version, if possible.

@mvieth mvieth added module: visualization and removed status: triage Labels incomplete labels Dec 11, 2023
@DingLei627
Copy link
Author

@DingLei627 I found this issue which seems to be related: #3484 I would also recommend to use a newer PCL version, if possible.

Thank you very much, I get some info in #3484

My develop environment is Win10+VS2017, I think the lasted version is PCL1.9.1 for my develop environment, Is that so?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants