jedeschaud / ct_icp

CT-ICP: Continuous-Time LiDAR Odometry
MIT License
737 stars 126 forks source link

Mismatching data field in code and config files #62

Open YipengWang1040 opened 1 year ago

YipengWang1040 commented 1 year ago

The field rotation_diff_threshold under odometry_options which appears in multiple config files is not actually used in the code. The code attempts to read the field orientation_error_threshold instead, and will always use the default value.