Skip to content

Commit

Permalink
RCLCPP_INFOをDEBUGに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuwamai committed Dec 26, 2023
1 parent dc83799 commit e58f2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sciurus17_examples/src/color_detection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void ColorDetection::image_callback(const sensor_msgs::msg::Image::SharedPtr msg
object_point.x = d_m10 / d_area;
object_point.y = d_m01 / d_area;

RCLCPP_INFO_STREAM(this->get_logger(), "Detect at" << object_point << ".");
RCLCPP_DEBUG_STREAM(this->get_logger(), "Detect at" << object_point << ".");

// 画像の中心を原点とした検出位置に変換
cv::Point2d translated_object_point;
Expand Down

0 comments on commit e58f2a1

Please sign in to comment.