提交 2799c617 编写于 作者: L Li Zhuang 提交者: Liangliang Zhang

fix lint

上级 92c91914
......@@ -96,7 +96,8 @@ TEST_F(LidarLibGroundServiceDetectorTest,
EXPECT_TRUE(SceneManager::Instance().Init());
EXPECT_TRUE(ground_service_detector.Init(GroundDetectorInitOptions()));
EXPECT_FALSE(ground_service_detector.Detect(GroundDetectorOptions(), nullptr));
EXPECT_FALSE(ground_service_detector.Detect(GroundDetectorOptions()
, nullptr));
LidarFrame frame;
EXPECT_FALSE(ground_service_detector.Detect(GroundDetectorOptions(), &frame));
frame.world_cloud = base::PointDCloudPool::Instance().Get();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册