gpm.h File Reference
#include <gsl/gsl_vector.h>
#include <gsl/gsl_histogram.h>
#include "../csm_all.h"
#include "csm.h"
#include "json_journal.h"
#include "logging.h"
#include "math_utils.h"
#include "math_utils_gsl.h"
Go to the source code of this file.
Functions |
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) |
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) |
Function Documentation
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 | |
|
) |
| | |
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 | |
|
) |
| | |