supereight
|
#include <data_field.hpp>
Classes | |
struct | Config |
Public Member Functions | |
bool | valid () const |
Return whether the field data has been updated at least once. | |
bool | update (const field_t occupancy, const weight_t max_weight) |
Perform a weighted average log-odds occupancy update and set the data to observed, while ensuring the weight doesn't exceed max_weight . | |
Public Attributes | |
field_t | occupancy = 0 |
weight_t | weight = 0 |
bool | observed = false |
Static Public Attributes | |
static constexpr bool | normals_along_gradient = false |
The direction of surface normals in occupancy fields is opposite from the direction of the field gradient. | |
static constexpr field_t | surface_boundary = 0 |
static constexpr field_t | min_occupancy = -100 |
static constexpr field_t | max_occupancy = 100 |
bool se::FieldData< Field::Occupancy >::valid | ( | ) | const |
Return whether the field data has been updated at least once.
bool se::FieldData< Field::Occupancy >::update | ( | const field_t | occupancy, |
const weight_t | max_weight | ||
) |
Perform a weighted average log-odds occupancy update and set the data to observed, while ensuring the weight doesn't exceed max_weight
.
Return whether the data was updated.
field_t se::FieldData< Field::Occupancy >::occupancy = 0 |
weight_t se::FieldData< Field::Occupancy >::weight = 0 |
bool se::FieldData< Field::Occupancy >::observed = false |
|
staticconstexpr |
The direction of surface normals in occupancy fields is opposite from the direction of the field gradient.
This is because the occupancy field is negative in free space and positive in occupied space.
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |