Classes | Typedefs | Functions
pf.h File Reference
#include "pf_vector.h"
#include "pf_kdtree.h"
Include dependency graph for pf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _pf_sample_set_t
 
struct  _pf_t
 
struct  pf_cluster_t
 
struct  pf_sample_t
 

Typedefs

typedef void(* pf_action_model_fn_t) (void *action_data, struct _pf_sample_set_t *set)
 
typedef pf_vector_t(* pf_init_model_fn_t) (void *init_data)
 
typedef struct _pf_sample_set_t pf_sample_set_t
 
typedef double(* pf_sensor_model_fn_t) (void *sensor_data, struct _pf_sample_set_t *set)
 
typedef struct _pf_t pf_t
 

Functions

pf_tpf_alloc (int min_samples, int max_samples, double alpha_slow, double alpha_fast, pf_init_model_fn_t random_pose_fn, void *random_pose_data)
 
void pf_cluster_stats (pf_t *pf, pf_sample_set_t *set)
 
void pf_copy_set (pf_sample_set_t *set_a, pf_sample_set_t *set_b)
 
void pf_draw_cep_stats (pf_t *pf, struct _rtk_fig_t *fig)
 
void pf_draw_cluster_stats (pf_t *pf, struct _rtk_fig_t *fig)
 
void pf_draw_hist (pf_t *pf, struct _rtk_fig_t *fig)
 
void pf_draw_samples (pf_t *pf, struct _rtk_fig_t *fig, int max_samples)
 
void pf_free (pf_t *pf)
 
void pf_get_cep_stats (pf_t *pf, pf_vector_t *mean, double *var)
 
int pf_get_cluster_stats (pf_t *pf, int cluster, double *weight, pf_vector_t *mean, pf_matrix_t *cov)
 
void pf_init (pf_t *pf, pf_vector_t mean, pf_matrix_t cov)
 
void pf_init_converged (pf_t *pf)
 
void pf_init_model (pf_t *pf, pf_init_model_fn_t init_fn, void *init_data)
 
void pf_set_selective_resampling (pf_t *pf, int selective_resampling)
 
void pf_update_action (pf_t *pf, pf_action_model_fn_t action_fn, void *action_data)
 
int pf_update_converged (pf_t *pf)
 
void pf_update_resample (pf_t *pf)
 
void pf_update_sensor (pf_t *pf, pf_sensor_model_fn_t sensor_fn, void *sensor_data)
 

Typedef Documentation

typedef void(* pf_action_model_fn_t) (void *action_data, struct _pf_sample_set_t *set)

Definition at line 49 of file pf.h.

typedef pf_vector_t(* pf_init_model_fn_t) (void *init_data)

Definition at line 45 of file pf.h.

typedef double(* pf_sensor_model_fn_t) (void *sensor_data, struct _pf_sample_set_t *set)

Definition at line 54 of file pf.h.

typedef struct _pf_t pf_t

Function Documentation

pf_t* pf_alloc ( int  min_samples,
int  max_samples,
double  alpha_slow,
double  alpha_fast,
pf_init_model_fn_t  random_pose_fn,
void *  random_pose_data 
)

Definition at line 45 of file pf.c.

void pf_cluster_stats ( pf_t pf,
pf_sample_set_t set 
)

Definition at line 558 of file pf.c.

void pf_copy_set ( pf_sample_set_t set_a,
pf_sample_set_t set_b 
)
void pf_draw_cep_stats ( pf_t pf,
struct _rtk_fig_t *  fig 
)
void pf_draw_cluster_stats ( pf_t pf,
struct _rtk_fig_t *  fig 
)
void pf_draw_hist ( pf_t pf,
struct _rtk_fig_t *  fig 
)
void pf_draw_samples ( pf_t pf,
struct _rtk_fig_t *  fig,
int  max_samples 
)
void pf_free ( pf_t pf)

Definition at line 117 of file pf.c.

void pf_get_cep_stats ( pf_t pf,
pf_vector_t mean,
double *  var 
)

Definition at line 694 of file pf.c.

int pf_get_cluster_stats ( pf_t pf,
int  cluster,
double *  weight,
pf_vector_t mean,
pf_matrix_t cov 
)

Definition at line 730 of file pf.c.

void pf_init ( pf_t pf,
pf_vector_t  mean,
pf_matrix_t  cov 
)

Definition at line 135 of file pf.c.

void pf_init_converged ( pf_t pf)

Definition at line 212 of file pf.c.

void pf_init_model ( pf_t pf,
pf_init_model_fn_t  init_fn,
void *  init_data 
)

Definition at line 177 of file pf.c.

void pf_set_selective_resampling ( pf_t pf,
int  selective_resampling 
)

Definition at line 688 of file pf.c.

void pf_update_action ( pf_t pf,
pf_action_model_fn_t  action_fn,
void *  action_data 
)

Definition at line 253 of file pf.c.

int pf_update_converged ( pf_t pf)

Definition at line 219 of file pf.c.

void pf_update_resample ( pf_t pf)

Definition at line 362 of file pf.c.

void pf_update_sensor ( pf_t pf,
pf_sensor_model_fn_t  sensor_fn,
void *  sensor_data 
)

Definition at line 267 of file pf.c.



amcl
Author(s): Brian P. Gerkey, contradict@gmail.com
autogenerated on Thu Jan 21 2021 04:05:36