We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85eabb commit 77c0ab4Copy full SHA for 77c0ab4
sensing/pointcloud_preprocessor/src/outlier_filter/ring_outlier_filter_nodelet.cpp
@@ -34,7 +34,7 @@ RingOutlierFilterComponent::RingOutlierFilterComponent(const rclcpp::NodeOptions
34
stop_watch_ptr_ = std::make_unique<StopWatch<std::chrono::milliseconds>>();
35
debug_publisher_ = std::make_unique<DebugPublisher>(this, "ring_outlier_filter");
36
outlier_pointcloud_publisher_ =
37
- this->create_publisher<PointCloud2>("noise/ring_outlier_filter", 1);
+ this->create_publisher<PointCloud2>("debug/ring_outlier_filter", 1);
38
stop_watch_ptr_->tic("cyclic_time");
39
stop_watch_ptr_->tic("processing_time");
40
}
0 commit comments