@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,181 @@
|
|
|
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 { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import { file_anduril_tasks_v2_common_pub } from "../common.pub_pb.js";
|
|
7
|
+
import { file_anduril_tasks_v2_objective_pub } from "../objective.pub_pb.js";
|
|
8
|
+
import { file_google_protobuf_timestamp, file_google_protobuf_wrappers } from "@bufbuild/protobuf/wkt";
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Describes the file anduril/tasks/v2/shared/isr.pub.proto.
|
|
12
|
+
*/
|
|
13
|
+
export const file_anduril_tasks_v2_shared_isr_pub = /*@__PURE__*/
|
|
14
|
+
fileDesc("CiVhbmR1cmlsL3Rhc2tzL3YyL3NoYXJlZC9pc3IucHViLnByb3RvEhBhbmR1cmlsLnRhc2tzLnYyInIKC0ludmVzdGlnYXRlEi4KCW9iamVjdGl2ZRgBIAEoCzIbLmFuZHVyaWwudGFza3MudjIuT2JqZWN0aXZlEjMKCnBhcmFtZXRlcnMYAiABKAsyHy5hbmR1cmlsLnRhc2tzLnYyLklTUlBhcmFtZXRlcnMibwoIVmlzdWFsSWQSLgoJb2JqZWN0aXZlGAEgASgLMhsuYW5kdXJpbC50YXNrcy52Mi5PYmplY3RpdmUSMwoKcGFyYW1ldGVycxgCIAEoCzIfLmFuZHVyaWwudGFza3MudjIuSVNSUGFyYW1ldGVycyKbAQoDTWFwEi4KCW9iamVjdGl2ZRgBIAEoCzIbLmFuZHVyaWwudGFza3MudjIuT2JqZWN0aXZlEjMKCnBhcmFtZXRlcnMYAiABKAsyHy5hbmR1cmlsLnRhc2tzLnYyLklTUlBhcmFtZXRlcnMSLwoJbWluX25paXJzGAMgASgLMhwuZ29vZ2xlLnByb3RvYnVmLlVJbnQzMlZhbHVlIqABCgZMb2l0ZXISLgoJb2JqZWN0aXZlGAEgASgLMhsuYW5kdXJpbC50YXNrcy52Mi5PYmplY3RpdmUSMQoLbG9pdGVyX3R5cGUYAiABKAsyHC5hbmR1cmlsLnRhc2tzLnYyLkxvaXRlclR5cGUSMwoKcGFyYW1ldGVycxgDIAEoCzIfLmFuZHVyaWwudGFza3MudjIuSVNSUGFyYW1ldGVycyLKAQoKQXJlYVNlYXJjaBIuCglvYmplY3RpdmUYASABKAsyGy5hbmR1cmlsLnRhc2tzLnYyLk9iamVjdGl2ZRInCgZwcmlvcnMYAiADKAsyFy5hbmR1cmlsLnRhc2tzLnYyLlByaW9yEi0KDHBhcnRpY2lwYW50cxgDIAMoCzIXLmFuZHVyaWwudGFza3MudjIuQWdlbnQSNAoNY29udHJvbF9hcmVhcxgEIAMoCzIdLmFuZHVyaWwudGFza3MudjIuQ29udHJvbEFyZWEizAEKDFZvbHVtZVNlYXJjaBIuCglvYmplY3RpdmUYASABKAsyGy5hbmR1cmlsLnRhc2tzLnYyLk9iamVjdGl2ZRInCgZwcmlvcnMYAiADKAsyFy5hbmR1cmlsLnRhc2tzLnYyLlByaW9yEi0KDHBhcnRpY2lwYW50cxgDIAMoCzIXLmFuZHVyaWwudGFza3MudjIuQWdlbnQSNAoNY29udHJvbF9hcmVhcxgEIAMoCzIdLmFuZHVyaWwudGFza3MudjIuQ29udHJvbEFyZWEiaAoTSW1wcm92ZVRyYWNrUXVhbGl0eRIuCglvYmplY3RpdmUYASABKAsyGy5hbmR1cmlsLnRhc2tzLnYyLk9iamVjdGl2ZRIhChl0ZXJtaW5hdGlvbl90cmFja19xdWFsaXR5GAIgASgNIm0KBlNoYWRvdxIuCglvYmplY3RpdmUYASABKAsyGy5hbmR1cmlsLnRhc2tzLnYyLk9iamVjdGl2ZRIzCgpwYXJhbWV0ZXJzGAIgASgLMh8uYW5kdXJpbC50YXNrcy52Mi5JU1JQYXJhbWV0ZXJzIk4KCkxvaXRlclR5cGUSMQoKb3JiaXRfdHlwZRgBIAEoCzIbLmFuZHVyaWwudGFza3MudjIuT3JiaXRUeXBlSABCDQoLbG9pdGVyX3R5cGUipAEKCU9yYml0VHlwZRIzCglkaXJlY3Rpb24YASABKA4yIC5hbmR1cmlsLnRhc2tzLnYyLk9yYml0RGlyZWN0aW9uEi8KB3BhdHRlcm4YAiABKA4yHi5hbmR1cmlsLnRhc2tzLnYyLk9yYml0UGF0dGVybhIxCghkdXJhdGlvbhgDIAEoCzIfLmFuZHVyaWwudGFza3MudjIuT3JiaXREdXJhdGlvbiJvCg1PcmJpdER1cmF0aW9uEjkKDmR1cmF0aW9uX3JhbmdlGAEgASgLMh8uYW5kdXJpbC50YXNrcy52Mi5EdXJhdGlvblJhbmdlSAASFwoNbnVtX29mX29yYml0cxgCIAEoBEgAQgoKCGR1cmF0aW9uIk8KBVByaW9yEhMKCWVudGl0eV9pZBgBIAEoCUgAEigKBXBvaW50GAUgASgLMhcuYW5kdXJpbC50YXNrcy52Mi5Qb2ludEgAQgcKBXByaW9yIvQBCg1JU1JQYXJhbWV0ZXJzEi4KCXNwZWVkX21fcxgCIAEoCzIbLmdvb2dsZS5wcm90b2J1Zi5GbG9hdFZhbHVlEjgKE3N0YW5kb2ZmX2Rpc3RhbmNlX20YAyABKAsyGy5nb29nbGUucHJvdG9idWYuRmxvYXRWYWx1ZRIzCg5zdGFuZG9mZl9hbmdsZRgFIAEoCzIbLmdvb2dsZS5wcm90b2J1Zi5GbG9hdFZhbHVlEjgKEmV4cGlyYXRpb25fdGltZV9tcxgGIAEoCzIcLmdvb2dsZS5wcm90b2J1Zi5VSW50NjRWYWx1ZUoECAEQAkoECAQQBSL/AQoLR2ltYmFsUG9pbnQSLgoHbG9va19hdBgBIAEoCzIbLmFuZHVyaWwudGFza3MudjIuT2JqZWN0aXZlSAASRQoSY2VsZXN0aWFsX2xvY2F0aW9uGAIgASgLMicuYW5kdXJpbC50YXNrcy52Mi5BemltdXRoRWxldmF0aW9uUG9pbnRIABI2Cg5mcmFtZV9sb2NhdGlvbhgEIAEoCzIcLmFuZHVyaWwudGFza3MudjIuRnJhbWVQb2ludEgAEjMKCnBhcmFtZXRlcnMYAyABKAsyHy5hbmR1cmlsLnRhc2tzLnYyLklTUlBhcmFtZXRlcnNCDAoKcG9pbnRfdHlwZSI7ChVBemltdXRoRWxldmF0aW9uUG9pbnQSDwoHYXppbXV0aBgBIAEoARIRCgllbGV2YXRpb24YAiABKAEiUQoKRnJhbWVQb2ludBIJCgF4GAEgASgCEgkKAXkYAiABKAISLQoJdGltZXN0YW1wGAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCKKAQoKR2ltYmFsWm9vbRI6ChJzZXRfaG9yaXpvbnRhbF9mb3YYASABKAsyHC5nb29nbGUucHJvdG9idWYuRG91YmxlVmFsdWVIABI4ChFzZXRfbWFnbmlmaWNhdGlvbhgCIAEoCzIbLmdvb2dsZS5wcm90b2J1Zi5GbG9hdFZhbHVlSABCBgoEbW9kZSJFCgdNb25pdG9yEi4KCW9iamVjdGl2ZRgBIAEoCzIbLmFuZHVyaWwudGFza3MudjIuT2JqZWN0aXZlSgQIAhADSgQIAxAEImsKBFNjYW4SLgoJb2JqZWN0aXZlGAEgASgLMhsuYW5kdXJpbC50YXNrcy52Mi5PYmplY3RpdmUSMwoKcGFyYW1ldGVycxgCIAEoCzIfLmFuZHVyaWwudGFza3MudjIuSVNSUGFyYW1ldGVycyJ9ChZCYXR0bGVEYW1hZ2VBc3Nlc3NtZW50Ei4KCW9iamVjdGl2ZRgBIAEoCzIbLmFuZHVyaWwudGFza3MudjIuT2JqZWN0aXZlEjMKCnBhcmFtZXRlcnMYAiABKAsyHy5hbmR1cmlsLnRhc2tzLnYyLklTUlBhcmFtZXRlcnMqbAoOT3JiaXREaXJlY3Rpb24SJQohT1JCSVRfRElSRUNUSU9OX0RJUkVDVElPTl9JTlZBTElEEAASGQoVT1JCSVRfRElSRUNUSU9OX1JJR0hUEAESGAoUT1JCSVRfRElSRUNUSU9OX0xFRlQQAiqAAQoMT3JiaXRQYXR0ZXJuEhkKFU9SQklUX1BBVFRFUk5fSU5WQUxJRBAAEhgKFE9SQklUX1BBVFRFUk5fQ0lSQ0xFEAESGwoXT1JCSVRfUEFUVEVSTl9SQUNFVFJBQ0sQAhIeChpPUkJJVF9QQVRURVJOX0ZJR1VSRV9FSUdIVBADQsQBChRjb20uYW5kdXJpbC50YXNrcy52MkILSXNyUHViUHJvdG9QAVo9Z2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC90YXNrcy92Mjt0YXNrc6ICA0FUWKoCEEFuZHVyaWwuVGFza3MuVjLKAhBBbmR1cmlsXFRhc2tzXFYy4gIcQW5kdXJpbFxUYXNrc1xWMlxHUEJNZXRhZGF0YeoCEkFuZHVyaWw6OlRhc2tzOjpWMmIGcHJvdG8z", [file_anduril_tasks_v2_common_pub, file_anduril_tasks_v2_objective_pub, file_google_protobuf_timestamp, file_google_protobuf_wrappers]);
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Describes the message anduril.tasks.v2.Investigate.
|
|
18
|
+
* Use `create(InvestigateSchema)` to create a new message.
|
|
19
|
+
*/
|
|
20
|
+
export const InvestigateSchema = /*@__PURE__*/
|
|
21
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 0);
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Describes the message anduril.tasks.v2.VisualId.
|
|
25
|
+
* Use `create(VisualIdSchema)` to create a new message.
|
|
26
|
+
*/
|
|
27
|
+
export const VisualIdSchema = /*@__PURE__*/
|
|
28
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 1);
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Describes the message anduril.tasks.v2.Map.
|
|
32
|
+
* Use `create(MapSchema)` to create a new message.
|
|
33
|
+
*/
|
|
34
|
+
export const MapSchema = /*@__PURE__*/
|
|
35
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 2);
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Describes the message anduril.tasks.v2.Loiter.
|
|
39
|
+
* Use `create(LoiterSchema)` to create a new message.
|
|
40
|
+
*/
|
|
41
|
+
export const LoiterSchema = /*@__PURE__*/
|
|
42
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 3);
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Describes the message anduril.tasks.v2.AreaSearch.
|
|
46
|
+
* Use `create(AreaSearchSchema)` to create a new message.
|
|
47
|
+
*/
|
|
48
|
+
export const AreaSearchSchema = /*@__PURE__*/
|
|
49
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 4);
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Describes the message anduril.tasks.v2.VolumeSearch.
|
|
53
|
+
* Use `create(VolumeSearchSchema)` to create a new message.
|
|
54
|
+
*/
|
|
55
|
+
export const VolumeSearchSchema = /*@__PURE__*/
|
|
56
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 5);
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Describes the message anduril.tasks.v2.ImproveTrackQuality.
|
|
60
|
+
* Use `create(ImproveTrackQualitySchema)` to create a new message.
|
|
61
|
+
*/
|
|
62
|
+
export const ImproveTrackQualitySchema = /*@__PURE__*/
|
|
63
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 6);
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Describes the message anduril.tasks.v2.Shadow.
|
|
67
|
+
* Use `create(ShadowSchema)` to create a new message.
|
|
68
|
+
*/
|
|
69
|
+
export const ShadowSchema = /*@__PURE__*/
|
|
70
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 7);
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* Describes the message anduril.tasks.v2.LoiterType.
|
|
74
|
+
* Use `create(LoiterTypeSchema)` to create a new message.
|
|
75
|
+
*/
|
|
76
|
+
export const LoiterTypeSchema = /*@__PURE__*/
|
|
77
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 8);
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* Describes the message anduril.tasks.v2.OrbitType.
|
|
81
|
+
* Use `create(OrbitTypeSchema)` to create a new message.
|
|
82
|
+
*/
|
|
83
|
+
export const OrbitTypeSchema = /*@__PURE__*/
|
|
84
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 9);
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* Describes the message anduril.tasks.v2.OrbitDuration.
|
|
88
|
+
* Use `create(OrbitDurationSchema)` to create a new message.
|
|
89
|
+
*/
|
|
90
|
+
export const OrbitDurationSchema = /*@__PURE__*/
|
|
91
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 10);
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Describes the message anduril.tasks.v2.Prior.
|
|
95
|
+
* Use `create(PriorSchema)` to create a new message.
|
|
96
|
+
*/
|
|
97
|
+
export const PriorSchema = /*@__PURE__*/
|
|
98
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 11);
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* Describes the message anduril.tasks.v2.ISRParameters.
|
|
102
|
+
* Use `create(ISRParametersSchema)` to create a new message.
|
|
103
|
+
*/
|
|
104
|
+
export const ISRParametersSchema = /*@__PURE__*/
|
|
105
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 12);
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Describes the message anduril.tasks.v2.GimbalPoint.
|
|
109
|
+
* Use `create(GimbalPointSchema)` to create a new message.
|
|
110
|
+
*/
|
|
111
|
+
export const GimbalPointSchema = /*@__PURE__*/
|
|
112
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 13);
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* Describes the message anduril.tasks.v2.AzimuthElevationPoint.
|
|
116
|
+
* Use `create(AzimuthElevationPointSchema)` to create a new message.
|
|
117
|
+
*/
|
|
118
|
+
export const AzimuthElevationPointSchema = /*@__PURE__*/
|
|
119
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 14);
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* Describes the message anduril.tasks.v2.FramePoint.
|
|
123
|
+
* Use `create(FramePointSchema)` to create a new message.
|
|
124
|
+
*/
|
|
125
|
+
export const FramePointSchema = /*@__PURE__*/
|
|
126
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 15);
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Describes the message anduril.tasks.v2.GimbalZoom.
|
|
130
|
+
* Use `create(GimbalZoomSchema)` to create a new message.
|
|
131
|
+
*/
|
|
132
|
+
export const GimbalZoomSchema = /*@__PURE__*/
|
|
133
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 16);
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* Describes the message anduril.tasks.v2.Monitor.
|
|
137
|
+
* Use `create(MonitorSchema)` to create a new message.
|
|
138
|
+
*/
|
|
139
|
+
export const MonitorSchema = /*@__PURE__*/
|
|
140
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 17);
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* Describes the message anduril.tasks.v2.Scan.
|
|
144
|
+
* Use `create(ScanSchema)` to create a new message.
|
|
145
|
+
*/
|
|
146
|
+
export const ScanSchema = /*@__PURE__*/
|
|
147
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 18);
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Describes the message anduril.tasks.v2.BattleDamageAssessment.
|
|
151
|
+
* Use `create(BattleDamageAssessmentSchema)` to create a new message.
|
|
152
|
+
*/
|
|
153
|
+
export const BattleDamageAssessmentSchema = /*@__PURE__*/
|
|
154
|
+
messageDesc(file_anduril_tasks_v2_shared_isr_pub, 19);
|
|
155
|
+
|
|
156
|
+
/**
|
|
157
|
+
* Describes the enum anduril.tasks.v2.OrbitDirection.
|
|
158
|
+
*/
|
|
159
|
+
export const OrbitDirectionSchema = /*@__PURE__*/
|
|
160
|
+
enumDesc(file_anduril_tasks_v2_shared_isr_pub, 0);
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* Direction of the loiter relative to the front of the vehicle.
|
|
164
|
+
*
|
|
165
|
+
* @generated from enum anduril.tasks.v2.OrbitDirection
|
|
166
|
+
*/
|
|
167
|
+
export const OrbitDirection = /*@__PURE__*/
|
|
168
|
+
tsEnum(OrbitDirectionSchema);
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* Describes the enum anduril.tasks.v2.OrbitPattern.
|
|
172
|
+
*/
|
|
173
|
+
export const OrbitPatternSchema = /*@__PURE__*/
|
|
174
|
+
enumDesc(file_anduril_tasks_v2_shared_isr_pub, 1);
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* @generated from enum anduril.tasks.v2.OrbitPattern
|
|
178
|
+
*/
|
|
179
|
+
export const OrbitPattern = /*@__PURE__*/
|
|
180
|
+
tsEnum(OrbitPatternSchema);
|
|
181
|
+
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/tasks/v2/shared/maneuver.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 { Loiter } from "./isr.pub_pb.js";
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Describes the file anduril/tasks/v2/shared/maneuver.pub.proto.
|
|
12
|
+
*/
|
|
13
|
+
export declare const file_anduril_tasks_v2_shared_maneuver_pub: GenFile;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Maps to BREVITY code Marshal.
|
|
17
|
+
* Establish(ed) at a specific point, typically used to posture forces in preparation for an offensive operation.
|
|
18
|
+
*
|
|
19
|
+
* @generated from message anduril.tasks.v2.Marshal
|
|
20
|
+
*/
|
|
21
|
+
export declare type Marshal = Message<"anduril.tasks.v2.Marshal"> & {
|
|
22
|
+
/**
|
|
23
|
+
* Objective to Marshal to.
|
|
24
|
+
*
|
|
25
|
+
* @generated from field: anduril.tasks.v2.Objective objective = 1;
|
|
26
|
+
*/
|
|
27
|
+
objective?: Objective;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Describes the message anduril.tasks.v2.Marshal.
|
|
32
|
+
* Use `create(MarshalSchema)` to create a new message.
|
|
33
|
+
*/
|
|
34
|
+
export declare const MarshalSchema: GenMessage<Marshal>;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Maps to UCI code RoutePlan.
|
|
38
|
+
* Used to command a platform between locations by requesting to make this RoutePlan the single primary active route.
|
|
39
|
+
*
|
|
40
|
+
* @generated from message anduril.tasks.v2.Transit
|
|
41
|
+
*/
|
|
42
|
+
export declare type Transit = Message<"anduril.tasks.v2.Transit"> & {
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: anduril.tasks.v2.RoutePlan plan = 1;
|
|
45
|
+
*/
|
|
46
|
+
plan?: RoutePlan;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Describes the message anduril.tasks.v2.Transit.
|
|
51
|
+
* Use `create(TransitSchema)` to create a new message.
|
|
52
|
+
*/
|
|
53
|
+
export declare const TransitSchema: GenMessage<Transit>;
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* @generated from message anduril.tasks.v2.RoutePlan
|
|
57
|
+
*/
|
|
58
|
+
export declare type RoutePlan = Message<"anduril.tasks.v2.RoutePlan"> & {
|
|
59
|
+
/**
|
|
60
|
+
* @generated from field: anduril.tasks.v2.Route route = 1;
|
|
61
|
+
*/
|
|
62
|
+
route?: Route;
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Describes the message anduril.tasks.v2.RoutePlan.
|
|
67
|
+
* Use `create(RoutePlanSchema)` to create a new message.
|
|
68
|
+
*/
|
|
69
|
+
export declare const RoutePlanSchema: GenMessage<RoutePlan>;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* @generated from message anduril.tasks.v2.Route
|
|
73
|
+
*/
|
|
74
|
+
export declare type Route = Message<"anduril.tasks.v2.Route"> & {
|
|
75
|
+
/**
|
|
76
|
+
* @generated from field: repeated anduril.tasks.v2.PathSegment path = 1;
|
|
77
|
+
*/
|
|
78
|
+
path: PathSegment[];
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Describes the message anduril.tasks.v2.Route.
|
|
83
|
+
* Use `create(RouteSchema)` to create a new message.
|
|
84
|
+
*/
|
|
85
|
+
export declare const RouteSchema: GenMessage<Route>;
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* @generated from message anduril.tasks.v2.PathSegment
|
|
89
|
+
*/
|
|
90
|
+
export declare type PathSegment = Message<"anduril.tasks.v2.PathSegment"> & {
|
|
91
|
+
/**
|
|
92
|
+
* @generated from oneof anduril.tasks.v2.PathSegment.end_point
|
|
93
|
+
*/
|
|
94
|
+
endPoint: {
|
|
95
|
+
/**
|
|
96
|
+
* @generated from field: anduril.tasks.v2.Waypoint waypoint = 1;
|
|
97
|
+
*/
|
|
98
|
+
value: Waypoint;
|
|
99
|
+
case: "waypoint";
|
|
100
|
+
} | {
|
|
101
|
+
/**
|
|
102
|
+
* @generated from field: anduril.tasks.v2.Loiter loiter = 2;
|
|
103
|
+
*/
|
|
104
|
+
value: Loiter;
|
|
105
|
+
case: "loiter";
|
|
106
|
+
} | { case: undefined; value?: undefined };
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Describes the message anduril.tasks.v2.PathSegment.
|
|
111
|
+
* Use `create(PathSegmentSchema)` to create a new message.
|
|
112
|
+
*/
|
|
113
|
+
export declare const PathSegmentSchema: GenMessage<PathSegment>;
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* @generated from message anduril.tasks.v2.Waypoint
|
|
117
|
+
*/
|
|
118
|
+
export declare type Waypoint = Message<"anduril.tasks.v2.Waypoint"> & {
|
|
119
|
+
/**
|
|
120
|
+
* @generated from oneof anduril.tasks.v2.Waypoint.point
|
|
121
|
+
*/
|
|
122
|
+
point: {
|
|
123
|
+
/**
|
|
124
|
+
* @generated from field: anduril.tasks.v2.Point lla_point = 1;
|
|
125
|
+
*/
|
|
126
|
+
value: Point;
|
|
127
|
+
case: "llaPoint";
|
|
128
|
+
} | { case: undefined; value?: undefined };
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* Describes the message anduril.tasks.v2.Waypoint.
|
|
133
|
+
* Use `create(WaypointSchema)` to create a new message.
|
|
134
|
+
*/
|
|
135
|
+
export declare const WaypointSchema: GenMessage<Waypoint>;
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* @generated from message anduril.tasks.v2.SetLaunchRoute
|
|
139
|
+
*/
|
|
140
|
+
export declare type SetLaunchRoute = Message<"anduril.tasks.v2.SetLaunchRoute"> & {
|
|
141
|
+
/**
|
|
142
|
+
* @generated from field: anduril.tasks.v2.RoutePlan plan = 1;
|
|
143
|
+
*/
|
|
144
|
+
plan?: RoutePlan;
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* @generated from field: anduril.tasks.v2.LaunchTrackingMode tracking_mode = 2;
|
|
148
|
+
*/
|
|
149
|
+
trackingMode: LaunchTrackingMode;
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* Describes the message anduril.tasks.v2.SetLaunchRoute.
|
|
154
|
+
* Use `create(SetLaunchRouteSchema)` to create a new message.
|
|
155
|
+
*/
|
|
156
|
+
export declare const SetLaunchRouteSchema: GenMessage<SetLaunchRoute>;
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* @generated from enum anduril.tasks.v2.LaunchTrackingMode
|
|
160
|
+
*/
|
|
161
|
+
export enum LaunchTrackingMode {
|
|
162
|
+
/**
|
|
163
|
+
* @generated from enum value: LAUNCH_TRACKING_MODE_INVALID = 0;
|
|
164
|
+
*/
|
|
165
|
+
INVALID = 0,
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* @generated from enum value: LAUNCH_TRACKING_MODE_GO_TO_WAYPOINT = 1;
|
|
169
|
+
*/
|
|
170
|
+
GO_TO_WAYPOINT = 1,
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* @generated from enum value: LAUNCH_TRACKING_MODE_TRACK_TO_WAYPOINT = 2;
|
|
174
|
+
*/
|
|
175
|
+
TRACK_TO_WAYPOINT = 2,
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* Describes the enum anduril.tasks.v2.LaunchTrackingMode.
|
|
180
|
+
*/
|
|
181
|
+
export declare const LaunchTrackingModeSchema: GenEnum<LaunchTrackingMode>;
|
|
182
|
+
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/tasks/v2/shared/maneuver.pub.proto (package anduril.tasks.v2, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import { file_anduril_tasks_v2_objective_pub } from "../objective.pub_pb.js";
|
|
7
|
+
import { file_anduril_tasks_v2_shared_isr_pub } from "./isr.pub_pb.js";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file anduril/tasks/v2/shared/maneuver.pub.proto.
|
|
11
|
+
*/
|
|
12
|
+
export const file_anduril_tasks_v2_shared_maneuver_pub = /*@__PURE__*/
|
|
13
|
+
fileDesc("CiphbmR1cmlsL3Rhc2tzL3YyL3NoYXJlZC9tYW5ldXZlci5wdWIucHJvdG8SEGFuZHVyaWwudGFza3MudjIiOQoHTWFyc2hhbBIuCglvYmplY3RpdmUYASABKAsyGy5hbmR1cmlsLnRhc2tzLnYyLk9iamVjdGl2ZSI0CgdUcmFuc2l0EikKBHBsYW4YASABKAsyGy5hbmR1cmlsLnRhc2tzLnYyLlJvdXRlUGxhbiIzCglSb3V0ZVBsYW4SJgoFcm91dGUYASABKAsyFy5hbmR1cmlsLnRhc2tzLnYyLlJvdXRlIjQKBVJvdXRlEisKBHBhdGgYASADKAsyHS5hbmR1cmlsLnRhc2tzLnYyLlBhdGhTZWdtZW50InYKC1BhdGhTZWdtZW50Ei4KCHdheXBvaW50GAEgASgLMhouYW5kdXJpbC50YXNrcy52Mi5XYXlwb2ludEgAEioKBmxvaXRlchgCIAEoCzIYLmFuZHVyaWwudGFza3MudjIuTG9pdGVySABCCwoJZW5kX3BvaW50IkEKCFdheXBvaW50EiwKCWxsYV9wb2ludBgBIAEoCzIXLmFuZHVyaWwudGFza3MudjIuUG9pbnRIAEIHCgVwb2ludCJ4Cg5TZXRMYXVuY2hSb3V0ZRIpCgRwbGFuGAEgASgLMhsuYW5kdXJpbC50YXNrcy52Mi5Sb3V0ZVBsYW4SOwoNdHJhY2tpbmdfbW9kZRgCIAEoDjIkLmFuZHVyaWwudGFza3MudjIuTGF1bmNoVHJhY2tpbmdNb2RlKosBChJMYXVuY2hUcmFja2luZ01vZGUSIAocTEFVTkNIX1RSQUNLSU5HX01PREVfSU5WQUxJRBAAEicKI0xBVU5DSF9UUkFDS0lOR19NT0RFX0dPX1RPX1dBWVBPSU5UEAESKgomTEFVTkNIX1RSQUNLSU5HX01PREVfVFJBQ0tfVE9fV0FZUE9JTlQQAkLJAQoUY29tLmFuZHVyaWwudGFza3MudjJCEE1hbmV1dmVyUHViUHJvdG9QAVo9Z2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC90YXNrcy92Mjt0YXNrc6ICA0FUWKoCEEFuZHVyaWwuVGFza3MuVjLKAhBBbmR1cmlsXFRhc2tzXFYy4gIcQW5kdXJpbFxUYXNrc1xWMlxHUEJNZXRhZGF0YeoCEkFuZHVyaWw6OlRhc2tzOjpWMmIGcHJvdG8z", [file_anduril_tasks_v2_objective_pub, file_anduril_tasks_v2_shared_isr_pub]);
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Describes the message anduril.tasks.v2.Marshal.
|
|
17
|
+
* Use `create(MarshalSchema)` to create a new message.
|
|
18
|
+
*/
|
|
19
|
+
export const MarshalSchema = /*@__PURE__*/
|
|
20
|
+
messageDesc(file_anduril_tasks_v2_shared_maneuver_pub, 0);
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Describes the message anduril.tasks.v2.Transit.
|
|
24
|
+
* Use `create(TransitSchema)` to create a new message.
|
|
25
|
+
*/
|
|
26
|
+
export const TransitSchema = /*@__PURE__*/
|
|
27
|
+
messageDesc(file_anduril_tasks_v2_shared_maneuver_pub, 1);
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Describes the message anduril.tasks.v2.RoutePlan.
|
|
31
|
+
* Use `create(RoutePlanSchema)` to create a new message.
|
|
32
|
+
*/
|
|
33
|
+
export const RoutePlanSchema = /*@__PURE__*/
|
|
34
|
+
messageDesc(file_anduril_tasks_v2_shared_maneuver_pub, 2);
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Describes the message anduril.tasks.v2.Route.
|
|
38
|
+
* Use `create(RouteSchema)` to create a new message.
|
|
39
|
+
*/
|
|
40
|
+
export const RouteSchema = /*@__PURE__*/
|
|
41
|
+
messageDesc(file_anduril_tasks_v2_shared_maneuver_pub, 3);
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Describes the message anduril.tasks.v2.PathSegment.
|
|
45
|
+
* Use `create(PathSegmentSchema)` to create a new message.
|
|
46
|
+
*/
|
|
47
|
+
export const PathSegmentSchema = /*@__PURE__*/
|
|
48
|
+
messageDesc(file_anduril_tasks_v2_shared_maneuver_pub, 4);
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Describes the message anduril.tasks.v2.Waypoint.
|
|
52
|
+
* Use `create(WaypointSchema)` to create a new message.
|
|
53
|
+
*/
|
|
54
|
+
export const WaypointSchema = /*@__PURE__*/
|
|
55
|
+
messageDesc(file_anduril_tasks_v2_shared_maneuver_pub, 5);
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Describes the message anduril.tasks.v2.SetLaunchRoute.
|
|
59
|
+
* Use `create(SetLaunchRouteSchema)` to create a new message.
|
|
60
|
+
*/
|
|
61
|
+
export const SetLaunchRouteSchema = /*@__PURE__*/
|
|
62
|
+
messageDesc(file_anduril_tasks_v2_shared_maneuver_pub, 6);
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Describes the enum anduril.tasks.v2.LaunchTrackingMode.
|
|
66
|
+
*/
|
|
67
|
+
export const LaunchTrackingModeSchema = /*@__PURE__*/
|
|
68
|
+
enumDesc(file_anduril_tasks_v2_shared_maneuver_pub, 0);
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* @generated from enum anduril.tasks.v2.LaunchTrackingMode
|
|
72
|
+
*/
|
|
73
|
+
export const LaunchTrackingMode = /*@__PURE__*/
|
|
74
|
+
tsEnum(LaunchTrackingModeSchema);
|
|
75
|
+
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/tasks/v2/shared/strike.pub.proto (package anduril.tasks.v2, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { Objective } from "../objective.pub_pb.js";
|
|
8
|
+
import type { AnglePair, AreaConstraints } from "../common.pub_pb.js";
|
|
9
|
+
import type { Duration, Empty } from "@bufbuild/protobuf/wkt";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Describes the file anduril/tasks/v2/shared/strike.pub.proto.
|
|
13
|
+
*/
|
|
14
|
+
export declare const file_anduril_tasks_v2_shared_strike_pub: GenFile;
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Maps to BREVITY code SMACK.
|
|
18
|
+
*
|
|
19
|
+
* @generated from message anduril.tasks.v2.Smack
|
|
20
|
+
*/
|
|
21
|
+
export declare type Smack = Message<"anduril.tasks.v2.Smack"> & {
|
|
22
|
+
/**
|
|
23
|
+
* Objective to SMACK.
|
|
24
|
+
*
|
|
25
|
+
* @generated from field: anduril.tasks.v2.Objective objective = 1;
|
|
26
|
+
*/
|
|
27
|
+
objective?: Objective;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Optional parameters associated with Strike Tasks.
|
|
31
|
+
*
|
|
32
|
+
* @generated from field: anduril.tasks.v2.StrikeParameters parameters = 2;
|
|
33
|
+
*/
|
|
34
|
+
parameters?: StrikeParameters;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Describes the message anduril.tasks.v2.Smack.
|
|
39
|
+
* Use `create(SmackSchema)` to create a new message.
|
|
40
|
+
*/
|
|
41
|
+
export declare const SmackSchema: GenMessage<Smack>;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Maps to UCI StrikeTask.
|
|
45
|
+
*
|
|
46
|
+
* @generated from message anduril.tasks.v2.Strike
|
|
47
|
+
*/
|
|
48
|
+
export declare type Strike = Message<"anduril.tasks.v2.Strike"> & {
|
|
49
|
+
/**
|
|
50
|
+
* Objective to Strike.
|
|
51
|
+
*
|
|
52
|
+
* @generated from field: anduril.tasks.v2.Objective objective = 1;
|
|
53
|
+
*/
|
|
54
|
+
objective?: Objective;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Angle range within which to ingress.
|
|
58
|
+
*
|
|
59
|
+
* @generated from field: anduril.tasks.v2.AnglePair ingress_angle = 2;
|
|
60
|
+
*/
|
|
61
|
+
ingressAngle?: AnglePair;
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Distance at which to yield flight control to the onboard flight computer rather than
|
|
65
|
+
* higher level autonomy.
|
|
66
|
+
*
|
|
67
|
+
* @generated from field: anduril.tasks.v2.StrikeReleaseConstraint strike_release_constraint = 3;
|
|
68
|
+
*/
|
|
69
|
+
strikeReleaseConstraint?: StrikeReleaseConstraint;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Optional parameters associated with the Strike task.
|
|
73
|
+
*
|
|
74
|
+
* @generated from field: anduril.tasks.v2.StrikeParameters parameters = 4;
|
|
75
|
+
*/
|
|
76
|
+
parameters?: StrikeParameters;
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* Describes the message anduril.tasks.v2.Strike.
|
|
81
|
+
* Use `create(StrikeSchema)` to create a new message.
|
|
82
|
+
*/
|
|
83
|
+
export declare const StrikeSchema: GenMessage<Strike>;
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Maps to UCI StrikeTaskReleaseConstraintsType.
|
|
87
|
+
*
|
|
88
|
+
* @generated from message anduril.tasks.v2.StrikeReleaseConstraint
|
|
89
|
+
*/
|
|
90
|
+
export declare type StrikeReleaseConstraint = Message<"anduril.tasks.v2.StrikeReleaseConstraint"> & {
|
|
91
|
+
/**
|
|
92
|
+
* @generated from oneof anduril.tasks.v2.StrikeReleaseConstraint.strike_release_constraint
|
|
93
|
+
*/
|
|
94
|
+
strikeReleaseConstraint: {
|
|
95
|
+
/**
|
|
96
|
+
* @generated from field: anduril.tasks.v2.AreaConstraints release_area = 1;
|
|
97
|
+
*/
|
|
98
|
+
value: AreaConstraints;
|
|
99
|
+
case: "releaseArea";
|
|
100
|
+
} | { case: undefined; value?: undefined };
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* Describes the message anduril.tasks.v2.StrikeReleaseConstraint.
|
|
105
|
+
* Use `create(StrikeReleaseConstraintSchema)` to create a new message.
|
|
106
|
+
*/
|
|
107
|
+
export declare const StrikeReleaseConstraintSchema: GenMessage<StrikeReleaseConstraint>;
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* @generated from message anduril.tasks.v2.StrikeParameters
|
|
111
|
+
*/
|
|
112
|
+
export declare type StrikeParameters = Message<"anduril.tasks.v2.StrikeParameters"> & {
|
|
113
|
+
/**
|
|
114
|
+
* @generated from field: repeated anduril.tasks.v2.PayloadConfiguration payloads_to_employ = 1;
|
|
115
|
+
*/
|
|
116
|
+
payloadsToEmploy: PayloadConfiguration[];
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* GPS time at which the strike should be performed.
|
|
120
|
+
*
|
|
121
|
+
* @generated from field: google.protobuf.Duration desired_impact_time = 2;
|
|
122
|
+
*/
|
|
123
|
+
desiredImpactTime?: Duration;
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* Bearing at which to perform the run in for a strike.
|
|
127
|
+
*
|
|
128
|
+
* @generated from field: double run_in_bearing = 3;
|
|
129
|
+
*/
|
|
130
|
+
runInBearing: number;
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* Angle which to glide into the run in for a strike.
|
|
134
|
+
*
|
|
135
|
+
* @generated from field: double glide_slope_angle = 4;
|
|
136
|
+
*/
|
|
137
|
+
glideSlopeAngle: number;
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Describes the message anduril.tasks.v2.StrikeParameters.
|
|
142
|
+
* Use `create(StrikeParametersSchema)` to create a new message.
|
|
143
|
+
*/
|
|
144
|
+
export declare const StrikeParametersSchema: GenMessage<StrikeParameters>;
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* Individual payload configuration.
|
|
148
|
+
*
|
|
149
|
+
* @generated from message anduril.tasks.v2.PayloadConfiguration
|
|
150
|
+
*/
|
|
151
|
+
export declare type PayloadConfiguration = Message<"anduril.tasks.v2.PayloadConfiguration"> & {
|
|
152
|
+
/**
|
|
153
|
+
* Unique ID or descriptor for the capability.
|
|
154
|
+
*
|
|
155
|
+
* @generated from field: string capability_id = 1;
|
|
156
|
+
*/
|
|
157
|
+
capabilityId: string;
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* @generated from field: uint32 quantity = 2;
|
|
161
|
+
*/
|
|
162
|
+
quantity: number;
|
|
163
|
+
};
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* Describes the message anduril.tasks.v2.PayloadConfiguration.
|
|
167
|
+
* Use `create(PayloadConfigurationSchema)` to create a new message.
|
|
168
|
+
*/
|
|
169
|
+
export declare const PayloadConfigurationSchema: GenMessage<PayloadConfiguration>;
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* Releases a payload from the vehicle
|
|
173
|
+
*
|
|
174
|
+
* @generated from message anduril.tasks.v2.ReleasePayload
|
|
175
|
+
*/
|
|
176
|
+
export declare type ReleasePayload = Message<"anduril.tasks.v2.ReleasePayload"> & {
|
|
177
|
+
/**
|
|
178
|
+
* The payload(s) that will be released
|
|
179
|
+
*
|
|
180
|
+
* @generated from field: repeated anduril.tasks.v2.PayloadConfiguration payloads = 1;
|
|
181
|
+
*/
|
|
182
|
+
payloads: PayloadConfiguration[];
|
|
183
|
+
|
|
184
|
+
/**
|
|
185
|
+
* Optional objective, of where the payload should be dropped. If omitted the payload will drop the current location
|
|
186
|
+
*
|
|
187
|
+
* @generated from field: anduril.tasks.v2.Objective objective = 2;
|
|
188
|
+
*/
|
|
189
|
+
objective?: Objective;
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* @generated from oneof anduril.tasks.v2.ReleasePayload.release_method
|
|
193
|
+
*/
|
|
194
|
+
releaseMethod: {
|
|
195
|
+
/**
|
|
196
|
+
* Attempt to place the payload delicately from a standstill
|
|
197
|
+
*
|
|
198
|
+
* @generated from field: google.protobuf.Empty precision_release = 3;
|
|
199
|
+
*/
|
|
200
|
+
value: Empty;
|
|
201
|
+
case: "precisionRelease";
|
|
202
|
+
} | { case: undefined; value?: undefined };
|
|
203
|
+
};
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* Describes the message anduril.tasks.v2.ReleasePayload.
|
|
207
|
+
* Use `create(ReleasePayloadSchema)` to create a new message.
|
|
208
|
+
*/
|
|
209
|
+
export declare const ReleasePayloadSchema: GenMessage<ReleasePayload>;
|
|
210
|
+
|