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.
1 parent 19354dc commit 699a042Copy full SHA for 699a042
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