GithubHelp home page GithubHelp logo

ctu-mrs / mrs_uav_odometry Goto Github PK

View Code? Open in Web Editor NEW
18.0 9.0 7.0 2.8 MB

UAV sensor fusion in ROS, part of the "uav_core" package.

Home Page: https://github.com/ctu-mrs/uav_core

License: BSD 3-Clause "New" or "Revised" License

CMake 0.41% Python 0.74% C++ 97.20% Shell 0.97% C 0.68%
uav ros state-estimation sensor-fusion

mrs_uav_odometry's Introduction

MRS UAV Odometry

Build status Build Status

This package provides state estimation of the UAV dynamics based on sensor fusion of onboard sensors. The estimated states are:

  • lateral position
  • lateral velocity
  • lateral acceleration
  • heading
  • heading rate

Within the MRS UAV System, the resulting state estimate is used by the ControlManager for feedback control of the UAV. The provided odometry diagnostics topic is used by the Gain/Constraint-Managers for applying proper dynamics constraints and controller gains based on the current estimator type.

Bank of estimators

The odometry node maintains a bank of filters with independent hypotheses. Multiple sensors can be combined into a sensor group, which is input to one of the estimators. The estimators run independently and are multiplexed to obtain the main estimate. Only the selected main estimated is used for the feedback control. Here follows the list of selected estimators with their inputs.

  • "OPTFLOW"
  • "GPS"
    • horizontal: GNSS position
    • vertical: range finder height
    • heading: magnetometer
  • "OPTFLOWGPS"
    • horizontal: GNSS position, optic flow velocity
    • vertical: range finder height
    • heading: magnetometer
  • "RTK"
    • horizontal: RTK GNSS position
    • vertical: range finder height
    • heading: magnetometer
  • "LIDAR"
    • all states: 3-D LIDAR position and heading
  • "VIO"
    • horizontal: Visual Inertial Odometry position
    • heading: Visual Inertial Odometry heading
    • vertical: range finder height
  • "HECTOR"
    • horizontal: Hector slam position
    • heading: Hector slam heading
    • vertical: range finder height

Provided topics

The main estimator output currently used for control (in the custom UavState message type):

/uav*/odometry/uav_state

The main estimator output currently used for control (in the custom Odometry message type):

/uav*/odometry/odom_main

Particular estimator topics:

/uav*/odometry/odom_optflow
/uav*/odometry/odom_gps
/uav*/odometry/odom_optflowgps
/uav*/odometry/odom_rtk
/uav*/odometry/odom_lidar
/uav*/odometry/odom_vio
/uav*/odometry/odom_hector

Switching current estimator

rosservice call /uav*/odometry/change_odometry_source optflow

mrs_uav_odometry's People

Contributors

afxalz avatar amaler avatar cturmrsbot avatar danhert avatar fnekovar avatar klaxalk avatar kratkvit avatar matemat13 avatar mergify[bot] avatar penickar avatar petr-stepan avatar petrapa6 avatar petrlmat avatar pritzvac avatar spurnvoj avatar stibipet avatar viktorwalter avatar wingrs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mrs_uav_odometry's Issues

Stable origin generalization

The current implementation works only when the first frame is available. Need to revert to calculating offsets during frame estimator switching.

Implement "ground truth" estimator for simulation

Add option to enable ground truth estimator for simulation only:

  • initialize odometry frame from the Gazebo ground truth data,
  • pass Gazebo ground truth on mrs_uav_odometry output without filtration.

This functionality is partially available already, however, we're missing the frame initialization and heading fusion from ground-truth data.

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.