修复使能可视化栅格但是不打印的bug
This commit is contained in:
parent
ae9b7c1704
commit
5211cd55dc
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user