Giter Site home page Giter Site logo

imu_zupt's Introduction

Zero-Velocity Update Algorithm: (ZUPT)

A simple Zero-velocity update algorithm which provides accurate state information in order to maintain the reliability of the measurements incoming from the inertial navigation system once the stationary conditions are satisfied. The cumulative error while stationary due to the movement of the Earth on the Yaw angle is estimated mathematically and subsequently removed. The filtered measurements are then published through a ROS topic.

Parametrization:

  • topics:
    • locomotion: Input topic for the Locomotion data. (nav_msgs::msg::Odometry)
    • imu: Input topic for the IMU data. (sensor_msgs::msg::Imu)
    • output: output topic for the filtered measurements. (sensor_msgs::msg::Imu)
  • zero_velocity_detection:
    • seconds: time frame (in sec) which the algorithm will wait to establish if the stationary conditions are met. (double)
    • publish: to publish whenever the ZUPT is active or not. (bool)
  • covariance:
    • override: if the covariance has to be overwritten (default: true). (bool)
    • value: set a fixed covariance value to add to the filtered measurements. (double)
  • error:
    • publish: choose if the calculated error has to be published. (bool)
    • in_degrees: the Iaw error can be published in degrees and not in radians. (bool)

imu_zupt's People

Contributors

fixit-davide avatar roncapat avatar

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.