Coverage Control Library
|
Structure to store the parameters of the Bivariate Normal Distribution. More...
#include <generate_world_map.h>
Public Attributes | |
float | mean_x |
float | mean_y |
float | sigma_x |
float | sigma_y |
float | scale |
float | rho |
Structure to store the parameters of the Bivariate Normal Distribution.
Definition at line 42 of file generate_world_map.h.
float mean_x |
Definition at line 43 of file generate_world_map.h.
float mean_y |
Definition at line 43 of file generate_world_map.h.
float rho |
Definition at line 45 of file generate_world_map.h.
float scale |
Definition at line 45 of file generate_world_map.h.
float sigma_x |
Definition at line 44 of file generate_world_map.h.
float sigma_y |
Definition at line 44 of file generate_world_map.h.