From ca3e80fef886859d5959aa8788e682d37dda1a02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 03:17:50 +0000 Subject: [PATCH] feat: APIs update from https://github.com/anduril/apis/commit/12e6f5713a59d4873c05e1d292fcc64d5fa9f716 --- src/anduril/entitymanager/v1/__init__.py | 29 ++++++++---------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/src/anduril/entitymanager/v1/__init__.py b/src/anduril/entitymanager/v1/__init__.py index 9f7b0c2..c22a2bb 100644 --- a/src/anduril/entitymanager/v1/__init__.py +++ b/src/anduril/entitymanager/v1/__init__.py @@ -300,41 +300,32 @@ class Template(betterproto.Enum): INVALID = 0 TRACK = 1 """ - additional track required components: - * location - * mil_view + Refers to any detected object. + Requires setting the location, and mil_view components. """ SENSOR_POINT_OF_INTEREST = 2 """ - additional SPI required components: - * location - * mil_view - * produced_by + Refers to any sensors detected at a specific location. + Requires setting location, and mil_view. """ ASSET = 3 """ - additional asset required components: - * location - * mil_view - * ontology + Refers to a taskable entity under the control of friendly forces. + Requires setting location, and mil_view, and ontology. """ GEO = 4 """ - additional geo required components: - * geo_shape - * geo_details + Refers to shapes or points of interest drawn on the map. + Requires setting geo_shape and geo_details. """ SIGNAL_OF_INTEREST = 5 """ - additional SOI required components: - * signal - * location field should be populated if there is a fix. - * mil_view - * ontology + Refers to signal detection with characteristics such as emitter notation, frequency, or lines of bearing. + Requires setting signal, and mil_view, and ontology. Requies setting location, if the signal.fixed component is populated. """