Esempio n. 1
0
        public Geolocation(CAMProperties camera, GPSProperties gps)
        {
            this.camera = camera;
            this.gps    = gps;

            this.nedFrame = new LNEDFrame(gps);
            this.camFrame = new CAMFrame(camera);
        }
Esempio n. 2
0
        // Constructor
        public LNEDFrame(GPSProperties gps)
        {
            localGeoidHeight = RTDPSettings.terrainModelSettings.localGeoidHeight;
            zeroGpsDistance = RTDPSettings.geolocationSettings.zeroGpsDistance;
            zeroUavPitchRoll = RTDPSettings.geolocationSettings.zeroUavPitchRoll;

            gpsBODY = gps.gpsPosition;
        }
Esempio n. 3
0
        // Constructor
        public LNEDFrame(GPSProperties gps)
        {
            localGeoidHeight = RTDPSettings.terrainModelSettings.localGeoidHeight;
            zeroGpsDistance  = RTDPSettings.geolocationSettings.zeroGpsDistance;
            zeroUavPitchRoll = RTDPSettings.geolocationSettings.zeroUavPitchRoll;

            gpsBODY = gps.gpsPosition;
        }
Esempio n. 4
0
        public Geolocation(CAMProperties camera, GPSProperties gps)
        {
            this.camera = camera;
            this.gps = gps;

            this.nedFrame = new LNEDFrame(gps);
            this.camFrame = new CAMFrame(camera);
        }
Esempio n. 5
0
 static UASProperties()
 {
     irCamProperties = new CAMProperties();
     viCamProperties = new CAMProperties();
     gpsProperties = new GPSProperties();
 }
Esempio n. 6
0
 static UASProperties()
 {
     irCamProperties = new CAMProperties();
     viCamProperties = new CAMProperties();
     gpsProperties   = new GPSProperties();
 }