From ad49976a0b2f2b69a5c854cee88af5ea229ae0c8 Mon Sep 17 00:00:00 2001 From: Tommy Persson <tommy.persson@liu.se> Date: Tue, 28 Jun 2022 15:45:45 +0200 Subject: [PATCH] Adding stamped GeoPointList. --- src/codegen_json_bson/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/codegen_json_bson/__init__.py b/src/codegen_json_bson/__init__.py index c093f28..0ede9fb 100644 --- a/src/codegen_json_bson/__init__.py +++ b/src/codegen_json_bson/__init__.py @@ -435,7 +435,8 @@ def type_is_complex(ty): "NsFloat32", "NsString", "Gimbal", "NsGimbal", "GimbalCommand", "NsGimbalCommand", "StartGestureClassifier", "StopGestureClassifier", "GestureClassification", "LoopSelCommand", "GimbalInfo", "TritonDetectionRaw", "TritonDetectionRawArray", "InferenceVisionDetection", - "NsInferenceVisionDetection", "NsTritonDetectionRawArray", "ImageToStreamProperties"] + "NsInferenceVisionDetection", "NsTritonDetectionRawArray", "ImageToStreamProperties", + "GeoPointList", "GeoPointListStamped"] return ty in complex_types def field_assignment_get_json_value(field, ty, fieldtype, name): -- GitLab