GithubHelp home page GithubHelp logo

gps_vio's Introduction

Image Classification

deep learning image classification

gps_vio's People

Stargazers

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

Watchers

 avatar  avatar

gps_vio's Issues

camera external calibration

The tf between the tracking camera and px4 controller is lacking. Also, their frame_ids are different.
Todo:

  1. transform every VIO odometry to the initial px4 coordinate system before fusing it to the graph
  2. change the "frame_id" value to "map"

calibration for each parameter

Now the transform calibration is divided into rotation matrix (9 params) estimation and translation matrix estimation (3 params). However, the calibration results are not always good because data samples along some directions are not sufficient, which can be a common mistake when people are not cautious about this during collecting samples. e.g. when we are calibration translation, if we only have samples from roll rotation, we can just estimate camera's x, but not y and z.

So we need to add instructions to collect samples for each parameter.

fake Odoms in gazebo

You can't use a fake odom to calibrate the translations between camera and UAV. e.g. we know gps_odom, it is not proper to have vio_odom = T * gps_odom.

The reason is that these two odometries will be geometrically identical, which means the two sensors are moving parallelly without any rotation. Thus, you can't have translation calibration.

no calibration needed

What we essentially need is to transform P_vio_vio to P_uav_uav, and we have P_uav_uav = T_vio_uav * P_vio_vio * T_uav_vio, where P_uav_uav is a linear to P_vio_vio. Thus, we don't even need to directly solve external calibration problem.

We need to estimate A from vec(P_uav_uav) = A * vec(P_vio_vio), and A is a 12x12 matrix.

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.