GithubHelp home page GithubHelp logo

Comments (2)

xioTechnologies avatar xioTechnologies commented on July 24, 2024 2

You have shown that the 3D model initially only rotates half the expected angle. This will be due to an incorrect gyroscope sensitivity or deltaTime value. Perhaps your deltaTime value is half what it should be.

I suggest that you start with a simple implementation and gradually increase complexity. I suggest that you implement each of the following systems and only progress to the next once the current system is working without issue.

  1. Gyroscope and accelerometer only. Acceleration rejection disabled.
  2. Gyroscope and accelerometer only. Acceleration rejection enabled.
  3. Gyroscope, accelerometer, and magnetometer. Acceleration rejection enabled. Magnetic rejection disabled.
  4. Gyroscope, accelerometer, and magnetometer. Acceleration rejection enabled. Magnetic rejection enabled.

from fusion.

aidengk-iris avatar aidengk-iris commented on July 24, 2024

@xioTechnologies
Many thanks to your suggestions! I am testing indivisual systems as you suggested.
Already in the gyro and accelerometer only case (no acc rejection), I can see you are right that there is something wrong with the gyro's sensitivity.
Setting the gyro's sensitivity vector to 2s resulted correct and very stable orientation estimation. But this is a test fix just for debugging, I will double check the sensor's driver library for errors.

Thanks again. I will close the issue.

from 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.