GithubHelp home page GithubHelp logo

molaorg / mola-fe-lidar Goto Github PK

View Code? Open in Web Editor NEW
16.0 2.0 6.0 386 KB

MOLA module: Front-end for point-cloud sensors based on generic ICP algorithms. LiDAR odometry and loop closure.

License: GNU General Public License v3.0

CMake 3.14% C++ 96.86%
mola slam lidar

mola-fe-lidar's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mola-fe-lidar's Issues

`/mola/demos` parameters outdated

When I try to run the demo Demo: Velodyne dataset in Rawlog format, 3D-LiDAR SLAM, I get following error:

Screenshot from 2021-03-22 12-15-29

When I look at the rawlog_odom_and_lidar.yml line 114:

icp_params_with_vel.maxIterations:  10    90
icp_params_with_vel.thresholdDist:   1.0   0.50   # [meters]
icp_params_with_vel.thresholdAng:    2.0   0.01   # [deg]
# Case: WITHOUT a good twist (velocity) model:
icp_params_without_vel.maxIterations:   5     100
icp_params_without_vel.thresholdDist:   3.0   0.50  # [meters]
icp_params_without_vel.thresholdAng:    2.0   0.01  # [deg]
# Case: Loop closure
loop_closure_montecarlo_samples: 10
icp_params_loopclosure.maxIterations: 10    40    90
icp_params_loopclosure.thresholdDist: 30.0  5.0  0.50  # [meters]
icp_params_loopclosure.thresholdAng:   2.0  0.5  0.01  # [deg]

Is correct that this as to be refactored to icp_settings_with_vel? Simply changing icp_params to icp_settings does not resolve the issue. I've also tried mola/demos/ros1_velodyne_slam.yml, this gives the same issue.

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.