gpm.h
Go to the documentation of this file.
1 #ifndef H_GPM_STRIPPED_DOWN
2 #define H_GPM_STRIPPED_DOWN
3 
4 #include <gsl/gsl_vector.h>
5 #include <gsl/gsl_histogram.h>
6 #include "../csm_all.h"
7 
8 void ght_find_theta_range(LDP laser_ref, LDP laser_sens,
9  const double*x0, double max_linear_correction,
10  double max_angular_correction_deg, int interval, gsl_histogram*hist, int*num_correspondences);
11 
12 void ght_one_shot(LDP laser_ref, LDP laser_sens,
13  const double*x0, double max_linear_correction,
14  double max_angular_correction_deg, int interval, double*x, int*num_correspondences) ;
15 
16 #endif
17 
void ght_find_theta_range(LDP laser_ref, LDP laser_sens, const double *x0, double max_linear_correction, double max_angular_correction_deg, int interval, gsl_histogram *hist, int *num_correspondences)
Definition: gpm.c:120
void ght_one_shot(LDP laser_ref, LDP laser_sens, const double *x0, double max_linear_correction, double max_angular_correction_deg, int interval, double *x, int *num_correspondences)
Definition: gpm.c:174
double interval
Definition: ld_resample.c:12


csm
Author(s): Andrea Censi
autogenerated on Tue May 11 2021 02:18:23