GithubHelp home page GithubHelp logo

Comments (5)

surgura avatar surgura commented on June 9, 2024

Thank you for reporting. I will do another installation pass on a clean Ubuntu 20.04 and see if I reproduce & update the docs

from revolve.

soudy avatar soudy commented on June 9, 2024

Some other gotcha's I encountered while installing that might save others some debugging:

  1. Had to install nlopt from source (https://github.com/stevengj/nlopt). Package libnlopt-dev in Ubuntu 20.04 repo didn't get recognized correctly by CMake somehow.
  2. libyaml-cpp-dev from repo has a pathing error: in /usr/lib/x86_64-linux-gnu/cmake/yaml-cpp/yaml-cpp-config.cmake YAML_CPP_INCLUDE_DIR is set to "${YAML_CPP_CMAKE_DIR}/../../../../../include", which is one directory too high and caused errors. Fixed by settings YAML_CPP_INCLUDE_DIR to "${YAML_CPP_CMAKE_DIR}/../../../../include" (one ../ removed so it points correctly at /usr/include).

from revolve.

surgura avatar surgura commented on June 9, 2024

hmm weird. My experience is that libnlop-dev is enough. Same for yaml. I'm also running 20.04 without any problems with a fresh revolve installation from last month. Oh well, I'll do a cleanup of dependencies soon to hopefully resolve these issues.

from revolve.

surgura avatar surgura commented on June 9, 2024

Correction I run 20.10

from revolve.

soudy avatar soudy commented on June 9, 2024

I should have maybe noted that this is on Babak's fork https://github.com/bobykhani/revolve on the LinearActuator branch. I tried using the CMake files from this repo's master branch, however it wasn't a mistake in the CMake files but in the system libraries setup. Could be some slight versioning difference between 20.04 and 20.10 that messes some things up, I'm not sure.

from revolve.

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.