|
| 1 | +{ |
| 2 | + "common_params": { |
| 3 | + "registration_method": "NDT_OMP", |
| 4 | + "score_threshold": 6.0, |
| 5 | + "ndt_resolution": 1.0, |
| 6 | + "ndt_step_size": 0.1, |
| 7 | + "ndt_num_threads": 4, |
| 8 | + "ndt_max_iterations": 35, |
| 9 | + "transform_epsilon": 0.01, |
| 10 | + "voxel_leaf_size": 0.2, |
| 11 | + "enable_scan_voxel_filter": true, |
| 12 | + "scan_min_range": 1.0, |
| 13 | + "scan_max_range": 100.0, |
| 14 | + "predict_pose_from_previous_delta": true, |
| 15 | + "reject_above_score_threshold": true, |
| 16 | + "use_imu": false, |
| 17 | + "use_odom": false, |
| 18 | + "enable_debug": false, |
| 19 | + "use_twist_prediction": true, |
| 20 | + "twist_prediction_use_angular_velocity": false, |
| 21 | + "max_twist_prediction_dt": 0.5, |
| 22 | + "enable_borderline_seed_rejection_gate": true, |
| 23 | + "borderline_seed_gate_score_threshold": 5.25, |
| 24 | + "borderline_seed_gate_min_seed_translation_m": 1.0 |
| 25 | + }, |
| 26 | + "runs": [ |
| 27 | + { |
| 28 | + "name": "public_baseline", |
| 29 | + "params": {} |
| 30 | + }, |
| 31 | + { |
| 32 | + "name": "recovery_r3_gap1_seed15", |
| 33 | + "params": { |
| 34 | + "enable_local_map_crop": true, |
| 35 | + "local_map_radius": 150.0, |
| 36 | + "local_map_min_points": 100, |
| 37 | + "enable_recovery_retry_from_last_pose": true, |
| 38 | + "recovery_retry_from_last_pose_min_rejections": 3, |
| 39 | + "recovery_retry_from_last_pose_max_accepted_gap_sec": 1.0, |
| 40 | + "recovery_retry_from_last_pose_max_seed_translation_m": 15.0 |
| 41 | + } |
| 42 | + }, |
| 43 | + { |
| 44 | + "name": "thr525", |
| 45 | + "params": { |
| 46 | + "score_threshold": 5.25 |
| 47 | + } |
| 48 | + }, |
| 49 | + { |
| 50 | + "name": "combo_recovery_thr525", |
| 51 | + "params": { |
| 52 | + "score_threshold": 5.25, |
| 53 | + "enable_local_map_crop": true, |
| 54 | + "local_map_radius": 150.0, |
| 55 | + "local_map_min_points": 100, |
| 56 | + "enable_recovery_retry_from_last_pose": true, |
| 57 | + "recovery_retry_from_last_pose_min_rejections": 3, |
| 58 | + "recovery_retry_from_last_pose_max_accepted_gap_sec": 1.0, |
| 59 | + "recovery_retry_from_last_pose_max_seed_translation_m": 15.0, |
| 60 | + "enable_reinitialization_request_output": true, |
| 61 | + "enable_reinitialization_request_latch": true |
| 62 | + } |
| 63 | + } |
| 64 | + ] |
| 65 | +} |
0 commit comments