We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff58a71 commit cdb0ccfCopy full SHA for cdb0ccf
sensing/pointcloud_preprocessor/src/filter.cpp
@@ -93,8 +93,7 @@ pointcloud_preprocessor::Filter::Filter(
93
pub_options.qos_overriding_options = rclcpp::QosOverridingOptions::with_default_policies();
94
95
pub_output_ = this->create_publisher<PointCloud2>(
96
- "output", rclcpp::SystemDefaultsQoS().keep_last(max_queue_size_),
97
- pub_options);
+ "output", rclcpp::SystemDefaultsQoS().keep_last(max_queue_size_), pub_options);
98
}
99
100
subscribe(filter_name);
0 commit comments