Definition at line 23 of file ring_ground_filter.cpp.
◆ GroundFilter()
GroundFilter::GroundFilter |
( |
| ) |
|
◆ FilterGround()
void GroundFilter::FilterGround |
( |
const pcl::PointCloud< velodyne_pointcloud::PointXYZIR >::ConstPtr & |
in_cloud_msg, |
|
|
pcl::PointCloud< velodyne_pointcloud::PointXYZIR > & |
out_groundless_points, |
|
|
pcl::PointCloud< velodyne_pointcloud::PointXYZIR > & |
out_ground_points |
|
) |
| |
|
private |
◆ InitDepthMap()
void GroundFilter::InitDepthMap |
( |
int |
in_width | ) |
|
|
private |
◆ InitLabelArray()
void GroundFilter::InitLabelArray |
( |
int |
in_model | ) |
|
|
private |
◆ InitRadiusTable()
void GroundFilter::InitRadiusTable |
( |
int |
in_model | ) |
|
|
private |
◆ VelodyneCallback()
void GroundFilter::VelodyneCallback |
( |
const pcl::PointCloud< velodyne_pointcloud::PointXYZIR >::ConstPtr & |
in_cloud_msg | ) |
|
|
private |
◆ class_label_
Label GroundFilter::class_label_[64] |
|
private |
◆ DEFAULT_HOR_RES
const int GroundFilter::DEFAULT_HOR_RES = 2000 |
|
private |
◆ elap_time_
◆ floor_removal_
bool GroundFilter::floor_removal_ |
|
private |
◆ ground_points_pub_
◆ ground_topic
std::string GroundFilter::ground_topic |
|
private |
◆ groundless_points_pub_
◆ horizontal_res_
int GroundFilter::horizontal_res_ |
|
private |
◆ index_map_
cv::Mat GroundFilter::index_map_ |
|
private |
◆ max_slope_
double GroundFilter::max_slope_ |
|
private |
◆ no_ground_topic
std::string GroundFilter::no_ground_topic |
|
private |
◆ node_handle_
◆ point_topic_
std::string GroundFilter::point_topic_ |
|
private |
◆ points_node_sub_
◆ radius_table_
double GroundFilter::radius_table_[64] |
|
private |
◆ sensor_height_
double GroundFilter::sensor_height_ |
|
private |
◆ sensor_model_
int GroundFilter::sensor_model_ |
|
private |
◆ t1_
◆ t2_
◆ vertical_res_
int GroundFilter::vertical_res_ |
|
private |
◆ vertical_thres_
double GroundFilter::vertical_thres_ |
|
private |
The documentation for this class was generated from the following file: