Giter VIP home page Giter VIP logo

Comments (3)

GSORF avatar GSORF commented on June 4, 2024

Dear, Adam!

Hello @logindiamant,

Please tell, how you solve scale ambiguity problem and fuse GPS and SLAM data with different scale in Kalman filter?

Thank you for your question.

I am taking differential observations (i.e. velocities) from the monocular DSO and absolute observations from GPS (i.e. positions in cartesian coordinates). I do not model the scale drift in the Kalman Filter formulation, therefore the method has clear drawbacks which can be improved. They are discussed in the published Paper which you can download here (this is the preprint version): http://master.kalisz.co/Kalisz_BSLAMSIM_ShortVersion.pdf
You can see the measurement and process covariance matrices there and also compare the source code of the fusion implementation (it is in python), see here: https://github.com/GSORF/Visual-GPS-SLAM/blob/master/02_Utilities/FusionLinearKalmanFilter/01_LinearKalmanFilter_allEvaluations.py#L465 (this uses Velocity from DSO and Position from GPS - I also tried a much more worse method where I take Position from DSO and Position from GPS which - obvisously due to scale ambiguity - creates oscillations in the fusion result (see Paper above for explanations, details and plots)).

I hope this helps you and would love to hear your constructive feedback.

Kind regards,
Adam

from visual-gps-slam.

logindiamant avatar logindiamant commented on June 4, 2024

Thanks for you answer, Adam!
We try to inject GNSS track to prebuild map with different scales
And solve the scale ambiguity problem by using this key idea
http://pointclouds.org/documentation/tutorials/interactive_icp.php
http://pointclouds.org/documentation/tutorials/template_alignment.php
It's Iterative Closest Point Algorithm
Solve affine transformation with rotation matrix and translation vector

Kind regards,
Egor

from visual-gps-slam.

GSORF avatar GSORF commented on June 4, 2024

Hi Egor,

Thank you for your explanation. I think using ICP is a good idea. However, it willl most likely only work if the Visual SLAM algorithm does not suffer from Scale Drift, i.e. the scale ambiguity remains constant across the whole trajectory. Otherweise you would need some ARAP (As Rigid As Possible) approaches such as global bundle adjustment algorithms.

We have investigated incoorporating the GPS measurements directly into the objective function of Visual SLAM, but are not happy with the derivation of the formulas at the moment.

The bottom line is, I think that both of our approaches are very important for a robust sensor data fusion and we should definitely continue to investigate them. I am very happy that you are on the topic as well and thank you for sharing your work. I wish you good success with your research and will constantly share my progress in the future!

Kind regards,
Adam

from visual-gps-slam.

Related Issues (9)

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.