Commit 166fa014 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

fixes cam (#285)

* Fixes node instantiation when bad camera/fp present

* Syntax error fix

* fixes isis serial

* fixes camera conn
parent e59008b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -515,7 +515,7 @@ class NetworkNode(Node):

            # Create the keypoints entry
            kps = Keypoints(path=kpspath, nkeypoints=0)
            cam = create_camera()
            cam = self.create_camera()
            try:
                fp = self.footprint
            except: