Skip to content

Commit

Permalink
test no normals
Browse files Browse the repository at this point in the history
  • Loading branch information
torbsorb committed Sep 13, 2022
1 parent 14b2d5f commit c290ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zivid_camera/test/test_zivid_camera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class ZividNodeTest : public ZividNodeTestBase
ASSERT_EQ(snr_image_sub_.numMessages(), numTopics);
ASSERT_EQ(points_xyz_sub_.numMessages(), numTopics);
ASSERT_EQ(points_xyzrgba_sub_.numMessages(), numTopics);
ASSERT_EQ(normals_xyz_sub_.numMessages(), numTopics);
// ASSERT_EQ(normals_xyz_sub_.numMessages(), numTopics);
}
};

Expand Down Expand Up @@ -700,7 +700,7 @@ class CaptureAndSaveTest : public TestWithFileCamera
ASSERT_FALSE(ros::service::call(capture_and_save_service_name, capture_and_save));
ASSERT_FALSE(boost::filesystem::exists(file_path));
}
dr_get_max_wait_duration.sleep();
medium_wait_duration.sleep();
allCaptureTopicsSubscriber.assert_num_topics_received(1);
}
};
Expand Down

0 comments on commit c290ceb

Please sign in to comment.