@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.
Files changed (105) hide show
  1. package/.github/CODEOWNERS +1 -0
  2. package/.github/workflows/commit-lint.yml +21 -0
  3. package/.github/workflows/release.yml +36 -0
  4. package/LICENSE.md +188 -0
  5. package/README.md +30 -0
  6. package/SECURITY.md +5 -0
  7. package/package.json +21 -0
  8. package/src/anduril/entitymanager/v1/classification.pub_pb.d.ts +142 -0
  9. package/src/anduril/entitymanager/v1/classification.pub_pb.js +47 -0
  10. package/src/anduril/entitymanager/v1/contact_details.pub_pb.d.ts +32 -0
  11. package/src/anduril/entitymanager/v1/contact_details.pub_pb.js +19 -0
  12. package/src/anduril/entitymanager/v1/correlations.pub_pb.d.ts +189 -0
  13. package/src/anduril/entitymanager/v1/correlations.pub_pb.js +55 -0
  14. package/src/anduril/entitymanager/v1/dimensions.pub_pb.d.ts +30 -0
  15. package/src/anduril/entitymanager/v1/dimensions.pub_pb.js +19 -0
  16. package/src/anduril/entitymanager/v1/entity.pub_pb.d.ts +1043 -0
  17. package/src/anduril/entitymanager/v1/entity.pub_pb.js +211 -0
  18. package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.d.ts +493 -0
  19. package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.js +143 -0
  20. package/src/anduril/entitymanager/v1/filter.pub_pb.d.ts +735 -0
  21. package/src/anduril/entitymanager/v1/filter.pub_pb.js +182 -0
  22. package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.d.ts +116 -0
  23. package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.js +34 -0
  24. package/src/anduril/entitymanager/v1/geoentity.pub_pb.d.ts +325 -0
  25. package/src/anduril/entitymanager/v1/geoentity.pub_pb.js +91 -0
  26. package/src/anduril/entitymanager/v1/group.pub_pb.d.ts +26 -0
  27. package/src/anduril/entitymanager/v1/group.pub_pb.js +19 -0
  28. package/src/anduril/entitymanager/v1/health_status.pub_pb.d.ts +344 -0
  29. package/src/anduril/entitymanager/v1/health_status.pub_pb.js +90 -0
  30. package/src/anduril/entitymanager/v1/location.pub_pb.d.ts +278 -0
  31. package/src/anduril/entitymanager/v1/location.pub_pb.js +56 -0
  32. package/src/anduril/entitymanager/v1/media.pub_pb.d.ts +97 -0
  33. package/src/anduril/entitymanager/v1/media.pub_pb.js +39 -0
  34. package/src/anduril/entitymanager/v1/notification.pub_pb.d.ts +50 -0
  35. package/src/anduril/entitymanager/v1/notification.pub_pb.js +20 -0
  36. package/src/anduril/entitymanager/v1/ontology.pub_pb.d.ts +76 -0
  37. package/src/anduril/entitymanager/v1/ontology.pub_pb.js +29 -0
  38. package/src/anduril/entitymanager/v1/options.pub_pb.d.ts +17 -0
  39. package/src/anduril/entitymanager/v1/options.pub_pb.js +19 -0
  40. package/src/anduril/entitymanager/v1/orbit.pub_pb.d.ts +31 -0
  41. package/src/anduril/entitymanager/v1/orbit.pub_pb.js +20 -0
  42. package/src/anduril/entitymanager/v1/payloads.pub_pb.d.ts +143 -0
  43. package/src/anduril/entitymanager/v1/payloads.pub_pb.js +49 -0
  44. package/src/anduril/entitymanager/v1/power.pub_pb.d.ts +230 -0
  45. package/src/anduril/entitymanager/v1/power.pub_pb.js +58 -0
  46. package/src/anduril/entitymanager/v1/rate_limit.pub_pb.d.ts +38 -0
  47. package/src/anduril/entitymanager/v1/rate_limit.pub_pb.js +19 -0
  48. package/src/anduril/entitymanager/v1/relationship.pub_pb.d.ts +184 -0
  49. package/src/anduril/entitymanager/v1/relationship.pub_pb.js +63 -0
  50. package/src/anduril/entitymanager/v1/route_details.pub_pb.d.ts +38 -0
  51. package/src/anduril/entitymanager/v1/route_details.pub_pb.js +20 -0
  52. package/src/anduril/entitymanager/v1/schedule.pub_pb.d.ts +124 -0
  53. package/src/anduril/entitymanager/v1/schedule.pub_pb.js +47 -0
  54. package/src/anduril/entitymanager/v1/sensors.pub_pb.d.ts +434 -0
  55. package/src/anduril/entitymanager/v1/sensors.pub_pb.js +104 -0
  56. package/src/anduril/entitymanager/v1/signal.pub_pb.d.ts +432 -0
  57. package/src/anduril/entitymanager/v1/signal.pub_pb.js +98 -0
  58. package/src/anduril/entitymanager/v1/supplies.pub_pb.d.ts +102 -0
  59. package/src/anduril/entitymanager/v1/supplies.pub_pb.js +29 -0
  60. package/src/anduril/entitymanager/v1/target_priority.pub_pb.d.ts +130 -0
  61. package/src/anduril/entitymanager/v1/target_priority.pub_pb.js +41 -0
  62. package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.d.ts +163 -0
  63. package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.js +48 -0
  64. package/src/anduril/entitymanager/v1/types.pub_pb.d.ts +391 -0
  65. package/src/anduril/entitymanager/v1/types.pub_pb.js +81 -0
  66. package/src/anduril/ontology/v1/type.pub_pb.d.ts +693 -0
  67. package/src/anduril/ontology/v1/type.pub_pb.js +65 -0
  68. package/src/anduril/taskmanager/v1/generic_spec.pub_pb.d.ts +33 -0
  69. package/src/anduril/taskmanager/v1/generic_spec.pub_pb.js +20 -0
  70. package/src/anduril/taskmanager/v1/task.pub_pb.d.ts +873 -0
  71. package/src/anduril/taskmanager/v1/task.pub_pb.js +192 -0
  72. package/src/anduril/taskmanager/v1/task_api.pub_pb.d.ts +81 -0
  73. package/src/anduril/taskmanager/v1/task_api.pub_pb.js +34 -0
  74. package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.d.ts +551 -0
  75. package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.js +143 -0
  76. package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.d.ts +112 -0
  77. package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.js +52 -0
  78. package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.d.ts +143 -0
  79. package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.js +69 -0
  80. package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.d.ts +55 -0
  81. package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.js +31 -0
  82. package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.d.ts +88 -0
  83. package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.js +35 -0
  84. package/src/anduril/tasks/v2/catalog.pub_pb.d.ts +53 -0
  85. package/src/anduril/tasks/v2/catalog.pub_pb.js +26 -0
  86. package/src/anduril/tasks/v2/common.pub_pb.d.ts +184 -0
  87. package/src/anduril/tasks/v2/common.pub_pb.js +67 -0
  88. package/src/anduril/tasks/v2/objective.pub_pb.d.ts +83 -0
  89. package/src/anduril/tasks/v2/objective.pub_pb.js +27 -0
  90. package/src/anduril/tasks/v2/shared/isr.pub_pb.d.ts +714 -0
  91. package/src/anduril/tasks/v2/shared/isr.pub_pb.js +181 -0
  92. package/src/anduril/tasks/v2/shared/maneuver.pub_pb.d.ts +182 -0
  93. package/src/anduril/tasks/v2/shared/maneuver.pub_pb.js +75 -0
  94. package/src/anduril/tasks/v2/shared/strike.pub_pb.d.ts +210 -0
  95. package/src/anduril/tasks/v2/shared/strike.pub_pb.js +57 -0
  96. package/src/anduril/type/attribution.pub_pb.d.ts +37 -0
  97. package/src/anduril/type/attribution.pub_pb.js +19 -0
  98. package/src/anduril/type/color.pub_pb.d.ts +61 -0
  99. package/src/anduril/type/color.pub_pb.js +20 -0
  100. package/src/anduril/type/coords.pub_pb.d.ts +730 -0
  101. package/src/anduril/type/coords.pub_pb.js +180 -0
  102. package/src/anduril/type/geometry.pub_pb.d.ts +68 -0
  103. package/src/anduril/type/geometry.pub_pb.js +20 -0
  104. package/src/anduril/type/orbit.pub_pb.d.ts +306 -0
  105. package/src/anduril/type/orbit.pub_pb.js +65 -0
@@ -0,0 +1,714 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/tasks/v2/shared/isr.pub.proto (package anduril.tasks.v2, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+ import type { Objective, Point } from "../objective.pub_pb.js";
8
+ import type { Agent, ControlArea, DurationRange } from "../common.pub_pb.js";
9
+ import type { DoubleValue, FloatValue, Timestamp } from "@bufbuild/protobuf/wkt";
10
+
11
+ /**
12
+ * Describes the file anduril/tasks/v2/shared/isr.pub.proto.
13
+ */
14
+ export declare const file_anduril_tasks_v2_shared_isr_pub: GenFile;
15
+
16
+ /**
17
+ * Maps to BREVITY code INVESTIGATE.
18
+ *
19
+ * @generated from message anduril.tasks.v2.Investigate
20
+ */
21
+ export declare type Investigate = Message<"anduril.tasks.v2.Investigate"> & {
22
+ /**
23
+ * Indicates where to investigate.
24
+ *
25
+ * @generated from field: anduril.tasks.v2.Objective objective = 1;
26
+ */
27
+ objective?: Objective;
28
+
29
+ /**
30
+ * Optional common ISR parameters.
31
+ *
32
+ * @generated from field: anduril.tasks.v2.ISRParameters parameters = 2;
33
+ */
34
+ parameters?: ISRParameters;
35
+ };
36
+
37
+ /**
38
+ * Describes the message anduril.tasks.v2.Investigate.
39
+ * Use `create(InvestigateSchema)` to create a new message.
40
+ */
41
+ export declare const InvestigateSchema: GenMessage<Investigate>;
42
+
43
+ /**
44
+ * Maps to BREVITY code ID with type Visual.
45
+ *
46
+ * @generated from message anduril.tasks.v2.VisualId
47
+ */
48
+ export declare type VisualId = Message<"anduril.tasks.v2.VisualId"> & {
49
+ /**
50
+ * Indicates what to identify.
51
+ *
52
+ * @generated from field: anduril.tasks.v2.Objective objective = 1;
53
+ */
54
+ objective?: Objective;
55
+
56
+ /**
57
+ * Optional common ISR parameters.
58
+ *
59
+ * @generated from field: anduril.tasks.v2.ISRParameters parameters = 2;
60
+ */
61
+ parameters?: ISRParameters;
62
+ };
63
+
64
+ /**
65
+ * Describes the message anduril.tasks.v2.VisualId.
66
+ * Use `create(VisualIdSchema)` to create a new message.
67
+ */
68
+ export declare const VisualIdSchema: GenMessage<VisualId>;
69
+
70
+ /**
71
+ * Maps to BREVITY code MAP.
72
+ *
73
+ * @generated from message anduril.tasks.v2.Map
74
+ */
75
+ export declare type Map = Message<"anduril.tasks.v2.Map"> & {
76
+ /**
77
+ * Indicates where to perform the SAR.
78
+ *
79
+ * @generated from field: anduril.tasks.v2.Objective objective = 1;
80
+ */
81
+ objective?: Objective;
82
+
83
+ /**
84
+ * Optional common ISR parameters.
85
+ *
86
+ * @generated from field: anduril.tasks.v2.ISRParameters parameters = 2;
87
+ */
88
+ parameters?: ISRParameters;
89
+
90
+ /**
91
+ * minimum desired NIIRS (National Image Interpretability Rating Scales) see https://irp.fas.org/imint/niirs.htm
92
+ *
93
+ * @generated from field: google.protobuf.UInt32Value min_niirs = 3;
94
+ */
95
+ minNiirs?: number;
96
+ };
97
+
98
+ /**
99
+ * Describes the message anduril.tasks.v2.Map.
100
+ * Use `create(MapSchema)` to create a new message.
101
+ */
102
+ export declare const MapSchema: GenMessage<Map>;
103
+
104
+ /**
105
+ * Maps to the Loiter behavior within the FlightTask type within UCI v2.
106
+ *
107
+ * @generated from message anduril.tasks.v2.Loiter
108
+ */
109
+ export declare type Loiter = Message<"anduril.tasks.v2.Loiter"> & {
110
+ /**
111
+ * Indicates where to perform the loiter.
112
+ *
113
+ * @generated from field: anduril.tasks.v2.Objective objective = 1;
114
+ */
115
+ objective?: Objective;
116
+
117
+ /**
118
+ * Specifies the details of the loiter.
119
+ *
120
+ * @generated from field: anduril.tasks.v2.LoiterType loiter_type = 2;
121
+ */
122
+ loiterType?: LoiterType;
123
+
124
+ /**
125
+ * Optional common ISR parameters.
126
+ * The loiter radius and bearing should be inferred from the standoff_distance and standoff_angle respectively.
127
+ *
128
+ * @generated from field: anduril.tasks.v2.ISRParameters parameters = 3;
129
+ */
130
+ parameters?: ISRParameters;
131
+ };
132
+
133
+ /**
134
+ * Describes the message anduril.tasks.v2.Loiter.
135
+ * Use `create(LoiterSchema)` to create a new message.
136
+ */
137
+ export declare const LoiterSchema: GenMessage<Loiter>;
138
+
139
+ /**
140
+ * Represents intent to search an area. Maps to the Area Search Team Task within the Mission Autonomy Task Model.
141
+ *
142
+ * @generated from message anduril.tasks.v2.AreaSearch
143
+ */
144
+ export declare type AreaSearch = Message<"anduril.tasks.v2.AreaSearch"> & {
145
+ /**
146
+ * Indicates where to perform the area search.
147
+ *
148
+ * @generated from field: anduril.tasks.v2.Objective objective = 1;
149
+ */
150
+ objective?: Objective;
151
+
152
+ /**
153
+ * Priors that can be used to inform this AreaSearch.
154
+ *
155
+ * @generated from field: repeated anduril.tasks.v2.Prior priors = 2;
156
+ */
157
+ priors: Prior[];
158
+
159
+ /**
160
+ * Agents participating in this AreaSearch.
161
+ *
162
+ * @generated from field: repeated anduril.tasks.v2.Agent participants = 3;
163
+ */
164
+ participants: Agent[];
165
+
166
+ /**
167
+ * Control Area for this AreaSearch.
168
+ *
169
+ * TODO: populate remaining fields here as we iterate on the AreaSearch integration.
170
+ *
171
+ * @generated from field: repeated anduril.tasks.v2.ControlArea control_areas = 4;
172
+ */
173
+ controlAreas: ControlArea[];
174
+ };
175
+
176
+ /**
177
+ * Describes the message anduril.tasks.v2.AreaSearch.
178
+ * Use `create(AreaSearchSchema)` to create a new message.
179
+ */
180
+ export declare const AreaSearchSchema: GenMessage<AreaSearch>;
181
+
182
+ /**
183
+ * Represents intent to search a volume. Maps to the Volume Search Team Task within the Mission Autonomy Task Model.
184
+ *
185
+ * @generated from message anduril.tasks.v2.VolumeSearch
186
+ */
187
+ export declare type VolumeSearch = Message<"anduril.tasks.v2.VolumeSearch"> & {
188
+ /**
189
+ * Indicates where to perform the volume search.
190
+ *
191
+ * @generated from field: anduril.tasks.v2.Objective objective = 1;
192
+ */
193
+ objective?: Objective;
194
+
195
+ /**
196
+ * Priors that can be used to inform this VolumeSearch.
197
+ *
198
+ * @generated from field: repeated anduril.tasks.v2.Prior priors = 2;
199
+ */
200
+ priors: Prior[];
201
+
202
+ /**
203
+ * Agents participating in this VolumeSearch.
204
+ *
205
+ * @generated from field: repeated anduril.tasks.v2.Agent participants = 3;
206
+ */
207
+ participants: Agent[];
208
+
209
+ /**
210
+ * Control Area for this VolumeSearch.
211
+ *
212
+ * TODO: populate remaining fields here as we iterate on the VolumeSearch integration.
213
+ *
214
+ * @generated from field: repeated anduril.tasks.v2.ControlArea control_areas = 4;
215
+ */
216
+ controlAreas: ControlArea[];
217
+ };
218
+
219
+ /**
220
+ * Describes the message anduril.tasks.v2.VolumeSearch.
221
+ * Use `create(VolumeSearchSchema)` to create a new message.
222
+ */
223
+ export declare const VolumeSearchSchema: GenMessage<VolumeSearch>;
224
+
225
+ /**
226
+ * Task to improve the quality of a track. Maps to the Improve Track Task within the Mission Autonomy Task Model.
227
+ *
228
+ * @generated from message anduril.tasks.v2.ImproveTrackQuality
229
+ */
230
+ export declare type ImproveTrackQuality = Message<"anduril.tasks.v2.ImproveTrackQuality"> & {
231
+ /**
232
+ * Indicates the target track that is having its quality improved.
233
+ *
234
+ * @generated from field: anduril.tasks.v2.Objective objective = 1;
235
+ */
236
+ objective?: Objective;
237
+
238
+ /**
239
+ * Task will complete when the requested track reaches a TQ >= the termination_track_quality.
240
+ *
241
+ * @generated from field: uint32 termination_track_quality = 2;
242
+ */
243
+ terminationTrackQuality: number;
244
+ };
245
+
246
+ /**
247
+ * Describes the message anduril.tasks.v2.ImproveTrackQuality.
248
+ * Use `create(ImproveTrackQualitySchema)` to create a new message.
249
+ */
250
+ export declare const ImproveTrackQualitySchema: GenMessage<ImproveTrackQuality>;
251
+
252
+ /**
253
+ * Indicates intent to follow an Objective. Maps to Brevity code SHADOW.
254
+ *
255
+ * @generated from message anduril.tasks.v2.Shadow
256
+ */
257
+ export declare type Shadow = Message<"anduril.tasks.v2.Shadow"> & {
258
+ /**
259
+ * Indicates what to follow.
260
+ *
261
+ * @generated from field: anduril.tasks.v2.Objective objective = 1;
262
+ */
263
+ objective?: Objective;
264
+
265
+ /**
266
+ * Optional common ISR parameters.
267
+ *
268
+ * @generated from field: anduril.tasks.v2.ISRParameters parameters = 2;
269
+ */
270
+ parameters?: ISRParameters;
271
+ };
272
+
273
+ /**
274
+ * Describes the message anduril.tasks.v2.Shadow.
275
+ * Use `create(ShadowSchema)` to create a new message.
276
+ */
277
+ export declare const ShadowSchema: GenMessage<Shadow>;
278
+
279
+ /**
280
+ * Maps to UCI v2 LoiterType.
281
+ *
282
+ * @generated from message anduril.tasks.v2.LoiterType
283
+ */
284
+ export declare type LoiterType = Message<"anduril.tasks.v2.LoiterType"> & {
285
+ /**
286
+ * @generated from oneof anduril.tasks.v2.LoiterType.loiter_type
287
+ */
288
+ loiterType: {
289
+ /**
290
+ * @generated from field: anduril.tasks.v2.OrbitType orbit_type = 1;
291
+ */
292
+ value: OrbitType;
293
+ case: "orbitType";
294
+ } | { case: undefined; value?: undefined };
295
+ };
296
+
297
+ /**
298
+ * Describes the message anduril.tasks.v2.LoiterType.
299
+ * Use `create(LoiterTypeSchema)` to create a new message.
300
+ */
301
+ export declare const LoiterTypeSchema: GenMessage<LoiterType>;
302
+
303
+ /**
304
+ * @generated from message anduril.tasks.v2.OrbitType
305
+ */
306
+ export declare type OrbitType = Message<"anduril.tasks.v2.OrbitType"> & {
307
+ /**
308
+ * Indicates the direction in which to perform the loiter.
309
+ *
310
+ * @generated from field: anduril.tasks.v2.OrbitDirection direction = 1;
311
+ */
312
+ direction: OrbitDirection;
313
+
314
+ /**
315
+ * Indicates the loiter pattern to perform.
316
+ *
317
+ * @generated from field: anduril.tasks.v2.OrbitPattern pattern = 2;
318
+ */
319
+ pattern: OrbitPattern;
320
+
321
+ /**
322
+ * Indicates the amount of time to be spent in loiter.
323
+ *
324
+ * @generated from field: anduril.tasks.v2.OrbitDuration duration = 3;
325
+ */
326
+ duration?: OrbitDuration;
327
+ };
328
+
329
+ /**
330
+ * Describes the message anduril.tasks.v2.OrbitType.
331
+ * Use `create(OrbitTypeSchema)` to create a new message.
332
+ */
333
+ export declare const OrbitTypeSchema: GenMessage<OrbitType>;
334
+
335
+ /**
336
+ * @generated from message anduril.tasks.v2.OrbitDuration
337
+ */
338
+ export declare type OrbitDuration = Message<"anduril.tasks.v2.OrbitDuration"> & {
339
+ /**
340
+ * @generated from oneof anduril.tasks.v2.OrbitDuration.duration
341
+ */
342
+ duration: {
343
+ /**
344
+ * @generated from field: anduril.tasks.v2.DurationRange duration_range = 1;
345
+ */
346
+ value: DurationRange;
347
+ case: "durationRange";
348
+ } | {
349
+ /**
350
+ * @generated from field: uint64 num_of_orbits = 2;
351
+ */
352
+ value: bigint;
353
+ case: "numOfOrbits";
354
+ } | { case: undefined; value?: undefined };
355
+ };
356
+
357
+ /**
358
+ * Describes the message anduril.tasks.v2.OrbitDuration.
359
+ * Use `create(OrbitDurationSchema)` to create a new message.
360
+ */
361
+ export declare const OrbitDurationSchema: GenMessage<OrbitDuration>;
362
+
363
+ /**
364
+ * A Prior that can be used to inform an ISR Task.
365
+ *
366
+ * @generated from message anduril.tasks.v2.Prior
367
+ */
368
+ export declare type Prior = Message<"anduril.tasks.v2.Prior"> & {
369
+ /**
370
+ * @generated from oneof anduril.tasks.v2.Prior.prior
371
+ */
372
+ prior: {
373
+ /**
374
+ * Prefer Entity priors whenever the prior is in fact an entity. In other words, don't take position/point
375
+ * out of an entity and pass it as a simple point.
376
+ *
377
+ * @generated from field: string entity_id = 1;
378
+ */
379
+ value: string;
380
+ case: "entityId";
381
+ } | {
382
+ /**
383
+ * Point priors for simple reference points that are not geo entities.
384
+ *
385
+ * @generated from field: anduril.tasks.v2.Point point = 5;
386
+ */
387
+ value: Point;
388
+ case: "point";
389
+ } | { case: undefined; value?: undefined };
390
+ };
391
+
392
+ /**
393
+ * Describes the message anduril.tasks.v2.Prior.
394
+ * Use `create(PriorSchema)` to create a new message.
395
+ */
396
+ export declare const PriorSchema: GenMessage<Prior>;
397
+
398
+ /**
399
+ * Common parameters for ISR Tasks.
400
+ *
401
+ * @generated from message anduril.tasks.v2.ISRParameters
402
+ */
403
+ export declare type ISRParameters = Message<"anduril.tasks.v2.ISRParameters"> & {
404
+ /**
405
+ * Indicates the target speed of the asset. Units are meters per second.
406
+ *
407
+ * @generated from field: google.protobuf.FloatValue speed_m_s = 2;
408
+ */
409
+ speedMS?: number;
410
+
411
+ /**
412
+ * Indicates the standoff distance from the objective. The units are in meters.
413
+ *
414
+ * @generated from field: google.protobuf.FloatValue standoff_distance_m = 3;
415
+ */
416
+ standoffDistanceM?: number;
417
+
418
+ /**
419
+ * Indicates the standoff angle relative to the objective's bearing orientation (defaults to north).
420
+ * In particular, the asset should approach target from this angle. Units in degrees.
421
+ *
422
+ * @generated from field: google.protobuf.FloatValue standoff_angle = 5;
423
+ */
424
+ standoffAngle?: number;
425
+
426
+ /**
427
+ * Indicates the amount of time in milliseconds to execute an ISR task before expiring. 0 value indicates no
428
+ * expiration.
429
+ *
430
+ * @generated from field: google.protobuf.UInt64Value expiration_time_ms = 6;
431
+ */
432
+ expirationTimeMs?: bigint;
433
+ };
434
+
435
+ /**
436
+ * Describes the message anduril.tasks.v2.ISRParameters.
437
+ * Use `create(ISRParametersSchema)` to create a new message.
438
+ */
439
+ export declare const ISRParametersSchema: GenMessage<ISRParameters>;
440
+
441
+ /**
442
+ * Gimbal pointing command.
443
+ *
444
+ * @generated from message anduril.tasks.v2.GimbalPoint
445
+ */
446
+ export declare type GimbalPoint = Message<"anduril.tasks.v2.GimbalPoint"> & {
447
+ /**
448
+ * @generated from oneof anduril.tasks.v2.GimbalPoint.point_type
449
+ */
450
+ pointType: {
451
+ /**
452
+ * Point the gimbal at and lock on, continuing to look at a specific objective even as the platform moves.
453
+ *
454
+ * @generated from field: anduril.tasks.v2.Objective look_at = 1;
455
+ */
456
+ value: Objective;
457
+ case: "lookAt";
458
+ } | {
459
+ /**
460
+ * Point the gimbal at a fixed azimuth/elevation with respect to the platform frame.
461
+ *
462
+ * @generated from field: anduril.tasks.v2.AzimuthElevationPoint celestial_location = 2;
463
+ */
464
+ value: AzimuthElevationPoint;
465
+ case: "celestialLocation";
466
+ } | {
467
+ /**
468
+ * Point gimbal to an [x, y] location in the video feed.
469
+ *
470
+ * @generated from field: anduril.tasks.v2.FramePoint frame_location = 4;
471
+ */
472
+ value: FramePoint;
473
+ case: "frameLocation";
474
+ } | { case: undefined; value?: undefined };
475
+
476
+ /**
477
+ * Optional common ISR parameters.
478
+ *
479
+ * @generated from field: anduril.tasks.v2.ISRParameters parameters = 3;
480
+ */
481
+ parameters?: ISRParameters;
482
+ };
483
+
484
+ /**
485
+ * Describes the message anduril.tasks.v2.GimbalPoint.
486
+ * Use `create(GimbalPointSchema)` to create a new message.
487
+ */
488
+ export declare const GimbalPointSchema: GenMessage<GimbalPoint>;
489
+
490
+ /**
491
+ * Celestial location with respect to a platform frame.
492
+ *
493
+ * @generated from message anduril.tasks.v2.AzimuthElevationPoint
494
+ */
495
+ export declare type AzimuthElevationPoint = Message<"anduril.tasks.v2.AzimuthElevationPoint"> & {
496
+ /**
497
+ * @generated from field: double azimuth = 1;
498
+ */
499
+ azimuth: number;
500
+
501
+ /**
502
+ * @generated from field: double elevation = 2;
503
+ */
504
+ elevation: number;
505
+ };
506
+
507
+ /**
508
+ * Describes the message anduril.tasks.v2.AzimuthElevationPoint.
509
+ * Use `create(AzimuthElevationPointSchema)` to create a new message.
510
+ */
511
+ export declare const AzimuthElevationPointSchema: GenMessage<AzimuthElevationPoint>;
512
+
513
+ /**
514
+ * Point clicked in the frame of the video feed.
515
+ *
516
+ * @generated from message anduril.tasks.v2.FramePoint
517
+ */
518
+ export declare type FramePoint = Message<"anduril.tasks.v2.FramePoint"> & {
519
+ /**
520
+ * Frame-normalized location in frame on the x-axis, range (0, 1).
521
+ * For example, x = 0.3 implies a pixel location of 0.3 * image_width.
522
+ *
523
+ * @generated from field: float x = 1;
524
+ */
525
+ x: number;
526
+
527
+ /**
528
+ * Frame-normalized location in frame on the y-axis, range (0, 1).
529
+ * For example, y = 0.3 implies a pixel location of 0.3 * image_height.
530
+ *
531
+ * @generated from field: float y = 2;
532
+ */
533
+ y: number;
534
+
535
+ /**
536
+ * Timestamp of frame
537
+ *
538
+ * @generated from field: google.protobuf.Timestamp timestamp = 3;
539
+ */
540
+ timestamp?: Timestamp;
541
+ };
542
+
543
+ /**
544
+ * Describes the message anduril.tasks.v2.FramePoint.
545
+ * Use `create(FramePointSchema)` to create a new message.
546
+ */
547
+ export declare const FramePointSchema: GenMessage<FramePoint>;
548
+
549
+ /**
550
+ * Command for setting gimbal zoom levels.
551
+ *
552
+ * @generated from message anduril.tasks.v2.GimbalZoom
553
+ */
554
+ export declare type GimbalZoom = Message<"anduril.tasks.v2.GimbalZoom"> & {
555
+ /**
556
+ * @generated from oneof anduril.tasks.v2.GimbalZoom.mode
557
+ */
558
+ mode: {
559
+ /**
560
+ * Set the zoom level to the provided horizontal field of view in degrees.
561
+ *
562
+ * @generated from field: google.protobuf.DoubleValue set_horizontal_fov = 1;
563
+ */
564
+ value: DoubleValue;
565
+ case: "setHorizontalFov";
566
+ } | {
567
+ /**
568
+ * Set the zoom level to the provided zoom level.
569
+ *
570
+ * @generated from field: google.protobuf.FloatValue set_magnification = 2;
571
+ */
572
+ value: FloatValue;
573
+ case: "setMagnification";
574
+ } | { case: undefined; value?: undefined };
575
+ };
576
+
577
+ /**
578
+ * Describes the message anduril.tasks.v2.GimbalZoom.
579
+ * Use `create(GimbalZoomSchema)` to create a new message.
580
+ */
581
+ export declare const GimbalZoomSchema: GenMessage<GimbalZoom>;
582
+
583
+ /**
584
+ * Maps to BREVITY code ID with type MONITOR. To task assets to maintain sensor awareness
585
+ * on a given objective.
586
+ *
587
+ * @generated from message anduril.tasks.v2.Monitor
588
+ */
589
+ export declare type Monitor = Message<"anduril.tasks.v2.Monitor"> & {
590
+ /**
591
+ * Indicates objective to monitor.
592
+ *
593
+ * @generated from field: anduril.tasks.v2.Objective objective = 1;
594
+ */
595
+ objective?: Objective;
596
+ };
597
+
598
+ /**
599
+ * Describes the message anduril.tasks.v2.Monitor.
600
+ * Use `create(MonitorSchema)` to create a new message.
601
+ */
602
+ export declare const MonitorSchema: GenMessage<Monitor>;
603
+
604
+ /**
605
+ * Maps to BREVITY code ID with type SCAN. To task assets to find and report any tracks in a geographic area.
606
+ *
607
+ * @generated from message anduril.tasks.v2.Scan
608
+ */
609
+ export declare type Scan = Message<"anduril.tasks.v2.Scan"> & {
610
+ /**
611
+ * Indicates where to scan.
612
+ *
613
+ * @generated from field: anduril.tasks.v2.Objective objective = 1;
614
+ */
615
+ objective?: Objective;
616
+
617
+ /**
618
+ * Optional common ISR parameters.
619
+ *
620
+ * @generated from field: anduril.tasks.v2.ISRParameters parameters = 2;
621
+ */
622
+ parameters?: ISRParameters;
623
+ };
624
+
625
+ /**
626
+ * Describes the message anduril.tasks.v2.Scan.
627
+ * Use `create(ScanSchema)` to create a new message.
628
+ */
629
+ export declare const ScanSchema: GenMessage<Scan>;
630
+
631
+ /**
632
+ * Performs a Battle Damage Assessment (BDA). Does not map to any Task in either UCI or BREVITY.
633
+ *
634
+ * @generated from message anduril.tasks.v2.BattleDamageAssessment
635
+ */
636
+ export declare type BattleDamageAssessment = Message<"anduril.tasks.v2.BattleDamageAssessment"> & {
637
+ /**
638
+ * Objective to perform BDA on.
639
+ *
640
+ * @generated from field: anduril.tasks.v2.Objective objective = 1;
641
+ */
642
+ objective?: Objective;
643
+
644
+ /**
645
+ * Optional common ISR parameters.
646
+ *
647
+ * @generated from field: anduril.tasks.v2.ISRParameters parameters = 2;
648
+ */
649
+ parameters?: ISRParameters;
650
+ };
651
+
652
+ /**
653
+ * Describes the message anduril.tasks.v2.BattleDamageAssessment.
654
+ * Use `create(BattleDamageAssessmentSchema)` to create a new message.
655
+ */
656
+ export declare const BattleDamageAssessmentSchema: GenMessage<BattleDamageAssessment>;
657
+
658
+ /**
659
+ * Direction of the loiter relative to the front of the vehicle.
660
+ *
661
+ * @generated from enum anduril.tasks.v2.OrbitDirection
662
+ */
663
+ export enum OrbitDirection {
664
+ /**
665
+ * @generated from enum value: ORBIT_DIRECTION_DIRECTION_INVALID = 0;
666
+ */
667
+ DIRECTION_INVALID = 0,
668
+
669
+ /**
670
+ * @generated from enum value: ORBIT_DIRECTION_RIGHT = 1;
671
+ */
672
+ RIGHT = 1,
673
+
674
+ /**
675
+ * @generated from enum value: ORBIT_DIRECTION_LEFT = 2;
676
+ */
677
+ LEFT = 2,
678
+ }
679
+
680
+ /**
681
+ * Describes the enum anduril.tasks.v2.OrbitDirection.
682
+ */
683
+ export declare const OrbitDirectionSchema: GenEnum<OrbitDirection>;
684
+
685
+ /**
686
+ * @generated from enum anduril.tasks.v2.OrbitPattern
687
+ */
688
+ export enum OrbitPattern {
689
+ /**
690
+ * @generated from enum value: ORBIT_PATTERN_INVALID = 0;
691
+ */
692
+ INVALID = 0,
693
+
694
+ /**
695
+ * @generated from enum value: ORBIT_PATTERN_CIRCLE = 1;
696
+ */
697
+ CIRCLE = 1,
698
+
699
+ /**
700
+ * @generated from enum value: ORBIT_PATTERN_RACETRACK = 2;
701
+ */
702
+ RACETRACK = 2,
703
+
704
+ /**
705
+ * @generated from enum value: ORBIT_PATTERN_FIGURE_EIGHT = 3;
706
+ */
707
+ FIGURE_EIGHT = 3,
708
+ }
709
+
710
+ /**
711
+ * Describes the enum anduril.tasks.v2.OrbitPattern.
712
+ */
713
+ export declare const OrbitPatternSchema: GenEnum<OrbitPattern>;
714
+