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

Adding message LoopSelCommand

parent 8ea7dce2
Branches
No related tags found
No related merge requests found
Pipeline #57857 passed
...@@ -427,7 +427,8 @@ def type_is_complex(ty): ...@@ -427,7 +427,8 @@ def type_is_complex(ty):
"PathElement", "ResourceInfo", "Interval", "NavigationData", "GeopointHeadingSpeed", "PathElement", "ResourceInfo", "Interval", "NavigationData", "GeopointHeadingSpeed",
"WaypointsInfo", "UpdateGazebo", "ModelState", "LinkState", "PositionHeadingCourseSpeed", "WaypointsInfo", "UpdateGazebo", "ModelState", "LinkState", "PositionHeadingCourseSpeed",
"NsFloat32", "NsString", "Gimbal", "NsGimbal", "GimbalCommand", "NsGimbalCommand", "NsFloat32", "NsString", "Gimbal", "NsGimbal", "GimbalCommand", "NsGimbalCommand",
"StartGestureClassifier", "StopGestureClassifier", "GestureClassification" ] "StartGestureClassifier", "StopGestureClassifier", "GestureClassification",
"LoopSelCommand" ]
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