Coder Social home page Coder Social logo

Comments (8)

Chen-Xieyuanli avatar Chen-Xieyuanli commented on July 17, 2024

Hey @jiu876, thank you for following our work!

  1. The algorithm runs in real-time currently only after it converges. Once it converges, it computes the difference between the current LiDAR range image and the one rendered in a local map which is very fast.

  2. Theoretically it should work with different LiDAR scanners also including livox. The only changing part should be the projection function for generating the range image. The way for livox generating range image should be different from velodyne/ouster.

I hope this helps.

from range-mcl.

PigletPh avatar PigletPh commented on July 17, 2024

Hey @jiu876, thank you for following our work!

  1. The algorithm runs in real-time currently only after it converges. Once it converges, it computes the difference between the current LiDAR range image and the one rendered in a local map which is very fast.
  2. Theoretically it should work with different LiDAR scanners also including livox. The only changing part should be the projection function for generating the range image. The way for livox generating range image should be different from velodyne/ouster.

I hope this helps.
Thans for your answers.
the question one may be a little bit confused.I know after convergence the location can run in real-time.But how to locate in real time without lidar dataset, or input my own osbag file to achieve positioning.Does this part of the function implementation have to partially modify the source code?
And another question is that Can I directly construct a mesh map from the point cloud map output by SLAM?

I'm looking forward to your answers,thank you
Yours sincerely

from range-mcl.

Chen-Xieyuanli avatar Chen-Xieyuanli commented on July 17, 2024

the question one may be a little bit confused.I know after convergence the location can run in real-time.But how to locate in real time without lidar dataset, or input my own osbag file to achieve positioning.Does this part of the function implementation have to partially modify the source code?

Yes, currently we don't have a plan to develop a ROS wrapper, you may write a ROS API following this

And another question is that Can I directly construct a mesh map from the point cloud map output by SLAM?

To build a mesh map, you need the normals for each point. If your SLAM provides the normal information, it would work. You could also try our Mesh SLAM method PUMA who runs SLAM and generates a mesh map simultaneously.

from range-mcl.

PigletPh avatar PigletPh commented on July 17, 2024

Thank you for your answer. There is another question, can I directly convert the point cloud map PCD file generated by SLAM into a PLY file through the PCL library, and then use it as a new mesh map?
Because I found the PCL library can generate PLY which includes the normals for cloud points.

from range-mcl.

PigletPh avatar PigletPh commented on July 17, 2024

Thank you for your answer. There is another question, can I directly convert the point cloud map PCD file generated by SLAM into a PLY file through the PCL library, and then use it as a new mesh map?
Because I found the PCL library can generate PLY which includes the normals for cloud points.

from range-mcl.

Chen-Xieyuanli avatar Chen-Xieyuanli commented on July 17, 2024

You are welcome. I will appreciate it a lot if you could star this repo if my answers help.

The PCL way sounds doable and you could give it a try. I usually use Open3D, but I think it should work similarly with PCL.

from range-mcl.

PigletPh avatar PigletPh commented on July 17, 2024

Thank you for your answer. There is another question, can I directly convert the point cloud map PCD file generated by SLAM into a PLY file through the PCL library, and then use it as a new mesh map?
Because I found the PCL library can generate PLY which includes the normals for cloud points.

from range-mcl.

PigletPh avatar PigletPh commented on July 17, 2024

ok,I'll have a try.thanks!

from range-mcl.

Related Issues (8)

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.