Public Member Functions | Public Attributes
Occupancy Struct Reference

#include <cell_occupancy_estimator.h>

List of all members.

Public Member Functions

 Occupancy (double prob, double quality)
 Occupancy (double prob, double quality, double curr_x, double curr_y)
bool operator== (const Occupancy &that)

Public Attributes

double estimation_quality
double prob_occ
double x
double y
 The estimated obstacle center.

Detailed Description

Contains the information about a probability of occupancy and a quality of estimation for 2D point in cartesian coordinates(x,y).

Definition at line 16 of file cell_occupancy_estimator.h.


Constructor & Destructor Documentation

Occupancy::Occupancy ( double  prob,
double  quality 
) [inline]

Initializes a probability of occupation and a quality of estimation.

Parameters:
Aprobability of occupation of a current cell.
qualityA quality of estimation for a current cell.

Definition at line 26 of file cell_occupancy_estimator.h.

Occupancy::Occupancy ( double  prob,
double  quality,
double  curr_x,
double  curr_y 
) [inline]

Initializes a probability of occupation and a quality of estimation for a point in cartesian coordinates (x,y).

Parameters:
probA probability of occupation of current cell.
qualityA quality of estimation for current cell.
x,yCoordinates of an occupied cell

Definition at line 36 of file cell_occupancy_estimator.h.


Member Function Documentation

bool Occupancy::operator== ( const Occupancy that) [inline]

Definition at line 39 of file cell_occupancy_estimator.h.


Member Data Documentation

Definition at line 18 of file cell_occupancy_estimator.h.

Definition at line 17 of file cell_occupancy_estimator.h.

double Occupancy::x

Definition at line 19 of file cell_occupancy_estimator.h.

double Occupancy::y

The estimated obstacle center.

Definition at line 19 of file cell_occupancy_estimator.h.


The documentation for this struct was generated from the following file:


tiny_slam
Author(s):
autogenerated on Mon Jul 17 2017 02:33:42