#include <ros/ros.h>#include <pcl_conversions/pcl_conversions.h>#include <sensor_msgs/PointCloud2.h>#include <sick_ldmrs_msgs/sick_ldmrs_point_type.h>#include <pcl/point_cloud.h>#include <pcl/common/point_tests.h>
Go to the source code of this file.
Typedefs | |
| typedef pcl::PointCloud< PointT > | PointCloudT |
| typedef sick_ldmrs_msgs::SICK_LDMRS_Point | PointT |
Functions | |
| void | callback (const sensor_msgs::PointCloud2::ConstPtr &pc) |
| int | main (int argc, char **argv) |
Variables | |
| PointCloudT::Ptr | cloud_bg_ |
| double | min_dist_ratio_ |
| ros::Publisher | pub |
| ros::Publisher | pub_bg |
| typedef pcl::PointCloud<PointT> PointCloudT |
Definition at line 45 of file sick_ldmrs_remove_background.cpp.
Definition at line 44 of file sick_ldmrs_remove_background.cpp.
| void callback | ( | const sensor_msgs::PointCloud2::ConstPtr & | pc | ) |
Definition at line 54 of file sick_ldmrs_remove_background.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 131 of file sick_ldmrs_remove_background.cpp.
| PointCloudT::Ptr cloud_bg_ |
Definition at line 52 of file sick_ldmrs_remove_background.cpp.
| double min_dist_ratio_ |
Definition at line 50 of file sick_ldmrs_remove_background.cpp.
| ros::Publisher pub |
Definition at line 47 of file sick_ldmrs_remove_background.cpp.
| ros::Publisher pub_bg |
Definition at line 48 of file sick_ldmrs_remove_background.cpp.