ed_sensor_integration
include
ed_sensor_integration
kinect
almodules
polygon_height_alm.h
Go to the documentation of this file.
1
#ifndef ed_sensor_integration_kinect_polygon_height_alm_h_
2
#define ed_sensor_integration_kinect_polygon_height_alm_h_
3
4
#include "
ed_sensor_integration/kinect/almodules/rgbd_al_module.h
"
5
6
#include <ros/publisher.h>
7
8
namespace
edKinect
9
{
10
11
class
PolygonHeightALM
:
public
edKinect::RGBDALModule
12
{
13
14
public
:
15
16
PolygonHeightALM
();
17
18
void
process
(
const
ed::RGBDData
& rgbd_data,
19
ed::PointCloudMaskPtr
& not_associated_mask,
20
const
ed::WorldModel
& world_model,
21
ed::UpdateRequest
&
req
);
22
23
void
configure
(
tue::Configuration
config
);
24
25
protected
:
26
28
double
tolerance_
;
29
int
min_cluster_size_
;
30
float
max_range_
;
31
32
};
33
34
}
35
36
#endif
edKinect
Definition:
point_normal_alm.h:10
ed::UpdateRequest
edKinect::RGBDALModule
Definition:
rgbd_al_module.h:20
edKinect::PolygonHeightALM
Definition:
polygon_height_alm.h:11
edKinect::PolygonHeightALM::tolerance_
double tolerance_
Tunable params.
Definition:
polygon_height_alm.h:28
edKinect::PolygonHeightALM::min_cluster_size_
int min_cluster_size_
Definition:
polygon_height_alm.h:29
ed::RGBDData
tue::config::ReaderWriter
edKinect::PolygonHeightALM::configure
void configure(tue::Configuration config)
ed::PointCloudMaskPtr
pcl::IndicesPtr PointCloudMaskPtr
req
string req
rgbd_al_module.h
ed::WorldModel
edKinect::PolygonHeightALM::PolygonHeightALM
PolygonHeightALM()
edKinect::PolygonHeightALM::process
void process(const ed::RGBDData &rgbd_data, ed::PointCloudMaskPtr ¬_associated_mask, const ed::WorldModel &world_model, ed::UpdateRequest &req)
edKinect::PolygonHeightALM::max_range_
float max_range_
Definition:
polygon_height_alm.h:30
config
tue::config::ReaderWriter config
Generated on Sun Feb 23 2025 04:34:57 for ed_sensor_integration by
1.8.17