Giter Club home page Giter Club logo

Comments (5)

hummat avatar hummat commented on July 30, 2024

Hi @blackholebug, thanks for letting me know. I'll try to have a look asap.

from registration.

hummat avatar hummat commented on July 30, 2024

I've just tried to replicate the problem on my system but didn't get the error. As this is only a wrapper for PCL, did you install PCL beforehand, e.g. sudo apt install libpcl-dev on Ubuntu? This should also install libboost on your system. I'll add this info to the readme.

I've pushed a new compiled version of libregistration for PCL 1.10. Could you try it out?

from registration.

blackholebug avatar blackholebug commented on July 30, 2024

Hi hummat, that's exactly the problem! I actually have tried to install the PCL library after reporting this issue, and it worked well. Thank you for updating the readme file!

from registration.

unimusic avatar unimusic commented on July 30, 2024

Hi hummat, I am having the same problem now. I already did run the sudo apt install libpcl-dev. I can see the pcl-1.12 library in /usr/include/pcl-1.12/pcl. Is there something else I am missing? Thanks.

from registration.

hummat avatar hummat commented on July 30, 2024

Hi @unimusic it's been a while that I've checked in on this project. It might be that PCL 1.12 is not backward compatible with PCL 1.10 for which there is a pre-compiled version of this library. Can you try with PCL 1.10? Otherwise, you should be able to compile this library to work with your version of PCL. Roughly:

  1. Change PCL version in CMakeList.txt
  2. mkdir build && cd build
  3. cmake ..
  4. make
  5. Use reglib.load_library with the path to your newly compiled library

from registration.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.