jedeschaud / ct_icp

CT-ICP: Continuous-Time LiDAR Odometry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mismatching data field in code and config files

YipengWang1040 opened this issue · comments

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.