Giter Site home page Giter Site logo

Comments (3)

sweetquiet avatar sweetquiet commented on May 26, 2024

It should select OptimizationProblemInterface* problem = nullptrover OptimizationProblemInterface* problem

from mpc_local_planner.

croesmann avatar croesmann commented on May 26, 2024

Then it's not properly found by the cmake configuration. I'll add docs on compiling everything from source soon.
Have you done the following steps?:

  • Download, compile and install Ipopt:

    cd /somefolder/CoinIpopt
    mkdir build
    cd build 
    ../configure --prefix=/usr/local ADD_FFLAGS=-fPIC ADD_CFLAGS=-fPIC ADD_CXXFLAGS=-fPIC
    make
    sudo make install
    
  • Download, compile and install control_box_rst:

    cd /somefolder/control_box_rst
    mkdir build
    cmake ..
    make
    sudo make install
    

    You should see "IPOPT found" during the call to cmake.

  • Download mpc_local_planner into your catkin workspace and build everything as usual (e.g. with catkin_make).

This is just one way of compiling from source in which control_box_rst is not included in the catkin workspace.

EDIT: you can also install IPOPT using sudo apt-get install coinor-libipopt-dev and skip the first step. But in that case you cannot add any custom linear solvers to ipopt like HSL.

from mpc_local_planner.

sweetquiet avatar sweetquiet commented on May 26, 2024

Hi ! Thank you for your reply! I already successfully installed ipopt for sudo apt-get install coinor-libipopt-dev, but The first method caused control_box_rst not to find "IPOPT", thanks again!

from mpc_local_planner.

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.