This commit is contained in:
Antoine PerreaultE 2024-04-10 19:44:40 -04:00
parent c63f23a302
commit b5ab5fa4bf
2 changed files with 60 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"version": 1.0, "version": 1.0,
"startingPose": { "startingPose": {
"position": { "position": {
"x": 1.3, "x": 1.35,
"y": 5.55 "y": 5.55
}, },
"rotation": 0 "rotation": 0
@ -41,7 +41,13 @@
{ {
"type": "wait", "type": "wait",
"data": { "data": {
"waitTime": 3.25 "waitTime": 3.7
}
},
{
"type": "path",
"data": {
"pathName": "10 avril"
} }
}, },
{ {

View File

@ -0,0 +1,52 @@
{
"version": 1.0,
"waypoints": [
{
"anchor": {
"x": 1.35,
"y": 5.55
},
"prevControl": null,
"nextControl": {
"x": 1.4454257887138118,
"y": 5.567111941824834
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 1.0,
"y": 5.55
},
"prevControl": {
"x": -2.220446049250313e-16,
"y": 5.55
},
"nextControl": null,
"isLocked": false,
"linkedName": null
}
],
"rotationTargets": [],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 1.5,
"maxAcceleration": 0.75,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0,
"rotation": 0,
"rotateFast": false
},
"reversed": false,
"folder": null,
"previewStartingState": {
"rotation": 0,
"velocity": 0
},
"useDefaultConstraints": false
}