UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
Loading...
Searching...
No Matches
ufo::pred::OccupancyStates Struct Reference

Public Member Functions

constexpr OccupancyStates (bool unknown, bool free, bool occupied)
 

Public Attributes

bool free
 
bool occupied
 
bool unknown
 

Detailed Description

Definition at line 52 of file occupancy_states.hpp.

Constructor & Destructor Documentation

◆ OccupancyStates()

constexpr ufo::pred::OccupancyStates::OccupancyStates ( bool  unknown,
bool  free,
bool  occupied 
)
inlineconstexpr

Definition at line 53 of file occupancy_states.hpp.

Member Data Documentation

◆ free

bool ufo::pred::OccupancyStates::free

Definition at line 59 of file occupancy_states.hpp.

◆ occupied

bool ufo::pred::OccupancyStates::occupied

Definition at line 60 of file occupancy_states.hpp.

◆ unknown

bool ufo::pred::OccupancyStates::unknown

Definition at line 58 of file occupancy_states.hpp.


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