GithubHelp home page GithubHelp logo

How to exploit created map ? about suma HOT 2 CLOSED

jbehley avatar jbehley commented on July 30, 2024 1
How to exploit created map ?

from suma.

Comments (2)

jbehley avatar jbehley commented on July 30, 2024

Hi @jediofgever,

there is unfortunately no direct way to get the map. Depending on what you need, there are two options:

  1. If you need only the aligned point clouds and maybe a voxelization, you can simply take the poses from SurfelMapping::getOptimizedPoses() and do the processing yourself. Something like: https://gist.github.com/jbehley/bdc7792ce84cff6233bf6adb30b8be4c
  2. If your are interested in the actual surfels, then you have to get the submaps and the current surfels from SurfelMap, where the surfels of the active map are stored in surfels_ and you can use the get method of GlBuffer to retrieve them. The surfels in the submapCache_ are then the surfels that are currently in the inactive parts of the surfel map. The timestamp of the Surfel tells you then the pose T which you have to use to get the global position T * (x,y,z) of the surfel.

The second option needs some coding and unfortunately I cannot provide right now any assistance with that and there are also no plans to include this feature in future.

from suma.

jbehley avatar jbehley commented on July 30, 2024

There seems not to be much activity here. Therefore I close this now. If you have further questions, feel free to reopen the issue again.

from suma.

Related Issues (20)

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.