Skip to content

compile error eigen -> eigen3 and No matching fct nanoflann::KDTreeSingleIndexAdaptorParams #7

@busybeaver42

Description

@busybeaver42

First error:
bugfix in type.h and FRICP.h change entry:
#include <eigen/...> to #include <eigen3/...>

second error:
Fast-Robust-ICP/ICP.h:44:57: error: no matching function for call to ‘nanoflann::KDTreeSingleIndexAdaptorParams::KDTreeSingleIndexAdaptorParams(const int&, const size_t&)’
index = new index_t(dims, *this, nanoflann::KDTreeSingleIndexAdaptorParams(leaf_max_size, dims));
solution is open, ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions