Giter VIP home page Giter VIP logo

Comments (6)

GSORF avatar GSORF commented on May 24, 2024 3

Hi @ronir121,

Thank you for your question and interest.
Basically yes, but there are some issues which are discussed in the actual thesis report. It will be published here in great detail during the next two months. There are certain challenges with the DSO which make it hard to do it properly. Everything will be presented by example and evaluations of various situations and scenarios will be also be included.

I really hate to say this, but I would kindly ask you to please wait for the final publication of the thesis in about 1-2 months, I cannot really go into much detail for now, because this is still in WIP status for now. I hope you can understand this.

Kind regards,
Adam

from visual-gps-slam.

GSORF avatar GSORF commented on May 24, 2024 2

Update:
As of past friday (21.09.2018), a conference paper based on this thesis was accepted. Unfortunately, this means that publishing of the thesis is required to wait even longer as this would otherwise violate the conference rules. However, it is very fortunate that this research can soon be supported with an additional conference paper!

I still want to present improvements one could do to this code in short:

  • GPS Measurements are read via UDP. This can work in certain situations, but may lead to a random order of measurements, which lead to wrong estimates in the Kalman Filter. TCP might be better suited at this point.
  • Synchronization of Video and GPS is crucial. Solving this issue only using software is hard.
  • Conversion of GPS from Geodetic to Cartesian Coordinates using ECEF (Earth-Centered-Earth-Fixed) is not a good choice due to the curvature of trajectories along the earth's surface. Using UTM (Universal Traverse Mercator) may be better suited for the case of fusion with Visual SLAM
  • The implementation does not estimate the global scale and orientation
  • Integration of the filtered result back into the optimization loop in the DSO was hard to find without any info of their authors. At the end of the master thesis some potential parts in the code have been discovered, but this needs further investigation.

So, I want to be honest that there is still a lot of work to do (hence the WIP-comments in the code, where this mainly means that I tried stuff that just did't work - one can say that the DSO is very sensitive to changes made by someone who doesn't know its code very good. It also crashed a lot during my tests and therefore a fusion with GPS is still highly recommended).

Even though it might take more time, I will still publish my thesis and any papers related to that as soon as possible. Please excuse me that I am not able to do so directly after I wrote it.

Kind regards,
Adam

from visual-gps-slam.

DamonMIN avatar DamonMIN commented on May 24, 2024

Waiting for your next publication.

from visual-gps-slam.

GSORF avatar GSORF commented on May 24, 2024

Hello @DamonMIN and @ronir121,

the research papers are now publicly available:

  1. VISAPP 2019: "B-SLAM-SIM: A novel approach to evaluate the fusion of Visual SLAM and GPS by example of Direct Sparse Odometry and Blender" by Adam Kalisz, Florian Particke, Dominik Penk, Markus Hiller and Jörn Thielecke. Link (VISAPP technical program): http://insticc.org/node/TechnicalProgram/visigrapp/presentationDetails/73753

  2. DICTA 2018: "Systematic Analysis of Direct Sparse Odometry" by Florian Particke, Adam Kalisz, Christian Hofmann, Markus Hiller, Henrik Bey and Jörn Thielecke. Link (IEEEXPLORE): https://ieeexplore.ieee.org/document/8615807

Furthermore, I can also publish my thesis document now as well:
http://master.kalisz.co/MasterThesis_AdamKalisz_Online.pdf (120 MB)

Hope it is helpful for you. Feel free to contact me if you have any questions. I will close this issue now.

from visual-gps-slam.

ronir121 avatar ronir121 commented on May 24, 2024

Congratulations!
I'm now going over your publications, looks interesting.
Have you update the cpp code on github as well?

from visual-gps-slam.

GSORF avatar GSORF commented on May 24, 2024

Hi @ronir121,

Thank you. The code is in its final state for now. The main problem is how to do tight coupling within the DSO. It turned out that this was not possible for me yet, therefore I did investigate an uncoupled version, i.e. in my approach I can exchange the used Visual SLAM algorithm. Otherwise a full understanding of the code base is required (DSO has about 20,000 lines of code). I would like to change it in the future, but I have the feeling that it would be more goal orientated to write a custom Visual SLAM and do sensor data fusion based on code that was written by myself.

What is your opinion on that, do you agree that this makes sense?

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.