@anduril-industries/lattice-sdk 1.2.0
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/.github/CODEOWNERS +1 -0
- package/.github/workflows/commit-lint.yml +21 -0
- package/.github/workflows/release.yml +36 -0
- package/LICENSE.md +188 -0
- package/README.md +30 -0
- package/SECURITY.md +5 -0
- package/package.json +21 -0
- package/src/anduril/entitymanager/v1/classification.pub_pb.d.ts +142 -0
- package/src/anduril/entitymanager/v1/classification.pub_pb.js +47 -0
- package/src/anduril/entitymanager/v1/contact_details.pub_pb.d.ts +32 -0
- package/src/anduril/entitymanager/v1/contact_details.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/correlations.pub_pb.d.ts +189 -0
- package/src/anduril/entitymanager/v1/correlations.pub_pb.js +55 -0
- package/src/anduril/entitymanager/v1/dimensions.pub_pb.d.ts +30 -0
- package/src/anduril/entitymanager/v1/dimensions.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/entity.pub_pb.d.ts +1043 -0
- package/src/anduril/entitymanager/v1/entity.pub_pb.js +211 -0
- package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.d.ts +493 -0
- package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.js +143 -0
- package/src/anduril/entitymanager/v1/filter.pub_pb.d.ts +735 -0
- package/src/anduril/entitymanager/v1/filter.pub_pb.js +182 -0
- package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.d.ts +116 -0
- package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.js +34 -0
- package/src/anduril/entitymanager/v1/geoentity.pub_pb.d.ts +325 -0
- package/src/anduril/entitymanager/v1/geoentity.pub_pb.js +91 -0
- package/src/anduril/entitymanager/v1/group.pub_pb.d.ts +26 -0
- package/src/anduril/entitymanager/v1/group.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/health_status.pub_pb.d.ts +344 -0
- package/src/anduril/entitymanager/v1/health_status.pub_pb.js +90 -0
- package/src/anduril/entitymanager/v1/location.pub_pb.d.ts +278 -0
- package/src/anduril/entitymanager/v1/location.pub_pb.js +56 -0
- package/src/anduril/entitymanager/v1/media.pub_pb.d.ts +97 -0
- package/src/anduril/entitymanager/v1/media.pub_pb.js +39 -0
- package/src/anduril/entitymanager/v1/notification.pub_pb.d.ts +50 -0
- package/src/anduril/entitymanager/v1/notification.pub_pb.js +20 -0
- package/src/anduril/entitymanager/v1/ontology.pub_pb.d.ts +76 -0
- package/src/anduril/entitymanager/v1/ontology.pub_pb.js +29 -0
- package/src/anduril/entitymanager/v1/options.pub_pb.d.ts +17 -0
- package/src/anduril/entitymanager/v1/options.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/orbit.pub_pb.d.ts +31 -0
- package/src/anduril/entitymanager/v1/orbit.pub_pb.js +20 -0
- package/src/anduril/entitymanager/v1/payloads.pub_pb.d.ts +143 -0
- package/src/anduril/entitymanager/v1/payloads.pub_pb.js +49 -0
- package/src/anduril/entitymanager/v1/power.pub_pb.d.ts +230 -0
- package/src/anduril/entitymanager/v1/power.pub_pb.js +58 -0
- package/src/anduril/entitymanager/v1/rate_limit.pub_pb.d.ts +38 -0
- package/src/anduril/entitymanager/v1/rate_limit.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/relationship.pub_pb.d.ts +184 -0
- package/src/anduril/entitymanager/v1/relationship.pub_pb.js +63 -0
- package/src/anduril/entitymanager/v1/route_details.pub_pb.d.ts +38 -0
- package/src/anduril/entitymanager/v1/route_details.pub_pb.js +20 -0
- package/src/anduril/entitymanager/v1/schedule.pub_pb.d.ts +124 -0
- package/src/anduril/entitymanager/v1/schedule.pub_pb.js +47 -0
- package/src/anduril/entitymanager/v1/sensors.pub_pb.d.ts +434 -0
- package/src/anduril/entitymanager/v1/sensors.pub_pb.js +104 -0
- package/src/anduril/entitymanager/v1/signal.pub_pb.d.ts +432 -0
- package/src/anduril/entitymanager/v1/signal.pub_pb.js +98 -0
- package/src/anduril/entitymanager/v1/supplies.pub_pb.d.ts +102 -0
- package/src/anduril/entitymanager/v1/supplies.pub_pb.js +29 -0
- package/src/anduril/entitymanager/v1/target_priority.pub_pb.d.ts +130 -0
- package/src/anduril/entitymanager/v1/target_priority.pub_pb.js +41 -0
- package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.d.ts +163 -0
- package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.js +48 -0
- package/src/anduril/entitymanager/v1/types.pub_pb.d.ts +391 -0
- package/src/anduril/entitymanager/v1/types.pub_pb.js +81 -0
- package/src/anduril/ontology/v1/type.pub_pb.d.ts +693 -0
- package/src/anduril/ontology/v1/type.pub_pb.js +65 -0
- package/src/anduril/taskmanager/v1/generic_spec.pub_pb.d.ts +33 -0
- package/src/anduril/taskmanager/v1/generic_spec.pub_pb.js +20 -0
- package/src/anduril/taskmanager/v1/task.pub_pb.d.ts +873 -0
- package/src/anduril/taskmanager/v1/task.pub_pb.js +192 -0
- package/src/anduril/taskmanager/v1/task_api.pub_pb.d.ts +81 -0
- package/src/anduril/taskmanager/v1/task_api.pub_pb.js +34 -0
- package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.d.ts +551 -0
- package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.js +143 -0
- package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.d.ts +112 -0
- package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.js +52 -0
- package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.d.ts +143 -0
- package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.js +69 -0
- package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.d.ts +55 -0
- package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.js +31 -0
- package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.d.ts +88 -0
- package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.js +35 -0
- package/src/anduril/tasks/v2/catalog.pub_pb.d.ts +53 -0
- package/src/anduril/tasks/v2/catalog.pub_pb.js +26 -0
- package/src/anduril/tasks/v2/common.pub_pb.d.ts +184 -0
- package/src/anduril/tasks/v2/common.pub_pb.js +67 -0
- package/src/anduril/tasks/v2/objective.pub_pb.d.ts +83 -0
- package/src/anduril/tasks/v2/objective.pub_pb.js +27 -0
- package/src/anduril/tasks/v2/shared/isr.pub_pb.d.ts +714 -0
- package/src/anduril/tasks/v2/shared/isr.pub_pb.js +181 -0
- package/src/anduril/tasks/v2/shared/maneuver.pub_pb.d.ts +182 -0
- package/src/anduril/tasks/v2/shared/maneuver.pub_pb.js +75 -0
- package/src/anduril/tasks/v2/shared/strike.pub_pb.d.ts +210 -0
- package/src/anduril/tasks/v2/shared/strike.pub_pb.js +57 -0
- package/src/anduril/type/attribution.pub_pb.d.ts +37 -0
- package/src/anduril/type/attribution.pub_pb.js +19 -0
- package/src/anduril/type/color.pub_pb.d.ts +61 -0
- package/src/anduril/type/color.pub_pb.js +20 -0
- package/src/anduril/type/coords.pub_pb.d.ts +730 -0
- package/src/anduril/type/coords.pub_pb.js +180 -0
- package/src/anduril/type/geometry.pub_pb.d.ts +68 -0
- package/src/anduril/type/geometry.pub_pb.js +20 -0
- package/src/anduril/type/orbit.pub_pb.d.ts +306 -0
- package/src/anduril/type/orbit.pub_pb.js +65 -0
|
@@ -0,0 +1,730 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/type/coords.pub.proto (package anduril.type, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file anduril/type/coords.pub.proto.
|
|
10
|
+
*/
|
|
11
|
+
export declare const file_anduril_type_coords_pub: GenFile;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Spherical angular coordinates
|
|
15
|
+
*
|
|
16
|
+
* @generated from message anduril.type.ThetaPhi
|
|
17
|
+
*/
|
|
18
|
+
export declare type ThetaPhi = Message<"anduril.type.ThetaPhi"> & {
|
|
19
|
+
/**
|
|
20
|
+
* Angle clockwise relative to forward in degrees (Azimuth).
|
|
21
|
+
*
|
|
22
|
+
* @generated from field: double theta = 1;
|
|
23
|
+
*/
|
|
24
|
+
theta: number;
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Angle upward relative to forward in degrees (Elevation).
|
|
28
|
+
*
|
|
29
|
+
* @generated from field: double phi = 2;
|
|
30
|
+
*/
|
|
31
|
+
phi: number;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Describes the message anduril.type.ThetaPhi.
|
|
36
|
+
* Use `create(ThetaPhiSchema)` to create a new message.
|
|
37
|
+
*/
|
|
38
|
+
export declare const ThetaPhiSchema: GenMessage<ThetaPhi>;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* @generated from message anduril.type.LLA
|
|
42
|
+
*/
|
|
43
|
+
export declare type LLA = Message<"anduril.type.LLA"> & {
|
|
44
|
+
/**
|
|
45
|
+
* WGS84 longitude in decimal degrees
|
|
46
|
+
*
|
|
47
|
+
* @generated from field: double lon = 1;
|
|
48
|
+
*/
|
|
49
|
+
lon: number;
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* WGS84 geodetic latitude in decimal degrees
|
|
53
|
+
*
|
|
54
|
+
* @generated from field: double lat = 2;
|
|
55
|
+
*/
|
|
56
|
+
lat: number;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* altitude in meters above either WGS84 or EGM96 (see altitude_reference)
|
|
60
|
+
*
|
|
61
|
+
* @generated from field: double alt = 3;
|
|
62
|
+
*/
|
|
63
|
+
alt: number;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* [default=false] indicates that altitude is either unset or so uncertain that it is meaningless
|
|
67
|
+
*
|
|
68
|
+
* @generated from field: bool is2d = 4;
|
|
69
|
+
*/
|
|
70
|
+
is2d: boolean;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* Meaning of alt.
|
|
74
|
+
* altitude in meters above either WGS84 or EGM96, use altitude_reference to
|
|
75
|
+
* determine what zero means.
|
|
76
|
+
*
|
|
77
|
+
* @generated from field: anduril.type.LLA.AltitudeReference altitude_reference = 5;
|
|
78
|
+
*/
|
|
79
|
+
altitudeReference: LLA_AltitudeReference;
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Describes the message anduril.type.LLA.
|
|
84
|
+
* Use `create(LLASchema)` to create a new message.
|
|
85
|
+
*/
|
|
86
|
+
export declare const LLASchema: GenMessage<LLA>;
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* What altitude of zero refers to.
|
|
90
|
+
*
|
|
91
|
+
* @generated from enum anduril.type.LLA.AltitudeReference
|
|
92
|
+
*/
|
|
93
|
+
export enum LLA_AltitudeReference {
|
|
94
|
+
/**
|
|
95
|
+
* Depending on the context its possible INVALID just means that it is
|
|
96
|
+
* clear from the context (e.g. this is LLA is named lla_hae).
|
|
97
|
+
* This also might mean AGL which would depend on what height map you are
|
|
98
|
+
* using.
|
|
99
|
+
*
|
|
100
|
+
* @generated from enum value: ALTITUDE_REFERENCE_INVALID = 0;
|
|
101
|
+
*/
|
|
102
|
+
INVALID = 0,
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* commonly called height above ellipsoid (HAE)
|
|
106
|
+
*
|
|
107
|
+
* @generated from enum value: ALTITUDE_REFERENCE_HEIGHT_ABOVE_WGS84 = 1;
|
|
108
|
+
*/
|
|
109
|
+
HEIGHT_ABOVE_WGS84 = 1,
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* commonly called mean sea level (MSL)
|
|
113
|
+
*
|
|
114
|
+
* @generated from enum value: ALTITUDE_REFERENCE_HEIGHT_ABOVE_EGM96 = 2;
|
|
115
|
+
*/
|
|
116
|
+
HEIGHT_ABOVE_EGM96 = 2,
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* Publishing an altitude with an unkown reference
|
|
120
|
+
*
|
|
121
|
+
* @generated from enum value: ALTITUDE_REFERENCE_UNKNOWN = 3;
|
|
122
|
+
*/
|
|
123
|
+
UNKNOWN = 3,
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* ADSB sometimes published barometrically-measured alt
|
|
127
|
+
*
|
|
128
|
+
* @generated from enum value: ALTITUDE_REFERENCE_BAROMETRIC = 4;
|
|
129
|
+
*/
|
|
130
|
+
BAROMETRIC = 4,
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* Positive distance above sea floor (ASF) at a specific lat/lon
|
|
134
|
+
*
|
|
135
|
+
* @generated from enum value: ALTITUDE_REFERENCE_ABOVE_SEA_FLOOR = 5;
|
|
136
|
+
*/
|
|
137
|
+
ABOVE_SEA_FLOOR = 5,
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* Positive distance below surface at a specific lat/lon
|
|
141
|
+
*
|
|
142
|
+
* @generated from enum value: ALTITUDE_REFERENCE_BELOW_SEA_SURFACE = 6;
|
|
143
|
+
*/
|
|
144
|
+
BELOW_SEA_SURFACE = 6,
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* Describes the enum anduril.type.LLA.AltitudeReference.
|
|
149
|
+
*/
|
|
150
|
+
export declare const LLA_AltitudeReferenceSchema: GenEnum<LLA_AltitudeReference>;
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* @generated from message anduril.type.ENU
|
|
154
|
+
*/
|
|
155
|
+
export declare type ENU = Message<"anduril.type.ENU"> & {
|
|
156
|
+
/**
|
|
157
|
+
* @generated from field: double e = 1;
|
|
158
|
+
*/
|
|
159
|
+
e: number;
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* @generated from field: double n = 2;
|
|
163
|
+
*/
|
|
164
|
+
n: number;
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* @generated from field: double u = 3;
|
|
168
|
+
*/
|
|
169
|
+
u: number;
|
|
170
|
+
};
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* Describes the message anduril.type.ENU.
|
|
174
|
+
* Use `create(ENUSchema)` to create a new message.
|
|
175
|
+
*/
|
|
176
|
+
export declare const ENUSchema: GenMessage<ENU>;
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* Holds ECI (Earth-Centered Inertial, https://en.wikipedia.org/wiki/Earth-centered_inertial)
|
|
180
|
+
* coordinates.
|
|
181
|
+
*
|
|
182
|
+
* @generated from message anduril.type.ECI
|
|
183
|
+
*/
|
|
184
|
+
export declare type ECI = Message<"anduril.type.ECI"> & {
|
|
185
|
+
/**
|
|
186
|
+
* Holds the x-coordinate of ECI.
|
|
187
|
+
*
|
|
188
|
+
* @generated from field: double x = 1;
|
|
189
|
+
*/
|
|
190
|
+
x: number;
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* Holds the y-coordinate of ECI.
|
|
194
|
+
*
|
|
195
|
+
* @generated from field: double y = 2;
|
|
196
|
+
*/
|
|
197
|
+
y: number;
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* Holds the z-coordinate of ECI.
|
|
201
|
+
*
|
|
202
|
+
* @generated from field: double z = 3;
|
|
203
|
+
*/
|
|
204
|
+
z: number;
|
|
205
|
+
};
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* Describes the message anduril.type.ECI.
|
|
209
|
+
* Use `create(ECISchema)` to create a new message.
|
|
210
|
+
*/
|
|
211
|
+
export declare const ECISchema: GenMessage<ECI>;
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* @generated from message anduril.type.Vec2
|
|
215
|
+
*/
|
|
216
|
+
export declare type Vec2 = Message<"anduril.type.Vec2"> & {
|
|
217
|
+
/**
|
|
218
|
+
* @generated from field: double x = 1;
|
|
219
|
+
*/
|
|
220
|
+
x: number;
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* @generated from field: double y = 2;
|
|
224
|
+
*/
|
|
225
|
+
y: number;
|
|
226
|
+
};
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* Describes the message anduril.type.Vec2.
|
|
230
|
+
* Use `create(Vec2Schema)` to create a new message.
|
|
231
|
+
*/
|
|
232
|
+
export declare const Vec2Schema: GenMessage<Vec2>;
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* @generated from message anduril.type.Vec2f
|
|
236
|
+
*/
|
|
237
|
+
export declare type Vec2f = Message<"anduril.type.Vec2f"> & {
|
|
238
|
+
/**
|
|
239
|
+
* @generated from field: float x = 1;
|
|
240
|
+
*/
|
|
241
|
+
x: number;
|
|
242
|
+
|
|
243
|
+
/**
|
|
244
|
+
* @generated from field: float y = 2;
|
|
245
|
+
*/
|
|
246
|
+
y: number;
|
|
247
|
+
};
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* Describes the message anduril.type.Vec2f.
|
|
251
|
+
* Use `create(Vec2fSchema)` to create a new message.
|
|
252
|
+
*/
|
|
253
|
+
export declare const Vec2fSchema: GenMessage<Vec2f>;
|
|
254
|
+
|
|
255
|
+
/**
|
|
256
|
+
* @generated from message anduril.type.Vec3
|
|
257
|
+
*/
|
|
258
|
+
export declare type Vec3 = Message<"anduril.type.Vec3"> & {
|
|
259
|
+
/**
|
|
260
|
+
* @generated from field: double x = 1;
|
|
261
|
+
*/
|
|
262
|
+
x: number;
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* @generated from field: double y = 2;
|
|
266
|
+
*/
|
|
267
|
+
y: number;
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* @generated from field: double z = 3;
|
|
271
|
+
*/
|
|
272
|
+
z: number;
|
|
273
|
+
};
|
|
274
|
+
|
|
275
|
+
/**
|
|
276
|
+
* Describes the message anduril.type.Vec3.
|
|
277
|
+
* Use `create(Vec3Schema)` to create a new message.
|
|
278
|
+
*/
|
|
279
|
+
export declare const Vec3Schema: GenMessage<Vec3>;
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* @generated from message anduril.type.Vec3f
|
|
283
|
+
*/
|
|
284
|
+
export declare type Vec3f = Message<"anduril.type.Vec3f"> & {
|
|
285
|
+
/**
|
|
286
|
+
* @generated from field: float x = 1;
|
|
287
|
+
*/
|
|
288
|
+
x: number;
|
|
289
|
+
|
|
290
|
+
/**
|
|
291
|
+
* @generated from field: float y = 2;
|
|
292
|
+
*/
|
|
293
|
+
y: number;
|
|
294
|
+
|
|
295
|
+
/**
|
|
296
|
+
* @generated from field: float z = 3;
|
|
297
|
+
*/
|
|
298
|
+
z: number;
|
|
299
|
+
};
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* Describes the message anduril.type.Vec3f.
|
|
303
|
+
* Use `create(Vec3fSchema)` to create a new message.
|
|
304
|
+
*/
|
|
305
|
+
export declare const Vec3fSchema: GenMessage<Vec3f>;
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* @generated from message anduril.type.Quaternion
|
|
309
|
+
*/
|
|
310
|
+
export declare type Quaternion = Message<"anduril.type.Quaternion"> & {
|
|
311
|
+
/**
|
|
312
|
+
* x, y, z are vector portion, w is scalar
|
|
313
|
+
*
|
|
314
|
+
* @generated from field: double x = 1;
|
|
315
|
+
*/
|
|
316
|
+
x: number;
|
|
317
|
+
|
|
318
|
+
/**
|
|
319
|
+
* @generated from field: double y = 2;
|
|
320
|
+
*/
|
|
321
|
+
y: number;
|
|
322
|
+
|
|
323
|
+
/**
|
|
324
|
+
* @generated from field: double z = 3;
|
|
325
|
+
*/
|
|
326
|
+
z: number;
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* @generated from field: double w = 4;
|
|
330
|
+
*/
|
|
331
|
+
w: number;
|
|
332
|
+
};
|
|
333
|
+
|
|
334
|
+
/**
|
|
335
|
+
* Describes the message anduril.type.Quaternion.
|
|
336
|
+
* Use `create(QuaternionSchema)` to create a new message.
|
|
337
|
+
*/
|
|
338
|
+
export declare const QuaternionSchema: GenMessage<Quaternion>;
|
|
339
|
+
|
|
340
|
+
/**
|
|
341
|
+
* Yaw-Pitch in radians
|
|
342
|
+
*
|
|
343
|
+
* @generated from message anduril.type.YawPitch
|
|
344
|
+
*/
|
|
345
|
+
export declare type YawPitch = Message<"anduril.type.YawPitch"> & {
|
|
346
|
+
/**
|
|
347
|
+
* @generated from field: double yaw = 1;
|
|
348
|
+
*/
|
|
349
|
+
yaw: number;
|
|
350
|
+
|
|
351
|
+
/**
|
|
352
|
+
* @generated from field: double pitch = 2;
|
|
353
|
+
*/
|
|
354
|
+
pitch: number;
|
|
355
|
+
};
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* Describes the message anduril.type.YawPitch.
|
|
359
|
+
* Use `create(YawPitchSchema)` to create a new message.
|
|
360
|
+
*/
|
|
361
|
+
export declare const YawPitchSchema: GenMessage<YawPitch>;
|
|
362
|
+
|
|
363
|
+
/**
|
|
364
|
+
* Yaw-Pitch-Roll in degrees.
|
|
365
|
+
*
|
|
366
|
+
* @generated from message anduril.type.YPR
|
|
367
|
+
*/
|
|
368
|
+
export declare type YPR = Message<"anduril.type.YPR"> & {
|
|
369
|
+
/**
|
|
370
|
+
* @generated from field: double yaw = 1;
|
|
371
|
+
*/
|
|
372
|
+
yaw: number;
|
|
373
|
+
|
|
374
|
+
/**
|
|
375
|
+
* @generated from field: double pitch = 2;
|
|
376
|
+
*/
|
|
377
|
+
pitch: number;
|
|
378
|
+
|
|
379
|
+
/**
|
|
380
|
+
* @generated from field: double roll = 3;
|
|
381
|
+
*/
|
|
382
|
+
roll: number;
|
|
383
|
+
};
|
|
384
|
+
|
|
385
|
+
/**
|
|
386
|
+
* Describes the message anduril.type.YPR.
|
|
387
|
+
* Use `create(YPRSchema)` to create a new message.
|
|
388
|
+
*/
|
|
389
|
+
export declare const YPRSchema: GenMessage<YPR>;
|
|
390
|
+
|
|
391
|
+
/**
|
|
392
|
+
* @generated from message anduril.type.Pose
|
|
393
|
+
*/
|
|
394
|
+
export declare type Pose = Message<"anduril.type.Pose"> & {
|
|
395
|
+
/**
|
|
396
|
+
* Geospatial location defined by this Pose.
|
|
397
|
+
*
|
|
398
|
+
* @generated from field: anduril.type.LLA pos = 1;
|
|
399
|
+
*/
|
|
400
|
+
pos?: LLA;
|
|
401
|
+
|
|
402
|
+
/**
|
|
403
|
+
* The quaternion to transform a point in the Pose frame to the ENU frame. The Pose frame could be Body, Turret,
|
|
404
|
+
* etc and is determined by the context in which this Pose is used.
|
|
405
|
+
* The normal convention for defining orientation is to list the frames of transformation, for example
|
|
406
|
+
* att_gimbal_to_enu is the quaternion which transforms a point in the gimbal frame to the body frame, but
|
|
407
|
+
* in this case we truncate to att_enu because the Pose frame isn't defined. A potentially better name for this
|
|
408
|
+
* field would have been att_pose_to_enu.
|
|
409
|
+
*
|
|
410
|
+
* Implementations of this quaternion should left multiply this quaternion to transform a point from the Pose frame
|
|
411
|
+
* to the enu frame.
|
|
412
|
+
*
|
|
413
|
+
* Point<Pose\> posePt{1,0,0};
|
|
414
|
+
* Rotation<Enu, Pose\> attPoseToEnu{};
|
|
415
|
+
* Point<Enu\> = attPoseToEnu*posePt;
|
|
416
|
+
*
|
|
417
|
+
* This transformed point represents some vector in ENU space that is aligned with the x axis of the attPoseToEnu
|
|
418
|
+
* matrix.
|
|
419
|
+
*
|
|
420
|
+
* An alternative matrix expression is as follows:
|
|
421
|
+
* ptEnu = M x ptPose
|
|
422
|
+
*
|
|
423
|
+
* @generated from field: anduril.type.Quaternion att_enu = 2;
|
|
424
|
+
*/
|
|
425
|
+
attEnu?: Quaternion;
|
|
426
|
+
};
|
|
427
|
+
|
|
428
|
+
/**
|
|
429
|
+
* Describes the message anduril.type.Pose.
|
|
430
|
+
* Use `create(PoseSchema)` to create a new message.
|
|
431
|
+
*/
|
|
432
|
+
export declare const PoseSchema: GenMessage<Pose>;
|
|
433
|
+
|
|
434
|
+
/**
|
|
435
|
+
* @generated from message anduril.type.LLAPolygon
|
|
436
|
+
*/
|
|
437
|
+
export declare type LLAPolygon = Message<"anduril.type.LLAPolygon"> & {
|
|
438
|
+
/**
|
|
439
|
+
* standard is that points are defined in a counter-clockwise order. this
|
|
440
|
+
* is only the exterior ring of a polygon, no holes are supported.
|
|
441
|
+
*
|
|
442
|
+
* @generated from field: repeated anduril.type.LLA points = 1;
|
|
443
|
+
*/
|
|
444
|
+
points: LLA[];
|
|
445
|
+
};
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* Describes the message anduril.type.LLAPolygon.
|
|
449
|
+
* Use `create(LLAPolygonSchema)` to create a new message.
|
|
450
|
+
*/
|
|
451
|
+
export declare const LLAPolygonSchema: GenMessage<LLAPolygon>;
|
|
452
|
+
|
|
453
|
+
/**
|
|
454
|
+
* @generated from message anduril.type.AERPolygon
|
|
455
|
+
*/
|
|
456
|
+
export declare type AERPolygon = Message<"anduril.type.AERPolygon"> & {
|
|
457
|
+
/**
|
|
458
|
+
* Azimuth-Range-Elevation
|
|
459
|
+
*
|
|
460
|
+
* @generated from field: repeated anduril.type.Spherical points = 1;
|
|
461
|
+
*/
|
|
462
|
+
points: Spherical[];
|
|
463
|
+
};
|
|
464
|
+
|
|
465
|
+
/**
|
|
466
|
+
* Describes the message anduril.type.AERPolygon.
|
|
467
|
+
* Use `create(AERPolygonSchema)` to create a new message.
|
|
468
|
+
*/
|
|
469
|
+
export declare const AERPolygonSchema: GenMessage<AERPolygon>;
|
|
470
|
+
|
|
471
|
+
/**
|
|
472
|
+
* @generated from message anduril.type.LLAPath
|
|
473
|
+
*/
|
|
474
|
+
export declare type LLAPath = Message<"anduril.type.LLAPath"> & {
|
|
475
|
+
/**
|
|
476
|
+
* Ordered list of points on the path.
|
|
477
|
+
*
|
|
478
|
+
* @generated from field: repeated anduril.type.LLA points = 1;
|
|
479
|
+
*/
|
|
480
|
+
points: LLA[];
|
|
481
|
+
|
|
482
|
+
/**
|
|
483
|
+
* True if the last point on the path connects to the first in a closed
|
|
484
|
+
* loop
|
|
485
|
+
*
|
|
486
|
+
* @generated from field: bool loop = 2;
|
|
487
|
+
*/
|
|
488
|
+
loop: boolean;
|
|
489
|
+
};
|
|
490
|
+
|
|
491
|
+
/**
|
|
492
|
+
* Describes the message anduril.type.LLAPath.
|
|
493
|
+
* Use `create(LLAPathSchema)` to create a new message.
|
|
494
|
+
*/
|
|
495
|
+
export declare const LLAPathSchema: GenMessage<LLAPath>;
|
|
496
|
+
|
|
497
|
+
/**
|
|
498
|
+
* @generated from message anduril.type.Spherical
|
|
499
|
+
*/
|
|
500
|
+
export declare type Spherical = Message<"anduril.type.Spherical"> & {
|
|
501
|
+
/**
|
|
502
|
+
* azimuth angle in radians
|
|
503
|
+
*
|
|
504
|
+
* @generated from field: double az = 1;
|
|
505
|
+
*/
|
|
506
|
+
az: number;
|
|
507
|
+
|
|
508
|
+
/**
|
|
509
|
+
* elevation angle in radians, we'll use 0 = XY plane
|
|
510
|
+
*
|
|
511
|
+
* @generated from field: double el = 2;
|
|
512
|
+
*/
|
|
513
|
+
el: number;
|
|
514
|
+
|
|
515
|
+
/**
|
|
516
|
+
* range in meters
|
|
517
|
+
*
|
|
518
|
+
* @generated from field: double range = 3;
|
|
519
|
+
*/
|
|
520
|
+
range: number;
|
|
521
|
+
};
|
|
522
|
+
|
|
523
|
+
/**
|
|
524
|
+
* Describes the message anduril.type.Spherical.
|
|
525
|
+
* Use `create(SphericalSchema)` to create a new message.
|
|
526
|
+
*/
|
|
527
|
+
export declare const SphericalSchema: GenMessage<Spherical>;
|
|
528
|
+
|
|
529
|
+
/**
|
|
530
|
+
* @generated from message anduril.type.DoubleRange
|
|
531
|
+
*/
|
|
532
|
+
export declare type DoubleRange = Message<"anduril.type.DoubleRange"> & {
|
|
533
|
+
/**
|
|
534
|
+
* @generated from field: double min = 1;
|
|
535
|
+
*/
|
|
536
|
+
min: number;
|
|
537
|
+
|
|
538
|
+
/**
|
|
539
|
+
* @generated from field: double max = 2;
|
|
540
|
+
*/
|
|
541
|
+
max: number;
|
|
542
|
+
};
|
|
543
|
+
|
|
544
|
+
/**
|
|
545
|
+
* Describes the message anduril.type.DoubleRange.
|
|
546
|
+
* Use `create(DoubleRangeSchema)` to create a new message.
|
|
547
|
+
*/
|
|
548
|
+
export declare const DoubleRangeSchema: GenMessage<DoubleRange>;
|
|
549
|
+
|
|
550
|
+
/**
|
|
551
|
+
* @generated from message anduril.type.Uint64Range
|
|
552
|
+
*/
|
|
553
|
+
export declare type Uint64Range = Message<"anduril.type.Uint64Range"> & {
|
|
554
|
+
/**
|
|
555
|
+
* @generated from field: uint64 min = 1;
|
|
556
|
+
*/
|
|
557
|
+
min: bigint;
|
|
558
|
+
|
|
559
|
+
/**
|
|
560
|
+
* @generated from field: uint64 max = 2;
|
|
561
|
+
*/
|
|
562
|
+
max: bigint;
|
|
563
|
+
};
|
|
564
|
+
|
|
565
|
+
/**
|
|
566
|
+
* Describes the message anduril.type.Uint64Range.
|
|
567
|
+
* Use `create(Uint64RangeSchema)` to create a new message.
|
|
568
|
+
*/
|
|
569
|
+
export declare const Uint64RangeSchema: GenMessage<Uint64Range>;
|
|
570
|
+
|
|
571
|
+
/**
|
|
572
|
+
* A symmetric 4D matrix only representing the upper right triangle, useful for covariance matrices.
|
|
573
|
+
*
|
|
574
|
+
* @generated from message anduril.type.TMat4f
|
|
575
|
+
*/
|
|
576
|
+
export declare type TMat4f = Message<"anduril.type.TMat4f"> & {
|
|
577
|
+
/**
|
|
578
|
+
* @generated from field: float m00 = 1;
|
|
579
|
+
*/
|
|
580
|
+
m00: number;
|
|
581
|
+
|
|
582
|
+
/**
|
|
583
|
+
* @generated from field: float m01 = 2;
|
|
584
|
+
*/
|
|
585
|
+
m01: number;
|
|
586
|
+
|
|
587
|
+
/**
|
|
588
|
+
* @generated from field: float m02 = 3;
|
|
589
|
+
*/
|
|
590
|
+
m02: number;
|
|
591
|
+
|
|
592
|
+
/**
|
|
593
|
+
* @generated from field: float m03 = 4;
|
|
594
|
+
*/
|
|
595
|
+
m03: number;
|
|
596
|
+
|
|
597
|
+
/**
|
|
598
|
+
* @generated from field: float m11 = 5;
|
|
599
|
+
*/
|
|
600
|
+
m11: number;
|
|
601
|
+
|
|
602
|
+
/**
|
|
603
|
+
* @generated from field: float m12 = 6;
|
|
604
|
+
*/
|
|
605
|
+
m12: number;
|
|
606
|
+
|
|
607
|
+
/**
|
|
608
|
+
* @generated from field: float m13 = 7;
|
|
609
|
+
*/
|
|
610
|
+
m13: number;
|
|
611
|
+
|
|
612
|
+
/**
|
|
613
|
+
* @generated from field: float m22 = 8;
|
|
614
|
+
*/
|
|
615
|
+
m22: number;
|
|
616
|
+
|
|
617
|
+
/**
|
|
618
|
+
* @generated from field: float m23 = 9;
|
|
619
|
+
*/
|
|
620
|
+
m23: number;
|
|
621
|
+
|
|
622
|
+
/**
|
|
623
|
+
* @generated from field: float m33 = 10;
|
|
624
|
+
*/
|
|
625
|
+
m33: number;
|
|
626
|
+
};
|
|
627
|
+
|
|
628
|
+
/**
|
|
629
|
+
* Describes the message anduril.type.TMat4f.
|
|
630
|
+
* Use `create(TMat4fSchema)` to create a new message.
|
|
631
|
+
*/
|
|
632
|
+
export declare const TMat4fSchema: GenMessage<TMat4f>;
|
|
633
|
+
|
|
634
|
+
/**
|
|
635
|
+
* A symmetric 3D matrix only representing the upper right triangle, useful for covariance matrices.
|
|
636
|
+
*
|
|
637
|
+
* @generated from message anduril.type.TMat3
|
|
638
|
+
*/
|
|
639
|
+
export declare type TMat3 = Message<"anduril.type.TMat3"> & {
|
|
640
|
+
/**
|
|
641
|
+
* @generated from field: double mxx = 1;
|
|
642
|
+
*/
|
|
643
|
+
mxx: number;
|
|
644
|
+
|
|
645
|
+
/**
|
|
646
|
+
* @generated from field: double mxy = 2;
|
|
647
|
+
*/
|
|
648
|
+
mxy: number;
|
|
649
|
+
|
|
650
|
+
/**
|
|
651
|
+
* @generated from field: double mxz = 3;
|
|
652
|
+
*/
|
|
653
|
+
mxz: number;
|
|
654
|
+
|
|
655
|
+
/**
|
|
656
|
+
* @generated from field: double myy = 4;
|
|
657
|
+
*/
|
|
658
|
+
myy: number;
|
|
659
|
+
|
|
660
|
+
/**
|
|
661
|
+
* @generated from field: double myz = 5;
|
|
662
|
+
*/
|
|
663
|
+
myz: number;
|
|
664
|
+
|
|
665
|
+
/**
|
|
666
|
+
* @generated from field: double mzz = 6;
|
|
667
|
+
*/
|
|
668
|
+
mzz: number;
|
|
669
|
+
};
|
|
670
|
+
|
|
671
|
+
/**
|
|
672
|
+
* Describes the message anduril.type.TMat3.
|
|
673
|
+
* Use `create(TMat3Schema)` to create a new message.
|
|
674
|
+
*/
|
|
675
|
+
export declare const TMat3Schema: GenMessage<TMat3>;
|
|
676
|
+
|
|
677
|
+
/**
|
|
678
|
+
* symmetric 2d matrix only representing the upper right triangle, useful for
|
|
679
|
+
* covariance matrices
|
|
680
|
+
*
|
|
681
|
+
* @generated from message anduril.type.TMat2
|
|
682
|
+
*/
|
|
683
|
+
export declare type TMat2 = Message<"anduril.type.TMat2"> & {
|
|
684
|
+
/**
|
|
685
|
+
* @generated from field: double mxx = 1;
|
|
686
|
+
*/
|
|
687
|
+
mxx: number;
|
|
688
|
+
|
|
689
|
+
/**
|
|
690
|
+
* @generated from field: double mxy = 2;
|
|
691
|
+
*/
|
|
692
|
+
mxy: number;
|
|
693
|
+
|
|
694
|
+
/**
|
|
695
|
+
* @generated from field: double myy = 3;
|
|
696
|
+
*/
|
|
697
|
+
myy: number;
|
|
698
|
+
};
|
|
699
|
+
|
|
700
|
+
/**
|
|
701
|
+
* Describes the message anduril.type.TMat2.
|
|
702
|
+
* Use `create(TMat2Schema)` to create a new message.
|
|
703
|
+
*/
|
|
704
|
+
export declare const TMat2Schema: GenMessage<TMat2>;
|
|
705
|
+
|
|
706
|
+
/**
|
|
707
|
+
* Rx + t, Technically this is a duplicate of AffineTransform
|
|
708
|
+
* but Affine Transform isn't really an affine transform (since it doesn't allow
|
|
709
|
+
* skewing and stretching).
|
|
710
|
+
*
|
|
711
|
+
* @generated from message anduril.type.RigidTransform
|
|
712
|
+
*/
|
|
713
|
+
export declare type RigidTransform = Message<"anduril.type.RigidTransform"> & {
|
|
714
|
+
/**
|
|
715
|
+
* @generated from field: anduril.type.Quaternion rotation = 3;
|
|
716
|
+
*/
|
|
717
|
+
rotation?: Quaternion;
|
|
718
|
+
|
|
719
|
+
/**
|
|
720
|
+
* @generated from field: anduril.type.Vec3 translation = 4;
|
|
721
|
+
*/
|
|
722
|
+
translation?: Vec3;
|
|
723
|
+
};
|
|
724
|
+
|
|
725
|
+
/**
|
|
726
|
+
* Describes the message anduril.type.RigidTransform.
|
|
727
|
+
* Use `create(RigidTransformSchema)` to create a new message.
|
|
728
|
+
*/
|
|
729
|
+
export declare const RigidTransformSchema: GenMessage<RigidTransform>;
|
|
730
|
+
|