Skip to content

Commit aea059b

Browse files
committed
Removing dupicate assertion for master_cam
1 parent 8d5033c commit aea059b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/capture.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,6 @@ void acquisition::Capture::load_cameras() {
297297
}
298298
ROS_ASSERT_MSG(cams.size(),"None of the connected cameras are in the config list!");
299299

300-
if (!EXTERNAL_TRIGGER_){
301-
ROS_ASSERT_MSG(master_set,"The camera supposed to be the master isn't connected!");
302-
}
303300
// Setting numCameras_ variable to reflect number of camera objects used.
304301
// numCameras_ variable is used in other methods where it means size of cams list.
305302
numCameras_ = cams.size();

0 commit comments

Comments
 (0)