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

Adding sensor/waypoints.

parent 96353630
Branches
No related tags found
No related merge requests found
Pipeline #38788 passed
...@@ -423,7 +423,8 @@ def type_is_complex(ty): ...@@ -423,7 +423,8 @@ def type_is_complex(ty):
"LandingDetection", "CompressedImage", "LandingDetection", "CompressedImage",
"TargetPrediction", "DepotBookingInfo", "SalientPoint", "LrsVisionDetection", "TargetPrediction", "DepotBookingInfo", "SalientPoint", "LrsVisionDetection",
"DelLogItem", "StringList", "Team", "VisionDetection", "SearchUnit", "SearchCell", "DelLogItem", "StringList", "Team", "VisionDetection", "SearchUnit", "SearchCell",
"PathElement", "ResourceInfo", "Interval", "NavigationData", "GeopointHeadingSpeed"] "PathElement", "ResourceInfo", "Interval", "NavigationData", "GeopointHeadingSpeed",
"WaypointsInfo"]
return ty in complex_types return ty in complex_types
def field_assignment_get_json_value(field, ty, fieldtype, name): 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