This commit is contained in:
samuel desharnais 2024-02-19 19:20:22 -05:00
parent 355e1ff903
commit a34558bb58
4 changed files with 73 additions and 33 deletions

View File

@ -30,6 +30,10 @@
] ]
} }
}, },
{
"type": "parallel",
"data": {
"commands": [
{ {
"type": "path", "type": "path",
"data": { "data": {
@ -54,6 +58,9 @@
} }
] ]
} }
}
]
}
}, },
{ {
"type": "path", "type": "path",

View File

@ -39,6 +39,25 @@
"data": { "data": {
"pathName": "6.1" "pathName": "6.1"
} }
},
{
"type": "deadline",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 3.0
}
},
{
"type": "named",
"data": {
"name": "balyer"
}
}
]
}
} }
] ]
} }

View File

@ -30,6 +30,10 @@
] ]
} }
}, },
{
"type": "parallel",
"data": {
"commands": [
{ {
"type": "path", "type": "path",
"data": { "data": {
@ -54,6 +58,9 @@
} }
] ]
} }
}
]
}
}, },
{ {
"type": "path", "type": "path",

View File

@ -30,6 +30,10 @@
] ]
} }
}, },
{
"type": "parallel",
"data": {
"commands": [
{ {
"type": "path", "type": "path",
"data": { "data": {
@ -54,6 +58,9 @@
} }
] ]
} }
}
]
}
}, },
{ {
"type": "path", "type": "path",