|
|
Configuration for waste_level. More...
#include <example_waste_level.h>
Data Fields | |
| float | bin_start_m |
| float | bin_end_m |
| float | threshold |
| uint16_t | distance_sequence_len |
| uint16_t | median_filter_len |
Configuration for waste_level.
Definition at line 24 of file example_waste_level.h.
| float waste_level_processing_config_t::bin_end_m |
Maximum detection distance from sensor
Definition at line 30 of file example_waste_level.h.
| float waste_level_processing_config_t::bin_start_m |
Minimum detection distance from sensor
Definition at line 27 of file example_waste_level.h.
| uint16_t waste_level_processing_config_t::distance_sequence_len |
Number of distance needed in sequence below threshold to be presumed as waste level
Definition at line 36 of file example_waste_level.h.
| uint16_t waste_level_processing_config_t::median_filter_len |
Length of the median filter used to stabilize the level result
Definition at line 39 of file example_waste_level.h.
| float waste_level_processing_config_t::threshold |
Threshold for which the standard deviation of the phase should be below
Definition at line 33 of file example_waste_level.h.