This commit is contained in:
samuel desharnais 2024-04-10 17:45:22 -04:00
parent 1b793ef999
commit 073ace5169
3 changed files with 35 additions and 10 deletions

View File

@ -12,13 +12,13 @@
"data": { "data": {
"commands": [ "commands": [
{ {
"type": "sequential", "type": "parallel",
"data": { "data": {
"commands": [ "commands": [
{ {
"type": "path", "type": "named",
"data": { "data": {
"pathName": "3 avril1" "name": "balayer"
} }
}, },
{ {
@ -34,16 +34,41 @@
{ {
"type": "named", "type": "named",
"data": { "data": {
"name": "balayer" "name": "lancer"
} }
} }
] ]
} }
}, },
{ {
"type": "path", "type": "sequential",
"data": { "data": {
"pathName": "3 avril2" "commands": [
{
"type": "wait",
"data": {
"waitTime": 3.0
}
},
{
"type": "path",
"data": {
"pathName": "3 avril1"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.0
}
},
{
"type": "path",
"data": {
"pathName": "3 avril2"
}
}
]
} }
} }
] ]

View File

@ -39,7 +39,7 @@
}, },
"goalEndState": { "goalEndState": {
"velocity": 0.0, "velocity": 0.0,
"rotation": -15.0, "rotation": 0.0,
"rotateFast": false "rotateFast": false
}, },
"reversed": false, "reversed": false,

View File

@ -8,8 +8,8 @@
}, },
"prevControl": null, "prevControl": null,
"nextControl": { "nextControl": {
"x": 3.2842893955651187, "x": 3.2849642626350786,
"y": 5.564873875677809 "y": 5.57
}, },
"isLocked": false, "isLocked": false,
"linkedName": null "linkedName": null
@ -45,7 +45,7 @@
"reversed": false, "reversed": false,
"folder": null, "folder": null,
"previewStartingState": { "previewStartingState": {
"rotation": -16.133487942976338, "rotation": -0.3989133239630231,
"velocity": 0 "velocity": 0
}, },
"useDefaultConstraints": false "useDefaultConstraints": false