This commit is contained in:
samuel desharnais 2024-02-19 19:12:42 -05:00
parent 55ad4f60ce
commit 954b091f9d
8 changed files with 128 additions and 98 deletions

View File

@ -31,25 +31,32 @@
} }
}, },
{ {
"type": "path", "type": "parallel",
"data": {
"pathName": "3.1"
}
},
{
"type": "deadline",
"data": { "data": {
"commands": [ "commands": [
{ {
"type": "wait", "type": "path",
"data": { "data": {
"waitTime": 3.0 "pathName": "3.1"
} }
}, },
{ {
"type": "named", "type": "deadline",
"data": { "data": {
"name": "lancer" "commands": [
{
"type": "wait",
"data": {
"waitTime": 3.0
}
},
{
"type": "named",
"data": {
"name": "balyer"
}
}
]
} }
} }
] ]

View File

@ -31,25 +31,32 @@
} }
}, },
{ {
"type": "path", "type": "parallel",
"data": {
"pathName": "4.1"
}
},
{
"type": "deadline",
"data": { "data": {
"commands": [ "commands": [
{ {
"type": "wait", "type": "path",
"data": { "data": {
"waitTime": 3.0 "pathName": "4.1"
} }
}, },
{ {
"type": "named", "type": "deadline",
"data": { "data": {
"name": "balyer" "commands": [
{
"type": "wait",
"data": {
"waitTime": 3.0
}
},
{
"type": "named",
"data": {
"name": "balyer"
}
}
]
} }
} }
] ]

View File

@ -31,25 +31,32 @@
} }
}, },
{ {
"type": "path", "type": "parallel",
"data": {
"pathName": "4.1"
}
},
{
"type": "deadline",
"data": { "data": {
"commands": [ "commands": [
{ {
"type": "wait", "type": "path",
"data": { "data": {
"waitTime": 3.0 "pathName": "4.1"
} }
}, },
{ {
"type": "named", "type": "deadline",
"data": { "data": {
"name": "balyer" "commands": [
{
"type": "wait",
"data": {
"waitTime": 3.0
}
},
{
"type": "named",
"data": {
"name": "balyer"
}
}
]
} }
} }
] ]

View File

@ -31,25 +31,32 @@
} }
}, },
{ {
"type": "path", "type": "parallel",
"data": {
"pathName": "4.1"
}
},
{
"type": "deadline",
"data": { "data": {
"commands": [ "commands": [
{ {
"type": "wait", "type": "path",
"data": { "data": {
"waitTime": 3.0 "pathName": "4.1"
} }
}, },
{ {
"type": "named", "type": "deadline",
"data": { "data": {
"name": "balyer" "commands": [
{
"type": "wait",
"data": {
"waitTime": 3.0
}
},
{
"type": "named",
"data": {
"name": "balyer"
}
}
]
} }
} }
] ]

View File

@ -31,25 +31,32 @@
} }
}, },
{ {
"type": "path", "type": "parallel",
"data": {
"pathName": "5.1"
}
},
{
"type": "deadline",
"data": { "data": {
"commands": [ "commands": [
{ {
"type": "wait", "type": "path",
"data": { "data": {
"waitTime": 3.0 "pathName": "5.1"
} }
}, },
{ {
"type": "named", "type": "deadline",
"data": { "data": {
"name": "balyer" "commands": [
{
"type": "wait",
"data": {
"waitTime": 3.0
}
},
{
"type": "named",
"data": {
"name": "balyer"
}
}
]
} }
} }
] ]

View File

@ -38,25 +38,32 @@
} }
}, },
{ {
"type": "path", "type": "sequential",
"data": {
"pathName": "5.1"
}
},
{
"type": "deadline",
"data": { "data": {
"commands": [ "commands": [
{ {
"type": "named", "type": "path",
"data": { "data": {
"name": "balyer" "pathName": "5.1"
} }
}, },
{ {
"type": "wait", "type": "deadline",
"data": { "data": {
"waitTime": 3.0 "commands": [
{
"type": "wait",
"data": {
"waitTime": 3.0
}
},
{
"type": "named",
"data": {
"name": "balyer"
}
}
]
} }
} }
] ]

View File

@ -31,25 +31,32 @@
} }
}, },
{ {
"type": "path", "type": "parallel",
"data": {
"pathName": "5.1"
}
},
{
"type": "deadline",
"data": { "data": {
"commands": [ "commands": [
{ {
"type": "wait", "type": "path",
"data": { "data": {
"waitTime": 3.0 "pathName": "5.1"
} }
}, },
{ {
"type": "named", "type": "deadline",
"data": { "data": {
"name": "balyer" "commands": [
{
"type": "wait",
"data": {
"waitTime": 3.0
}
},
{
"type": "named",
"data": {
"name": "balyer"
}
}
]
} }
} }
] ]

View File

@ -31,28 +31,9 @@
} }
}, },
{ {
"type": "path", "type": "parallel",
"data": { "data": {
"pathName": "6.1" "commands": []
}
},
{
"type": "deadline",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 3.0
}
},
{
"type": "named",
"data": {
"name": "balyer"
}
}
]
} }
} }
] ]