Git Product home page Git Product logo

Comments (5)

JangChangWon avatar JangChangWon commented on May 18, 2024

i have same problem. did you solved that?

from floam.

Zunhammer avatar Zunhammer commented on May 18, 2024

We also had this issue and found that it's simply version depending. If you use

  • Ubuntu 18.04
  • ROS melodic
  • PCL 1.8 (installed over apt)
  • Ceres 1.14
    then you should be good to go. Also be aware that increasing the C++ standard above 11 (which is used by default in floam) you could also run into issues. Hope this solves it also for you guys.

Best,
Nico

from floam.

popfishy avatar popfishy commented on May 18, 2024

We also had this issue and found that it's simply version depending. If you use

  • Ubuntu 18.04
  • ROS melodic
  • PCL 1.8 (installed over apt)
  • Ceres 1.14
    then you should be good to go. Also be aware that increasing the C++ standard above 11 (which is used by default in floam) you could also run into issues. Hope this solves it also for you guys.

Best,
Nico

I configured the environment according to the requirements above, except that the ros version is noetic. However, I still had the same problem when I tested the code with VLP-16. Did you know how to solve the problem?

from floam.

Zunhammer avatar Zunhammer commented on May 18, 2024

As I wrote, in our specific configuration it worked, so it seems to be a version dependency. If you can downgrade to melodic then you should test this, otherwise you probably need to see which libs you have to upgrade to make it work and coming with this there might be some code changes required.

If you cannot change the ROS version (what was also in our case) you could also put everything into a docker container and do a communication above to be ROS and version independent. It's definitely more effort and slows down the whole system, however it was sufficient for our tests.

Best,
Nico

from floam.

popfishy avatar popfishy commented on May 18, 2024

As I wrote, in our specific configuration it worked, so it seems to be a version dependency. If you can downgrade to melodic then you should test this, otherwise you probably need to see which libs you have to upgrade to make it work and coming with this there might be some code changes required.

If you cannot change the ROS version (what was also in our case) you could also put everything into a docker container and do a communication above to be ROS and version independent. It's definitely more effort and slows down the whole system, however it was sufficient for our tests.

Best, Nico

Thanks for your help!

from floam.

Related Issues (20)

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.