File tree 2 files changed +3
-3
lines changed
sensing/pointcloud_preprocessor/src
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,10 +142,10 @@ PointCloudConcatenateDataSynchronizerComponent::PointCloudConcatenateDataSynchro
142
142
143
143
// Subscribers
144
144
{
145
- RCLCPP_INFO_STREAM (
145
+ RCLCPP_DEBUG_STREAM (
146
146
get_logger (), " Subscribing to " << input_topics_.size () << " user given topics as inputs:" );
147
147
for (auto & input_topic : input_topics_) {
148
- RCLCPP_INFO_STREAM (get_logger (), " - " << input_topic);
148
+ RCLCPP_DEBUG_STREAM (get_logger (), " - " << input_topic);
149
149
}
150
150
151
151
// Subscribe to the filters
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ pointcloud_preprocessor::Filter::Filter(
77
77
latched_indices_ = static_cast <bool >(declare_parameter (" latched_indices" , false ));
78
78
approximate_sync_ = static_cast <bool >(declare_parameter (" approximate_sync" , false ));
79
79
80
- RCLCPP_INFO_STREAM (
80
+ RCLCPP_DEBUG_STREAM (
81
81
this ->get_logger (),
82
82
" Filter (as Component) successfully created with the following parameters:"
83
83
<< std::endl
You can’t perform that action at this time.
0 commit comments