修复使能可视化栅格但是不打印的bug

This commit is contained in:
lyq 2026-01-23 14:45:24 +08:00
parent ae9b7c1704
commit 5211cd55dc

View File

@ -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)