This commit is contained in:
samuel desharnais 2024-04-10 19:22:10 -04:00
commit 88e1ebba33
3 changed files with 14 additions and 20 deletions

View File

@ -35,9 +35,15 @@
} }
}, },
{ {
"type": "parallel", "type": "deadline",
"data": { "data": {
"commands": [ "commands": [
{
"type": "wait",
"data": {
"waitTime": 4.0
}
},
{ {
"type": "path", "type": "path",
"data": { "data": {

View File

@ -8,7 +8,7 @@
}, },
"prevControl": null, "prevControl": null,
"nextControl": { "nextControl": {
"x": 4.2, "x": 5.2,
"y": 5.55 "y": 5.55
}, },
"isLocked": false, "isLocked": false,
@ -28,18 +28,12 @@
"linkedName": null "linkedName": null
} }
], ],
"rotationTargets": [ "rotationTargets": [],
{
"waypointRelativePos": 0.5,
"rotationDegrees": 0,
"rotateFast": true
}
],
"constraintZones": [], "constraintZones": [],
"eventMarkers": [], "eventMarkers": [],
"globalConstraints": { "globalConstraints": {
"maxVelocity": 3.0, "maxVelocity": 1.75,
"maxAcceleration": 1.5, "maxAcceleration": 1.0,
"maxAngularVelocity": 540.0, "maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0 "maxAngularAcceleration": 720.0
}, },

View File

@ -28,18 +28,12 @@
"linkedName": null "linkedName": null
} }
], ],
"rotationTargets": [ "rotationTargets": [],
{
"waypointRelativePos": 0.55,
"rotationDegrees": 0,
"rotateFast": true
}
],
"constraintZones": [], "constraintZones": [],
"eventMarkers": [], "eventMarkers": [],
"globalConstraints": { "globalConstraints": {
"maxVelocity": 3.0, "maxVelocity": 1.75,
"maxAcceleration": 1.5, "maxAcceleration": 1.0,
"maxAngularVelocity": 540.0, "maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0 "maxAngularAcceleration": 720.0
}, },