GithubHelp home page GithubHelp logo

Comments (2)

xioTechnologies avatar xioTechnologies commented on August 27, 2024

I suggest the first step is to solving this is to use the x-IMU3 GUI to display the 3D orientation and sensor data side-by-side, in real-time. You will need to modify your firmware to send the following packets by serial. See page 23 of the x-IMU3 user manual for more information about these packets.

  • I,1000000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0000\r\n (gyroscope and accelerometer)
  • M,1000000,1.0000,0.0000,0.0000\r\n (magnetometer)
  • Q,1000000,1.0000,0.0000,0.0000,0.0000\r\n (quaternion)

If your firmware is sending these packets then you can manually open a serial connection to view data in real-time as shown in the screenshot below.

image

from fusion.

aidengk-iris avatar aidengk-iris commented on August 27, 2024

@xioTechnologies
Thank you very much for the suggestion. The GUI made locating the issue a lot easier!

The issue turns out to be a wrong value in the accelerometer's offset. I put 1.03g instead of 0.03g in the z axis offset.

Of course, as the offset is subtracted from the acceleration readings, the gravity reference is very shaky.

I do have another question that is not closely related to this issue, so I will discuss it in a new post.

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.