提交 93ec257c 编写于 作者: V Vincent Rabaud

better verbosity

上级 8e18a1c9
......@@ -86,6 +86,7 @@ class MapClientTest : public testing::Test
free_cnt++;
}
double free_ratio = free_cnt / (double)(i);
ROS_INFO("Min / ratio / Max free ratio: %f / %f / %f", g_min_free_ratio, free_ratio, g_max_free_ratio);
EXPECT_GE(free_ratio, g_min_free_ratio);
EXPECT_LE(free_ratio, g_max_free_ratio);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册