MOLAorg / mola

A Modular Optimization framework for Localization and mApping (MOLA)
https://docs.mola-slam.org/latest/
Other
505 stars 91 forks source link

demo-rawlog-velodyne-slam configuration/setting error #39

Closed TankPi closed 2 months ago

TankPi commented 3 years ago

I try to run the demo: demo-rawlog-velodyne-slam, but I get the following error:

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

When I check the rawlog_odom_and_lidar.yml:

      # And its params:
      # Case: WITH a good twist (velocity) model:
      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]

The parameter names icp_params_with_vel seem incorrect (I assume should be icp_settings_with_vel). When I try to correct this I still get the error. Can you try help me correct the yaml-file? Thanks!

PS: demo ros1_velodyne_slam seems to have the same problem.

jlblancoc commented 2 months ago

For the records: All demo files are now fixed. Refer to instructions: https://docs.mola-slam.org/latest/