Giter Club home page Giter Club logo

wheel-ins's People

Contributors

benluo avatar i2nav avatar wang-lq avatar yibinwu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

wheel-ins's Issues

ubuntu实现过程中undefined reference to....

g++ cMatrix.cpp NavFunc.cpp main.cpp -o main /usr/bin/ld: /tmp/ccsZa4uf.o: in function main':
main.cpp:(.text+0x75): undefined reference to cv::FileStorage::FileStorage(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' /usr/bin/ld: main.cpp:(.text+0xae): undefined reference to cv::FileStorage::isOpened() const'
/usr/bin/ld: main.cpp:(.text+0x112): undefined reference to One_Sys_Main(cv::FileStorage)' /usr/bin/ld: main.cpp:(.text+0x11e): undefined reference to cv::FileStorage::~FileStorage()'
/usr/bin/ld: main.cpp:(.text+0x132): undefined reference to cv::FileStorage::~FileStorage()' /usr/bin/ld: main.cpp:(.text+0x1a1): undefined reference to cv::FileStorage::~FileStorage()'
/usr/bin/ld: main.cpp:(.text+0x1b9): undefined reference to cv::FileStorage::~FileStorage()' /usr/bin/ld: /tmp/ccsZa4uf.o: in function cv::FileStorage::FileStorage(cv::FileStorage const&)':
main.cpp:(.text.ZN2cv11FileStorageC2ERKS0[ZN2cv11FileStorageC5ERKS0]+0x17): undefined reference to vtable for cv::FileStorage' collect2: error: ld returned 1 exit status
我没有写cmaklist,而是直接手动编译g++ cMatrix.cpp NavFunc.cpp main.cpp -o main,但还是报错...尝试了很多方法依然不行.
希望可以得到你的帮助 @YibinWu

代码报错

void getIMUparas(IMU_ConstPara * IMU, cv::FileStorage fs, cv::FileNode IMU_paras)
{
cv::FileNodeIterator it1 = IMU_paras.begin();
cv::FileNodeIterator it = ++IMU_paras.begin();
cv::FileNodeIterator it2 = --IMU_paras.end();
std::vector leverarm, odo_std;
标粗的代码出现以下问题:一元“--”:“cv::FileNodeIterator”不定义该运算符或到预定义运算符可接收类型的转换
请问是否遇到过同样的问题,如果遇到过,是如何解决的。感谢。

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.