From 5211cd55dc6f246240449b7869e6c99443d05cd0 Mon Sep 17 00:00:00 2001 From: lyq Date: Fri, 23 Jan 2026 14:45:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BD=BF=E8=83=BD=E5=8F=AF?= =?UTF-8?q?=E8=A7=86=E5=8C=96=E6=A0=85=E6=A0=BC=E4=BD=86=E6=98=AF=E4=B8=8D?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/autonomy/fu/src/fu_node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autonomy/fu/src/fu_node.cpp b/src/autonomy/fu/src/fu_node.cpp index cffc7f5..81f3000 100644 --- a/src/autonomy/fu/src/fu_node.cpp +++ b/src/autonomy/fu/src/fu_node.cpp @@ -739,7 +739,7 @@ class fu_node : public rclcpp::Node // 打印底部边框 ss << " " << std::string(grid[0].size(), '-') << std::endl; - LOG_DEBUG("%s", ss.str().c_str()); + LOG_INFO("%s", ss.str().c_str()); } void msg_callback_pl(const sweeper_interfaces::msg::Pl::SharedPtr msg)