Giter VIP home page Giter VIP logo

Comments (10)

qiuhaining avatar qiuhaining commented on July 29, 2024 5

原因是有的编译器要求release情况下,对于有返回值的函数必须加return!但是当前代码中有的函数没有return,自己手动加一下就行了

from eskf-gps-imu-fusion.

zm0612 avatar zm0612 commented on July 29, 2024

我测试了一下,并未发现你这个问题,程序正常结束,并且在data文件下生成了轨迹文件。你这个问题我暂时没有思路,可能需要你自己去debug一下了

from eskf-gps-imu-fusion.

miaozujia avatar miaozujia commented on July 29, 2024

感谢

from eskf-gps-imu-fusion.

Nisoka avatar Nisoka commented on July 29, 2024

我再 20.04 上测试 也出现了这个问题
cmake_minimum_required(VERSION 3.15)
project(gps_imu_fusion)

set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_CXX_STANDARD 14)
这样可以运行起来

from eskf-gps-imu-fusion.

kktfox avatar kktfox commented on July 29, 2024

是的,我试了下,发现Release不行,但是Debug版本可以。

from eskf-gps-imu-fusion.

Flaoting avatar Flaoting commented on July 29, 2024

是这个原因,成功解决,感谢~

from eskf-gps-imu-fusion.

qiuhaining avatar qiuhaining commented on July 29, 2024

from eskf-gps-imu-fusion.

Madaxian8 avatar Madaxian8 commented on July 29, 2024

原因是有的编译器要求release情况下,对于有返回值的函数必须加return!但是当前代码中有的函数没有return,自己手动加一下就行了

就是这个原因,感谢~!

from eskf-gps-imu-fusion.

qiuhaining avatar qiuhaining commented on July 29, 2024

from eskf-gps-imu-fusion.

zm0612 avatar zm0612 commented on July 29, 2024

hello 代码中有函数忘记写return了,有的编译器会对这个敏感。目前这个问题已经全部修复了。

from eskf-gps-imu-fusion.

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.