// gsl_matrix_get(csm_output.cov_x_m, i, j); // NOT
// COMPILING
csm_output.cov_x_m
->data[i*csm_output.cov_x_m->tda+j];//*_current_scan_params.range_max_/100*_current_scan_params.range_max_/100; // This does the same
result.res_covar(i,j)=_icp_params.cov_factor*
// gsl_matrix_get(csm_output.cov_x_m, i, j); // NOT COMPILING
csm_output.cov_x_m->data[i*csm_output.cov_x_m->tda+j];//*_current_scan_params.range_max_/100*_current_scan_params.range_max_/100; // This does the same
}else{
std::cout<<"ICP valid != 1, providing first guess transformation and "