We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19354dc + 699a042 commit a3bba49Copy full SHA for a3bba49
src/am_utils/dust_filter.cpp
@@ -20,7 +20,7 @@ DustFilter::DustFilter(ros::NodeHandle &nh, std::string name_space) : nh_(nh), n
20
{
21
getParams();
22
23
- debug_pcl_pub_ = nh_.advertise<pcl::PointCloud<pcl::PointXYZIR>>("/debug/dust_filter/pcl", 10);
+ debug_pcl_pub_ = nh_.advertise<pcl::PointCloud<pcl::PointXYZIR>>("/debug/" + name_space_ + "/dust_filter/pcl", 10);
24
}
25
26
DustFilter::~DustFilter()
0 commit comments