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
I need PCL for PDAL compatibility with VTK capabilities => Compile error Message =>
Building CXX object visualization/CMakeFiles/pcl_visualization.dir/src/pcl_visualizer.cpp.o
/home/mbariou/WKSCOMPILE/PCL/pcl/visualization/src/pcl_visualizer.cpp: In member function ‘bool pcl::visualization::PCLVisualizer::addTextureMesh(const pcl::TextureMesh&, const string&, int)’:
/home/mbariou/WKSCOMPILE/PCL/pcl/visualization/src/pcl_visualizer.cpp:3567:88: error: invalid conversion from ‘int’ to ‘const char*’ [-fpermissive]
vtkDataObject::FIELD_ASSOCIATION_POINTS);
Hey. This definitely seems related to #2612, so for the time being you can try incorporating the changes introduced there and see if they solve the issue for you. As you can see in #2612 and related PRs, that section of the code has been going back and forth with changes and we're still trying to figure out how exactly to proceed.
Hey. This definitely seems related to #2612,
Give it a try and let us know.
I seems to work ! I tell you when completed ! Thanks!
Work completed everything OK thanks to #2612
Your Environment
Ubuntu 18.04 LTS
GCC 4.3 VTK 8.2
Context
I need PCL for PDAL compatibility with VTK capabilities => Compile error Message =>
Expected Behavior
Seems overloading problem, but not sure if bug is inside VTK (https://www.vtk.org/doc/nightly/html/vtkPolyDataMapper_8h_source.html) or PCL (pcl/visualization/src/pcl_visualizer.cpp)
After several turn around with c_str(), to_string, and stoi() I give up Help needed!
Current Behavior
Code to Reproduce
LINES 3545 to 3585 pcl_visualizer.cpp:3567:88:
Possible Solution
I make several Turn around in the code zone, a bove I failed, some help needed thanks!
Maintainer edit: Aesthetics
The text was updated successfully, but these errors were encountered: