mirror of
https://github.com/6-robot/wpr_simulation2.git
synced 2025-09-15 12:58:54 +08:00
update
This commit is contained in:
parent
e4242a4346
commit
929b443193
@ -151,7 +151,7 @@ private:
|
||||
ec.extract(cluster_indices);
|
||||
|
||||
// 输出聚类的数量
|
||||
RCLCPP_INFO(this->get_logger(), "Number of clusters: %d", cluster_indices.size());
|
||||
RCLCPP_INFO(this->get_logger(), "Number of clusters: %ld", cluster_indices.size());
|
||||
|
||||
// 清除上一次的方框显示
|
||||
RemoveBoxes();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user