You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
how to deal with this error?
Your Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: