We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5033c commit aea059bCopy full SHA for aea059b
src/capture.cpp
@@ -297,9 +297,6 @@ void acquisition::Capture::load_cameras() {
297
}
298
ROS_ASSERT_MSG(cams.size(),"None of the connected cameras are in the config list!");
299
300
- if (!EXTERNAL_TRIGGER_){
301
- ROS_ASSERT_MSG(master_set,"The camera supposed to be the master isn't connected!");
302
- }
303
// Setting numCameras_ variable to reflect number of camera objects used.
304
// numCameras_ variable is used in other methods where it means size of cams list.
305
numCameras_ = cams.size();
0 commit comments