Git Product home page Git Product logo

Comments (9)

kennyjchen avatar kennyjchen commented on August 16, 2024

Hi @Srichitra-S -- DLO is an odometry algorithm and generates both pose (6DOF) and map, which is represented by a set of keyed scans throughout the environment. The algorithm currently doesn't support pure localization on a provided map, but this should be pretty straightforward to implement for those who are interested. Note that depending on the map size and complexity, an initial pose may be required. See my comment here for more information: #11

from direct_lidar_odometry.

JACKLiuDay avatar JACKLiuDay commented on August 16, 2024

Hi @Srichitra-S -- DLO is an odometry algorithm and generates both pose (6DOF) and map, which is represented by a set of keyed scans throughout the environment. The algorithm currently doesn't support pure localization on a provided map, but this should be pretty straightforward to implement for those who are interested. Note that depending on the map size and complexity, an initial pose may be required. See my comment here for more information: #11

Hi, thank you for your great work. Does DLO have a map saving function, such as saving in pcd format?

from direct_lidar_odometry.

kennyjchen avatar kennyjchen commented on August 16, 2024

Hi @JACKLiuDay --

We've added a new service to save DLO's generated map into a .pcd in v1.4.0 per your request. To use it, please call the following command in a separate terminal window:

rosservice call /robot/dlo_map/save_pcd LEAF_SIZE SAVE_PATH

from direct_lidar_odometry.

JACKLiuDay avatar JACKLiuDay commented on August 16, 2024

Hi @JACKLiuDay --

We've added a new service to save DLO's generated map into a .pcd in v1.4.0 per your request. To use it, please call the following command in a separate terminal window:

rosservice call /robot/dlo_map/save_pcd LEAF_SIZE SAVE_PATH

Wow, it's awesome! Thank you for great work! We will test it soon.

from direct_lidar_odometry.

HomieRegina avatar HomieRegina commented on August 16, 2024

Hi, I have successfully run through the dataset named dlo_test.bag. But I still can't save successfully .pcb file. The following picture is my running result.
image
Could you please tell me how to deal this issue? Looking forward to your reply.

from direct_lidar_odometry.

HomieRegina avatar HomieRegina commented on August 16, 2024

Hi @JACKLiuDay --

We've added a new service to save DLO's generated map into a .pcd in v1.4.0 per your request. To use it, please call the following command in a separate terminal window:

rosservice call /robot/dlo_map/save_pcd LEAF_SIZE SAVE_PATH

By the way, do you have the dataset of the second video in License in README.md? We want to try that dataset. Could you please share it with us?

from direct_lidar_odometry.

kennyjchen avatar kennyjchen commented on August 16, 2024

Hi @HomieRegina -- don't forget to change the input arguments of the service call, e.g.

rosservice call /robot/dlo_map/save_pcd 0.25 ~/Downloads

Regarding the multilevel dataset, we'll need to look into if we can publicly share that or not. Thanks.

from direct_lidar_odometry.

HomieRegina avatar HomieRegina commented on August 16, 2024

Hi @HomieRegina -- don't forget to change the input arguments of the service call, e.g.

rosservice call /robot/dlo_map/save_pcd 0.25 ~/Downloads

Regarding the multilevel dataset, we'll need to look into if we can publicly share that or not. Thanks.

Thank you for your reply. But now I have a new problem. When I ran dlo_ test. bag yesterday, rviz can successfully display the map. However, it was not displayed when running today. I tried so many times and the program did not report an error.
图片
Do you know the reason and how to solve it?

from direct_lidar_odometry.

kennyjchen avatar kennyjchen commented on August 16, 2024

Might be a topic name mismatch if you modified the launch file. Try double-checking that.

from direct_lidar_odometry.

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.