Giter Club home page Giter Club logo

Comments (1)

vkopli avatar vkopli commented on June 8, 2024

The IMU readings were noisy, causing the predicted pose of the robot to drift (you should be able to see this provided you successfully get the code running - it definitely can be a challenging process if you are new to ROS). We tried fixing the drift by messing around with the covariance of the IMU factors, but ultimately decided that the sensor integration (odometry) done by the camera itself was simpler to use, more accurate, and more efficient than iSAM2‘s solution; see the gtsam documentation from 2018 on how the IMU factors worked - after you look at that I think you’d agree that requiring position, velocity, and bias factors for each new observation adds a ton of overhead to optimizing and solving the graph, when all you need is position. (Note: I think more recent versions of gtsam have made integrating the IMU more efficient. You may want to check that out.)

Your time would probably best be served by trying to understand the iSAM2 algorithm more deeply (beyond what I mentioned in the powerpoint/paper) using the references, and looking into the ZED mini and gtsam documentation.

The lag that happens from having to solve for too many factors & variables and the insolubility of the graph if you over-constrain your variables is inevitable as far as what I experienced with iSAM2. You may be able to avoid some of these problems with newer algorithms or libraries that use multi-threading to simultaneously solve/update the graph while running other pre-processing code.

from gtsam_vio.

Related Issues (5)

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.