Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[visualization] Unable to compile with VTK 8.9 #3769

Closed
Zumbalamambo opened this issue Mar 20, 2020 · 6 comments
Closed

[visualization] Unable to compile with VTK 8.9 #3769

Zumbalamambo opened this issue Mar 20, 2020 · 6 comments

Comments

@Zumbalamambo
Copy link

Describe the error

Unable to install while using make install

To Reproduce

just make install

Remember to reproduce the error in a clean rebuild (removing all build objects and starting build from scratch)

Screenshots/Code snippets/Build information

I/usr/local/include/vtk-8.90/vtkCellArray.h:1375:12: note: initializing argument 2 of ‘int vtkCellArray::GetNextCell(vtkIdType&, const vtkIdType*&)’
inline int vtkCellArray::GetNextCell(vtkIdType& npts, vtkIdType const*& pts) VTK_SIZEHINT(pts, npts)
^~~~~~~~~~~~
io/CMakeFiles/pcl_io.dir/build.make:296: recipe for target 'io/CMakeFiles/pcl_io.dir/src/vtk_lib_io.cpp.o' failed
make[2]: *** [io/CMakeFiles/pcl_io.dir/src/vtk_lib_io.cpp.o] Error 1
CMakeFiles/Makefile2:522: recipe for target 'io/CMakeFiles/pcl_io.dir/all' failed
make[1]: *** [io/CMakeFiles/pcl_io.dir/all] Error 2
Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2

Your Environment (please complete the following information):

  • OS: [e.g. Ubuntu 16.04] Ubuntu 18
  • Compiler: [:eg GCC 8.1] GCC 8.1
  • PCL Version [e.g. 1.10, HEAD] 1.9
  • PCL Type: Compile from source

If PCL was compiled from source or failure in compiling PCL itself:

  • GPU, Kinfu, CUDA enabled? Yes
@Zumbalamambo Zumbalamambo added kind: compile error Type of issue status: triage Labels incomplete labels Mar 20, 2020
@larshg
Copy link
Contributor

larshg commented Mar 20, 2020

VTK 8.9(head) is not yet supported, try merge #3637 and see if that helps.

@SergioRAgostinho SergioRAgostinho changed the title [compile error] "Unable to compile" [visualization] "Unable to compile" Mar 21, 2020
@kunaltyagi kunaltyagi changed the title [visualization] "Unable to compile" [visualization] Unable to compile with VTK 8.9 Mar 22, 2020
@Zumbalamambo
Copy link
Author

@SergioRAgostinho @kunaltyagi which version of vtk does this support?

@Zumbalamambo
Copy link
Author

Zumbalamambo commented Mar 23, 2020

I'm getting the following error,

Error log
In file included from /home/Documents/pcl-pcl-1.7.1/common/include/pcl/point_types.h:311:0,
                 from /home/Documents/pcl-pcl-1.7.1/common/src/point_types.cpp:37:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp: In member function ‘Eigen::Map<Eigen::Matrix<float, 4, 1>, 16> pcl::_PointXYZ::getVector4fMap()’:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp:224:5: error: could not convert ‘Eigen::PlainObjectBase<Derived>::MapAligned(Eigen::PlainObjectBase<Derived>::Scalar*) [with Derived = Eigen::Matrix<float, 4, 1>; Eigen::PlainObjectBase<Derived>::AlignedMapType = Eigen::Map<Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >; Eigen::PlainObjectBase<Derived>::Scalar = float]()’ from ‘Eigen::PlainObjectBase<Eigen::Matrix<float, 4, 1> >::AlignedMapType {aka Eigen::Map<Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >}’ to ‘Eigen::Map<Eigen::Matrix<float, 4, 1>, 16>’
     PCL_ADD_POINT4D; // This adds the members x,y,z which can also be accessed using the point (which is float[4])
     ^
In file included from /home/Documents/pcl-pcl-1.7.1/common/include/pcl/point_types.h:311:0,
                 from /home/Documents/pcl-pcl-1.7.1/common/src/point_types.cpp:37:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp: In member function ‘const Eigen::Map<const Eigen::Matrix<float, 4, 1>, 16> pcl::_PointXYZ::getVector4fMap() const’:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp:224:5: error: could not convert ‘Eigen::PlainObjectBase<Derived>::MapAligned(const Scalar*) [with Derived = Eigen::Matrix<float, 4, 1>; Eigen::PlainObjectBase<Derived>::ConstAlignedMapType = const Eigen::Map<const Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >; Eigen::PlainObjectBase<Derived>::Scalar = float]()’ from ‘Eigen::PlainObjectBase<Eigen::Matrix<float, 4, 1> >::ConstAlignedMapType {aka const Eigen::Map<const Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >}’ to ‘const Eigen::Map<const Eigen::Matrix<float, 4, 1>, 16>’
     PCL_ADD_POINT4D; // This adds the members x,y,z which can also be accessed using the point (which is float[4])
     ^
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp: In member function ‘Eigen::Map<Eigen::Array<float, 4, 1>, 16> pcl::_PointXYZ::getArray4fMap()’:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp:224:5: error: could not convert ‘Eigen::PlainObjectBase<Derived>::MapAligned(Eigen::PlainObjectBase<Derived>::Scalar*) [with Derived = Eigen::Array<float, 4, 1>; Eigen::PlainObjectBase<Derived>::AlignedMapType = Eigen::Map<Eigen::Array<float, 4, 1>, 32, Eigen::Stride<0, 0> >; Eigen::PlainObjectBase<Derived>::Scalar = float]()’ from ‘Eigen::PlainObjectBase<Eigen::Array<float, 4, 1> >::AlignedMapType {aka Eigen::Map<Eigen::Array<float, 4, 1>, 32, Eigen::Stride<0, 0> >}’ to ‘Eigen::Map<Eigen::Array<float, 4, 1>, 16>’
     PCL_ADD_POINT4D; // This adds the members x,y,z which can also be accessed using the point (which is float[4])
     ^
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp: In member function ‘const Eigen::Map<const Eigen::Array<float, 4, 1>, 16> pcl::_PointXYZ::getArray4fMap() const’:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp:224:5: error: could not convert ‘Eigen::PlainObjectBase<Derived>::MapAligned(const Scalar*) [with Derived = Eigen::Array<float, 4, 1>; Eigen::PlainObjectBase<Derived>::ConstAlignedMapType = const Eigen::Map<const Eigen::Array<float, 4, 1>, 32, Eigen::Stride<0, 0> >; Eigen::PlainObjectBase<Derived>::Scalar = float]()’ from ‘Eigen::PlainObjectBase<Eigen::Array<float, 4, 1> >::ConstAlignedMapType {aka const Eigen::Map<const Eigen::Array<float, 4, 1>, 32, Eigen::Stride<0, 0> >}’ to ‘const Eigen::Map<const Eigen::Array<float, 4, 1>, 16>’
     PCL_ADD_POINT4D; // This adds the members x,y,z which can also be accessed using the point (which is float[4])
     ^
In file included from /home/Documents/pcl-pcl-1.7.1/common/include/pcl/point_types.h:311:0,
                 from /home/Documents/pcl-pcl-1.7.1/common/src/point_types.cpp:37:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp: In member function ‘Eigen::Map<Eigen::Matrix<float, 4, 1>, 16> pcl::_PointXYZI::getVector4fMap()’:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp:382:5: error: could not convert ‘Eigen::PlainObjectBase<Derived>::MapAligned(Eigen::PlainObjectBase<Derived>::Scalar*) [with Derived = Eigen::Matrix<float, 4, 1>; Eigen::PlainObjectBase<Derived>::AlignedMapType = Eigen::Map<Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >; Eigen::PlainObjectBase<Derived>::Scalar = float]()’ from ‘Eigen::PlainObjectBase<Eigen::Matrix<float, 4, 1> >::AlignedMapType {aka Eigen::Map<Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >}’ to ‘Eigen::Map<Eigen::Matrix<float, 4, 1>, 16>’
     PCL_ADD_POINT4D; // This adds the members x,y,z which can also be accessed using the point (which is float[4])
     ^
In file included from /home/Documents/pcl-pcl-1.7.1/common/include/pcl/point_types.h:311:0,
                 from /home/Documents/pcl-pcl-1.7.1/common/src/point_types.cpp:37:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp: In member function ‘const Eigen::Map<const Eigen::Matrix<float, 4, 1>, 16> pcl::_PointXYZI::getVector4fMap() const’:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp:382:5: error: could not convert ‘Eigen::PlainObjectBase<Derived>::MapAligned(const Scalar*) [with Derived = Eigen::Matrix<float, 4, 1>; Eigen::PlainObjectBase<Derived>::ConstAlignedMapType = const Eigen::Map<const Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >; Eigen::PlainObjectBase<Derived>::Scalar = float]()’ from ‘Eigen::PlainObjectBase<Eigen::Matrix<float, 4, 1> >::ConstAlignedMapType {aka const Eigen::Map<const Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >}’ to ‘const Eigen::Map<const Eigen::Matrix<float, 4, 1>, 16>’
     PCL_ADD_POINT4D; // This adds the members x,y,z which can also be accessed using the point (which is float[4])
     ^
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp: In member function ‘Eigen::Map<Eigen::Array<float, 4, 1>, 16> pcl::_PointXYZI::getArray4fMap()’:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp:382:5: error: could not convert ‘Eigen::PlainObjectBase<Derived>::MapAligned(Eigen::PlainObjectBase<Derived>::Scalar*) [with Derived = Eigen::Array<float, 4, 1>; Eigen::PlainObjectBase<Derived>::AlignedMapType = Eigen::Map<Eigen::Array<float, 4, 1>, 32, Eigen::Stride<0, 0> >; Eigen::PlainObjectBase<Derived>::Scalar = float]()’ from ‘Eigen::PlainObjectBase<Eigen::Array<float, 4, 1> >::AlignedMapType {aka Eigen::Map<Eigen::Array<float, 4, 1>, 32, Eigen::Stride<0, 0> >}’ to ‘Eigen::Map<Eigen::Array<float, 4, 1>, 16>’
     PCL_ADD_POINT4D; // This adds the members x,y,z which can also be accessed using the point (which is float[4])
     ^
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp: In member function ‘const Eigen::Map<const Eigen::Array<float, 4, 1>, 16> pcl::_PointXYZI::getArray4fMap() const’:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp:382:5: error: could not convert ‘Eigen::PlainObjectBase<Derived>::MapAligned(const Scalar*) [with Derived = Eigen::Array<float, 4, 1>; Eigen::PlainObjectBase<Derived>::ConstAlignedMapType = const Eigen::Map<const Eigen::Array<float, 4, 1>, 32, Eigen::Stride<0, 0> >; Eigen::PlainObjectBase<Derived>::Scalar = float]()’ from ‘Eigen::PlainObjectBase<Eigen::Array<float, 4, 1> >::ConstAlignedMapType {aka const Eigen::Map<const Eigen::Array<float, 4, 1>, 32, Eigen::Stride<0, 0> >}’ to ‘const Eigen::Map<const Eigen::Array<float, 4, 1>, 16>’
     PCL_ADD_POINT4D; // This adds the members x,y,z which can also be accessed using the point (which is float[4])
     ^
In file included from /home/Documents/pcl-pcl-1.7.1/common/include/pcl/point_types.h:311:0,
                 from /home/Documents/pcl-pcl-1.7.1/common/src/point_types.cpp:37:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp: In member function ‘Eigen::Map<Eigen::Matrix<float, 4, 1>, 16> pcl::_PointXYZL::getVector4fMap()’:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp:421:5: error: could not convert ‘Eigen::PlainObjectBase<Derived>::MapAligned(Eigen::PlainObjectBase<Derived>::Scalar*) [with Derived = Eigen::Matrix<float, 4, 1>; Eigen::PlainObjectBase<Derived>::AlignedMapType = Eigen::Map<Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >; Eigen::PlainObjectBase<Derived>::Scalar = float]()’ from ‘Eigen::PlainObjectBase<Eigen::Matrix<float, 4, 1> >::AlignedMapType {aka Eigen::Map<Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >}’ to ‘Eigen::Map<Eigen::Matrix<float, 4, 1>, 16>’
     PCL_ADD_POINT4D; // This adds the members x,y,z which can also be accessed using the point (which is float[4])
     ^
In file included from /home/Documents/pcl-pcl-1.7.1/common/include/pcl/point_types.h:311:0,
                 from /home/Documents/pcl-pcl-1.7.1/common/src/point_types.cpp:37:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp: In member function ‘const Eigen::Map<const Eigen::Matrix<float, 4, 1>, 16> pcl::_PointXYZL::getVector4fMap() const’:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp:421:5: error: could not convert ‘Eigen::PlainObjectBase<Derived>::MapAligned(const Scalar*) [with Derived = Eigen::Matrix<float, 4, 1>; Eigen::PlainObjectBase<Derived>::ConstAlignedMapType = const Eigen::Map<const Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >; Eigen::PlainObjectBase<Derived>::Scalar = float]()’ from ‘Eigen::PlainObjectBase<Eigen::Matrix<float, 4, 1> >::ConstAlignedMapType {aka const Eigen::Map<const Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >}’ to ‘const Eigen::Map<const Eigen::Matrix<float, 4, 1>, 16>’
     PCL_ADD_POINT4D; // This adds the members x,y,z which can also be accessed using the point (which is float[4])
     ^
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp: In member function ‘Eigen::Map<Eigen::Array<float, 4, 1>, 16> pcl::_PointXYZL::getArray4fMap()’:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp:421:5: error: could not convert ‘Eigen::PlainObjectBase<Derived>::MapAligned(Eigen::PlainObjectBase<Derived>::Scalar*) [with Derived = Eigen::Array<float, 4, 1>; Eigen::PlainObjectBase<Derived>::AlignedMapType = Eigen::Map<Eigen::Array<float, 4, 1>, 32, Eigen::Stride<0, 0> >; Eigen::PlainObjectBase<Derived>::Scalar = float]()’ from ‘Eigen::PlainObjectBase<Eigen::Array<float, 4, 1> >::AlignedMapType {aka Eigen::Map<Eigen::Array<float, 4, 1>, 32, Eigen::Stride<0, 0> >}’ to ‘Eigen::Map<Eigen::Array<float, 4, 1>, 16>’
     PCL_ADD_POINT4D; // This adds the members x,y,z which can also be accessed using the point (which is float[4])
     ^
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp: In member function ‘const Eigen::Map<const Eigen::Array<float, 4, 1>, 16> pcl::_PointXYZL::getArray4fMap() const’:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp:421:5: error: could not convert ‘Eigen::PlainObjectBase<Derived>::MapAligned(const Scalar*) [with Derived = Eigen::Array<float, 4, 1>; Eigen::PlainObjectBase<Derived>::ConstAlignedMapType = const Eigen::Map<const Eigen::Array<float, 4, 1>, 32, Eigen::Stride<0, 0> >; Eigen::PlainObjectBase<Derived>::Scalar = float]()’ from ‘Eigen::PlainObjectBase<Eigen::Array<float, 4, 1> >::ConstAlignedMapType {aka const Eigen::Map<const Eigen::Array<float, 4, 1>, 32, Eigen::Stride<0, 0> >}’ to ‘const Eigen::Map<const Eigen::Array<float, 4, 1>, 16>’
     PCL_ADD_POINT4D; // This adds the members x,y,z which can also be accessed using the point (which is float[4])
     ^
In file included from /home/Documents/pcl-pcl-1.7.1/common/include/pcl/point_types.h:311:0,
                 from /home/Documents/pcl-pcl-1.7.1/common/src/point_types.cpp:37:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp: In member function ‘Eigen::Map<Eigen::Matrix<float, 4, 1>, 16> pcl::_PointXYZRGBA::getVector4fMap()’:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp:457:5: error: could not convert ‘Eigen::PlainObjectBase<Derived>::MapAligned(Eigen::PlainObjectBase<Derived>::Scalar*) [with Derived = Eigen::Matrix<float, 4, 1>; Eigen::PlainObjectBase<Derived>::AlignedMapType = Eigen::Map<Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >; Eigen::PlainObjectBase<Derived>::Scalar = float]()’ from ‘Eigen::PlainObjectBase<Eigen::Matrix<float, 4, 1> >::AlignedMapType {aka Eigen::Map<Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >}’ to ‘Eigen::Map<Eigen::Matrix<float, 4, 1>, 16>’
     PCL_ADD_POINT4D; // This adds the members x,y,z which can also be accessed using the point (which is float[4])
     ^
In file included from /home/Documents/pcl-pcl-1.7.1/common/include/pcl/point_types.h:311:0,
                 from /home/Documents/pcl-pcl-1.7.1/common/src/point_types.cpp:37:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp: In member function ‘const Eigen::Map<const Eigen::Matrix<float, 4, 1>, 16> pcl::_PointXYZRGBA::getVector4fMap() const’:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp:457:5: error: could not convert ‘Eigen::PlainObjectBase<Derived>::MapAligned(const Scalar*) [with Derived = Eigen::Matrix<float, 4, 1>; Eigen::PlainObjectBase<Derived>::ConstAlignedMapType = const Eigen::Map<const Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >; Eigen::PlainObjectBase<Derived>::Scalar = float]()’ from ‘Eigen::PlainObjectBase<Eigen::Matrix<float, 4, 1> >::ConstAlignedMapType {aka const Eigen::Map<const Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >}’ to ‘const Eigen::Map<const Eigen::Matrix<float, 4, 1>, 16>’
     PCL_ADD_POINT4D; // This adds the members x,y,z which can also be accessed using the point (which is float[4])
     ^
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp: In member function ‘Eigen::Map<Eigen::Array<float, 4, 1>, 16> pcl::_PointXYZRGBA::getArray4fMap()’:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp:457:5: error: could not convert ‘Eigen::PlainObjectBase<Derived>::MapAligned(Eigen::PlainObjectBase<Derived>::Scalar*) [with Derived = Eigen::Array<float, 4, 1>; Eigen::PlainObjectBase<Derived>::AlignedMapType = Eigen::Map<Eigen::Array<float, 4, 1>, 32, Eigen::Stride<0, 0> >; Eigen::PlainObjectBase<Derived>::Scalar = float]()’ from ‘Eigen::PlainObjectBase<Eigen::Array<float, 4, 1> >::AlignedMapType {aka Eigen::Map<Eigen::Array<float, 4, 1>, 32, Eigen::Stride<0, 0> >}’ to ‘Eigen::Map<Eigen::Array<float, 4, 1>, 16>’
     PCL_ADD_POINT4D; // This adds the members x,y,z which can also be accessed using the point (which is float[4])
     ^
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp: In member function ‘const Eigen::Map<const Eigen::Array<float, 4, 1>, 16> pcl::_PointXYZRGBA::getArray4fMap() const’:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp:457:5: error: could not convert ‘Eigen::PlainObjectBase<Derived>::MapAligned(const Scalar*) [with Derived = Eigen::Array<float, 4, 1>; Eigen::PlainObjectBase<Derived>::ConstAlignedMapType = const Eigen::Map<const Eigen::Array<float, 4, 1>, 32, Eigen::Stride<0, 0> >; Eigen::PlainObjectBase<Derived>::Scalar = float]()’ from ‘Eigen::PlainObjectBase<Eigen::Array<float, 4, 1> >::ConstAlignedMapType {aka const Eigen::Map<const Eigen::Array<float, 4, 1>, 32, Eigen::Stride<0, 0> >}’ to ‘const Eigen::Map<const Eigen::Array<float, 4, 1>, 16>’
     PCL_ADD_POINT4D; // This adds the members x,y,z which can also be accessed using the point (which is float[4])
     ^
In file included from /home/Documents/pcl-pcl-1.7.1/common/include/pcl/point_types.h:311:0,
                 from /home/Documents/pcl-pcl-1.7.1/common/src/point_types.cpp:37:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp: In member function ‘Eigen::Map<Eigen::Matrix<float, 4, 1>, 16> pcl::_PointXYZRGB::getVector4fMap()’:
/home/Documents/pcl-pcl-1.7.1/common/include/pcl/impl/point_types.hpp:514:5: error: could not convert ‘Eigen::PlainObjectBase<Derived>::MapAligned(Eigen::PlainObjectBase<Derived>::Scalar*) [with Derived = Eigen::Matrix<float, 4, 1>; Eigen::PlainObjectBase<Derived>::AlignedMapType = Eigen::Map<Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >; Eigen::PlainObjectBase<Derived>::Scalar = float]()’ from ‘Eigen::PlainObjectBase<Eigen::Matrix<float, 4, 1> >::AlignedMapType {aka Eigen::Map<Eigen::Matrix<float, 4, 1>, 32, Eigen::Stride<0, 0> >}’ to ‘Eigen::Map<Eigen::Matrix<float, 4, 1>, 16>’
     PCL_ADD_POINT4D; // This adds the members x,y,z which can also be accessed using the point (which is float[4])

@kunaltyagi
Copy link
Member

That's unrelated to this issue. Please file a separate issue.

@stale
Copy link

stale bot commented May 19, 2020

Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs.

@stale stale bot added the status: stale label May 19, 2020
@Zumbalamambo
Copy link
Author

closing as it is stale

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

No branches or pull requests

4 participants