@volant-autonomy/via-sdk 1.4714.1 → 1.4725.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/volant-schema.d.ts +16 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -2511,8 +2511,15 @@ export interface components {
|
|
|
2511
2511
|
/**
|
|
2512
2512
|
* Above Mean Sea Level (AMSL) Altitude
|
|
2513
2513
|
* @description Altitude above mean sea level (AMSL), expressed in metres. This value is derived by combining the input altitude (specified above ground level (AGL)) with the terrain elevation from the selected elevation dataset.
|
|
2514
|
+
* @example 100
|
|
2514
2515
|
*/
|
|
2515
2516
|
altitude_amsl: number;
|
|
2517
|
+
/**
|
|
2518
|
+
* WGS84 Ellipsoidal Altitude
|
|
2519
|
+
* @description Height above the WGS84 Ellipsoid, expressed in metres.
|
|
2520
|
+
* @example 120
|
|
2521
|
+
*/
|
|
2522
|
+
altitude_wgs84_ellipsoidal: number;
|
|
2516
2523
|
};
|
|
2517
2524
|
/** HTTPValidationError */
|
|
2518
2525
|
HTTPValidationError: {
|
|
@@ -3762,8 +3769,15 @@ export interface components {
|
|
|
3762
3769
|
/**
|
|
3763
3770
|
* Above Mean Sea Level (AMSL) Altitude
|
|
3764
3771
|
* @description Altitude above mean sea level (AMSL), expressed in metres. This value is derived by combining the input altitude (specified above ground level (AGL)) with the terrain elevation from the selected elevation dataset.
|
|
3772
|
+
* @example 100
|
|
3765
3773
|
*/
|
|
3766
3774
|
altitude_amsl: number;
|
|
3775
|
+
/**
|
|
3776
|
+
* WGS84 Ellipsoidal Altitude
|
|
3777
|
+
* @description Height above the WGS84 Ellipsoid, expressed in metres.
|
|
3778
|
+
* @example 120
|
|
3779
|
+
*/
|
|
3780
|
+
altitude_wgs84_ellipsoidal: number;
|
|
3767
3781
|
};
|
|
3768
3782
|
/** StateRequest */
|
|
3769
3783
|
StateRequest: {
|
|
@@ -4498,6 +4512,7 @@ export interface components {
|
|
|
4498
4512
|
* @example [
|
|
4499
4513
|
* {
|
|
4500
4514
|
* "altitude_amsl": 100,
|
|
4515
|
+
* "altitude_wgs84_ellipsoidal": 120,
|
|
4501
4516
|
* "id": "03e5572a-f733-49af-bc14-8a18bd53ee39",
|
|
4502
4517
|
* "index": 0,
|
|
4503
4518
|
* "planar_distance": 0,
|
|
@@ -4514,6 +4529,7 @@ export interface components {
|
|
|
4514
4529
|
* },
|
|
4515
4530
|
* {
|
|
4516
4531
|
* "altitude_amsl": 100,
|
|
4532
|
+
* "altitude_wgs84_ellipsoidal": 120,
|
|
4517
4533
|
* "flight_parameters": {
|
|
4518
4534
|
* "airspeed": 20,
|
|
4519
4535
|
* "lateral": {
|