pcl
pcl copied to clipboard
[pcl_visualizer] Exception Thrown When run to " vtkSmartPointer<T> New()"
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<vtkLeaderActor2D> leader = vtkSmartPointer<vtkLeaderActor2D>::New ();"
and then it have a error:
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 I found this issue which seems to be related: https://github.com/PointCloudLibrary/pcl/issues/3484 I would also recommend to use a newer PCL version, if possible.
@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 https://github.com/PointCloudLibrary/pcl/issues/3484
My develop environment is Win10+VS2017, I think the lasted version is PCL1.9.1 for my develop environment, Is that so?