GithubHelp home page GithubHelp logo

Comments (1)

c-schulz avatar c-schulz commented on June 23, 2024

Hey @karumstar,

for mapping, you could use our cslibs_mapping framework. In principle, it consists of data providers, mappers and publishers and can be configured as in the exemplary launch file.

For conversion of PointClouds, you could use the cslibs_plugins_data::Pointcloud3dProvider and then the cslibs_mapping::mapper::NDTGridMapper3D or the cslibs_mapping::mapper::OccupancyNDTGridMapper3D mapper, but we currently don't have a proper visualization, the simplest would be to use the cslibs_mapping::publisher::PointcloudPublisher, which publishes the means of the joint distributions as PointCloud, but this is a rather bad representation. We hope to work on 3D (O)NDT visualization soon.

If you don't want to depend on our mapping framework, take a look at the process method in the source code of these mappers, e.g. the 3D NDT grid mapper, where the insert method of the map is called for a given PointCloud.

The matching methods are currently under development and not documented at all.

Cheers

from cslibs_ndt.

Related Issues (5)

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.