#include <pcdfilter_pa_ros_parameter.h>
Public Member Functions | |
cPcdFilterPaRosParameter () | |
cPcdFilterPaRosParameter (const cPcdFilterPaRosParameter &other) | |
cPcdFilterPaRosParameter & | operator= (const cPcdFilterPaRosParameter &other) |
Public Attributes | |
bool | buffer_pointcloud_ |
bool | debugging_ |
flag for extended output More... | |
double | laser_nan_replacement_value_ |
Definition at line 54 of file pcdfilter_pa_ros_parameter.h.
cPcdFilterPaRosParameter::cPcdFilterPaRosParameter | ( | void | ) |
Definition at line 50 of file pcdfilter_pa_ros_parameter.cpp.
cPcdFilterPaRosParameter::cPcdFilterPaRosParameter | ( | const cPcdFilterPaRosParameter & | other | ) |
Definition at line 59 of file pcdfilter_pa_ros_parameter.cpp.
cPcdFilterPaRosParameter & cPcdFilterPaRosParameter::operator= | ( | const cPcdFilterPaRosParameter & | other | ) |
Definition at line 66 of file pcdfilter_pa_ros_parameter.cpp.
bool cPcdFilterPaRosParameter::buffer_pointcloud_ |
flag for buffering the last pointcloud therefore changing filters will immediately create a new pointcloud
Definition at line 63 of file pcdfilter_pa_ros_parameter.h.
bool cPcdFilterPaRosParameter::debugging_ |
flag for extended output
Definition at line 65 of file pcdfilter_pa_ros_parameter.h.
double cPcdFilterPaRosParameter::laser_nan_replacement_value_ |
value for inserting nans within laser-scan (e.g. nans will be handled as if they were 15m measurement) values less than 0 will have no effect
Definition at line 70 of file pcdfilter_pa_ros_parameter.h.