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

Hack for gestures

parent 556957c5
Branches
No related tags found
No related merge requests found
Pipeline #58550 passed
...@@ -432,7 +432,7 @@ def gesture_test(ns, unit): ...@@ -432,7 +432,7 @@ def gesture_test(ns, unit):
noop2 = Node("no-op", {"execunit": unit}) noop2 = Node("no-op", {"execunit": unit})
noop3 = Node("no-op", {"execunit": unit}) noop3 = Node("no-op", {"execunit": unit})
noop4 = Node("no-op", {"execunit": unit}) noop4 = Node("no-op", {"execunit": unit})
land = Node("land", {"execunit": unit, "z": 1.35}) land = Node("land", {"execunit": unit, "z": 1.3})
gohome = Node("go-home", {"execunit": unit}) gohome = Node("go-home", {"execunit": unit})
try_node = Node("try", {"execunit": unit}) try_node = Node("try", {"execunit": unit})
try_node.add_child(land) try_node.add_child(land)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment