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
Hello,sir,when I did catkin_make in package organized_fast_mesh,I met a error as below:
/src/lvr_ros/src/reconstruction.cpp:269:176: error: no matching function for call to ‘lvr::PointsetGrid<lvr::ColorVertex<float, unsigned char>, lvr::FastBox<lvr::ColorVertex<float, unsigned char>, lvr::Normal > >::PointsetGrid(float&, lvr::PointsetSurface<lvr::ColorVertex<float, unsigned char> >::Ptr&, lvr::BoundingBox<lvr::ColorVertex<float, unsigned char> >&, bool&, bool&)’
grid = new lvr::PointsetGrid<cVertex, lvr::FastBox<cVertex, cNormal> >(resolution, surface, surface->getBoundingBox(), useVoxelsize, config.noExtrusion);
my Ubuntu version is 16.04, and have no idea about how to solve this problem. Thank you a lot if give some suggestions!
The text was updated successfully, but these errors were encountered:
Hello,sir,when I did catkin_make in package organized_fast_mesh,I met a error as below:
/src/lvr_ros/src/reconstruction.cpp:269:176: error: no matching function for call to ‘lvr::PointsetGrid<lvr::ColorVertex<float, unsigned char>, lvr::FastBox<lvr::ColorVertex<float, unsigned char>, lvr::Normal > >::PointsetGrid(float&, lvr::PointsetSurface<lvr::ColorVertex<float, unsigned char> >::Ptr&, lvr::BoundingBox<lvr::ColorVertex<float, unsigned char> >&, bool&, bool&)’
grid = new lvr::PointsetGrid<cVertex, lvr::FastBox<cVertex, cNormal> >(resolution, surface, surface->getBoundingBox(), useVoxelsize, config.noExtrusion);
my Ubuntu version is 16.04, and have no idea about how to solve this problem. Thank you a lot if give some suggestions!
The text was updated successfully, but these errors were encountered: