Public Member Functions | Private Attributes | Static Private Attributes | List of all members
GmappingBaseCell Class Reference

#include <gmapping_grid_cell.h>

Inheritance diagram for GmappingBaseCell:
Inheritance graph
[legend]

Public Member Functions

std::unique_ptr< GridCellclone () const override
 
double discrepancy (const AreaOccupancyObservation &aoo) const override
 
 GmappingBaseCell ()
 
void operator+= (const AreaOccupancyObservation &aoo) override
 
- Public Member Functions inherited from GridCell
virtual size_t deserialize (const std::vector< char > &data, size_t pos=0)
 
 GridCell (const Occupancy &occ)
 
 GridCell (const GridCell &gc)=default
 
 GridCell (GridCell &&gc)=default
 
virtual const Occupancyoccupancy () const
 
 operator bool () const
 
 operator double () const
 
GridCelloperator= (const GridCell &gc)=default
 
GridCelloperator= (GridCell &&gc)=default
 
virtual std::vector< char > serialize () const
 
virtual ~GridCell ()=default
 

Private Attributes

int _hits
 
int _tries
 
Point2D obst
 

Static Private Attributes

static constexpr double DIST_VARIANCE = 0.05
 

Additional Inherited Members

- Protected Attributes inherited from GridCell
Occupancy _occupancy
 

Detailed Description

Definition at line 9 of file gmapping_grid_cell.h.

Constructor & Destructor Documentation

GmappingBaseCell::GmappingBaseCell ( )
inline

Definition at line 14 of file gmapping_grid_cell.h.

Member Function Documentation

std::unique_ptr<GridCell> GmappingBaseCell::clone ( ) const
inlineoverridevirtual

Reimplemented from GridCell.

Definition at line 16 of file gmapping_grid_cell.h.

double GmappingBaseCell::discrepancy ( const AreaOccupancyObservation aoo) const
inlineoverridevirtual

Reimplemented from GridCell.

Definition at line 34 of file gmapping_grid_cell.h.

void GmappingBaseCell::operator+= ( const AreaOccupancyObservation aoo)
inlineoverridevirtual

Reimplemented from GridCell.

Definition at line 20 of file gmapping_grid_cell.h.

Member Data Documentation

int GmappingBaseCell::_hits
private

Definition at line 40 of file gmapping_grid_cell.h.

int GmappingBaseCell::_tries
private

Definition at line 40 of file gmapping_grid_cell.h.

constexpr double GmappingBaseCell::DIST_VARIANCE = 0.05
staticprivate

Definition at line 12 of file gmapping_grid_cell.h.

Point2D GmappingBaseCell::obst
private

Definition at line 41 of file gmapping_grid_cell.h.


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


slam_constructor
Author(s): JetBrains Research, OSLL team
autogenerated on Mon Jun 10 2019 15:08:26