// gsl_matrix_get(csm_output.cov_x_m, i, j); // NOT
// gsl_matrix_get(csm_output.cov_x_m, i, j); // NOT COMPILING
// 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
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{
}else{
std::cout<<"ICP valid != 1, providing first guess transformation and "
std::cout<<"ICP valid != 1, providing first guess transformation and "