Skip to content

Commit

Permalink
[Fix] Removing capital from boolean yaml values because yamllint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioReyesSan committed Nov 20, 2024
1 parent ac6dea5 commit c22e13e
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ board_parameters:
cell_size: 0.1

calibration_parameters:
use_ransac_pre_rejection: True
use_ransac_pre_rejection: true
pre_rejection_iterations: 100
pre_rejection_min_hypotheses: 6
pre_rejection_max_rms_error: 0.35
max_calibration_samples: 80
max_fast_calibration_samples: 20
use_entropy_maximization_subsampling: True
use_entropy_maximization_subsampling: true
subsampling_pixel_cells: 16
subsampling_tilt_resolution: 15.0
subsampling_max_tilt_deg: 45.0
use_post_rejection: True
use_post_rejection: true
post_rejection_max_rms_error: 0.35
plot_calibration_data_statistics: True
plot_calibration_results_statistics: True
plot_calibration_data_statistics: true
plot_calibration_results_statistics: true
viz_pixel_cells: 16
viz_tilt_resolution: 15.0
viz_max_tilt_deg: 45.0
Expand All @@ -31,17 +31,17 @@ data_collector:
max_samples: 500
decorrelate_eval_samples: 5 # cspell:disable-line
max_allowed_tilt: 45.0
filter_by_speed: True
filter_by_speed: true
max_allowed_pixel_speed: 10.0
max_allowed_speed: 0.1
filter_by_reprojection_error: True
filter_by_reprojection_error: true
max_allowed_max_reprojection_error: 0.5
max_allowed_rms_reprojection_error: 0.3
filter_by_2d_redundancy: True
filter_by_2d_redundancy: true
min_normalized_2d_center_difference: 0.05
min_normalized_skew_difference: 0.05
min_normalized_2d_size_difference: 0.05
filter_by_3d_redundancy: True
filter_by_3d_redundancy: true
min_3d_center_difference: 1.0
min_tilt_difference: 15.0
heatmap_cells: 16
Expand Down

0 comments on commit c22e13e

Please sign in to comment.