Code Monkey home page Code Monkey logo

Comments (7)

bittergourd1224 avatar bittergourd1224 commented on June 30, 2024 4

我这个方法到CH4中又不管用了,目前还没找到解决的办法

最近终于解决了这个,但因为尝试的方法太多,已经不确定究竟哪步起了作用。主要建议有:

  1. sophus版本尽量与作者的一致。因为现在的sophus编译时要求eigen3在3.3版本以上,可能会出现问题。
  2. 在CMAKESETListe.txt添加 set(CMAKE_CXX_FLAGS "-std=c++11 -O2")

from slambook2.

lldavuull avatar lldavuull commented on June 30, 2024 4

謝謝樓上,在 CMAKESETListe.txt添加 set(CMAKE_CXX_FLAGS "-std=c++11 -O2") 後
解決了編譯ch3/examples的問題。

from slambook2.

gaoxiang12 avatar gaoxiang12 commented on June 30, 2024

解决了吗?

from slambook2.

RUNSONGchen avatar RUNSONGchen commented on June 30, 2024

from slambook2.

bittergourd1224 avatar bittergourd1224 commented on June 30, 2024

我遇到了一样的问题,参考你的思路搜索了一下,我这边可以解决了。我是在CMAKESETListe.txt添加了:
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

from slambook2.

bittergourd1224 avatar bittergourd1224 commented on June 30, 2024

我这个方法到CH4中又不管用了,目前还没找到解决的办法

from slambook2.

dwindy avatar dwindy commented on June 30, 2024

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

thanks

from slambook2.

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.