Antoine PerreaultE a31b914604 path
2024-04-10 18:38:28 -04:00

102 lines
2.4 KiB
Plaintext

{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.38,
"y": 5.55
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "sequential",
"data": {
"commands": [
{
"type": "parallel",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "lancer"
}
}
]
}
},
{
"type": "wait",
"data": {
"waitTime": 0.5
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "10 avril reculer"
}
},
{
"type": "named",
"data": {
"name": "balayer"
}
}
]
}
},
{
"type": "wait",
"data": {
"waitTime": 0.5
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "10 avril avancer"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.2
}
}
]
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "lancer"
}
}
]
}
}
]
}
}
]
}
},
"folder": null,
"choreoAuto": false
}