Skip to content

Commit a3bba49

Browse files
authored
Merge pull request #77 from AutoModality/AM-729/uam_vfh
fix: added namespace
2 parents 19354dc + 699a042 commit a3bba49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/am_utils/dust_filter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DustFilter::DustFilter(ros::NodeHandle &nh, std::string name_space) : nh_(nh), n
2020
{
2121
getParams();
2222

23-
debug_pcl_pub_ = nh_.advertise<pcl::PointCloud<pcl::PointXYZIR>>("/debug/dust_filter/pcl", 10);
23+
debug_pcl_pub_ = nh_.advertise<pcl::PointCloud<pcl::PointXYZIR>>("/debug/" + name_space_ + "/dust_filter/pcl", 10);
2424
}
2525

2626
DustFilter::~DustFilter()

0 commit comments

Comments
 (0)