Giter VIP home page Giter VIP logo

Comments (4)

manumerous avatar manumerous commented on June 6, 2024 1

Okay thanks for the quick answer. That sounds quite interesting and makes a lot of sense. In my log (generated with the default multi-rotor) all 6 instances give the same output though.

For the moment I think i will stick to the EKF data, since the two are fairly similar and the EKF seems to update at a higher frequency:

Screenshot from 2021-03-16 20-41-22

Maybe the vehicle attitude is just a slower sampling of the EKF attitude, which could make sense for some applications. But it is a good point to keep in mind I think. Therefore, I leave the Issue open. :)

from data-driven-dynamics.

Jaeyoung-Lim avatar Jaeyoung-Lim commented on June 6, 2024

@manumerous

There are several quaternions in the estimator ( estimator_attitude.00, estimator_attitude.01, ..). Why are there 6 different attitude estimates?
Are those estimates the same? They seem to be from the log coming out of the simulation.

This is a "feature" called multi-EKF 😄 currently for SITL, all EKF instances (total of three) are all on the same IMU data, therefore the attitude estimate is the same. On real vehicles, different EKF instances run on different IMUs. Therefore, if one of them fail it falls back to the next EKF estimate. : PX4/PX4-Autopilot#14650

What is the difference between the estimator attitudes and the vehicle_attitude? The latter seems to be slightly different than the estimator attitudes.

This I am not sure, you might want to look into the code for that. It might be a internal attitude state vector that is being used around the system compared to the estimator_attitude topic is used to log what the estimator is doing.

from data-driven-dynamics.

Jaeyoung-Lim avatar Jaeyoung-Lim commented on June 6, 2024

@manumerous Looking at your plot, isnt the estimator attitude the slower one? It looks like a subsample of vehicle attitude

from data-driven-dynamics.

manumerous avatar manumerous commented on June 6, 2024

Yes sure, sorry I confused that. Thanks for pointing out.

from data-driven-dynamics.

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.