Skip to content
Snippets Groups Projects
Commit 17f5a333 authored by Tommy Persson's avatar Tommy Persson
Browse files

Work on inference stuff.

parent edd9c206
No related branches found
No related tags found
No related merge requests found
Pipeline #71624 passed
......@@ -434,7 +434,8 @@ def type_is_complex(ty):
"WaypointsInfo", "UpdateGazebo", "ModelState", "LinkState", "PositionHeadingCourseSpeed",
"NsFloat32", "NsString", "Gimbal", "NsGimbal", "GimbalCommand", "NsGimbalCommand",
"StartGestureClassifier", "StopGestureClassifier", "GestureClassification",
"LoopSelCommand", "GimbalInfo" ]
"LoopSelCommand", "GimbalInfo", "TritonDetectionRaw", "TritonDetectionRawArray", "InferenceVisionDetection",
"NsInferenceVisionDetection", "NsTritonDetectionRawArray", "ImageToStreamProperties"]
return ty in complex_types
def field_assignment_get_json_value(field, ty, fieldtype, name):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment