This commit is contained in:
Antoine PerreaultE 2024-04-10 19:21:14 -04:00
commit eee5384f53
3 changed files with 14 additions and 13 deletions

View File

@ -2,7 +2,7 @@
"version": 1.0, "version": 1.0,
"startingPose": { "startingPose": {
"position": { "position": {
"x": 1.35, "x": 1.3,
"y": 5.55 "y": 5.55
}, },
"rotation": 0 "rotation": 0
@ -16,15 +16,9 @@
"data": { "data": {
"commands": [ "commands": [
{ {
"type": "deadline", "type": "parallel",
"data": { "data": {
"commands": [ "commands": [
{
"type": "wait",
"data": {
"waitTime": 1.0
}
},
{ {
"type": "named", "type": "named",
"data": { "data": {
@ -86,7 +80,14 @@
"data": { "data": {
"waitTime": 0.2 "waitTime": 0.2
} }
}, }
]
}
},
{
"type": "parallel",
"data": {
"commands": [
{ {
"type": "named", "type": "named",
"data": { "data": {

View File

@ -33,7 +33,7 @@
"eventMarkers": [], "eventMarkers": [],
"globalConstraints": { "globalConstraints": {
"maxVelocity": 2.0, "maxVelocity": 2.0,
"maxAcceleration": 0.75, "maxAcceleration": 1.0,
"maxAngularVelocity": 540.0, "maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0 "maxAngularAcceleration": 720.0
}, },

View File

@ -16,11 +16,11 @@
}, },
{ {
"anchor": { "anchor": {
"x": 1.27, "x": 1.1,
"y": 5.57 "y": 5.57
}, },
"prevControl": { "prevControl": {
"x": 1.260703297854801, "x": 1.090703297854801,
"y": 5.57 "y": 5.57
}, },
"nextControl": null, "nextControl": null,
@ -33,7 +33,7 @@
"eventMarkers": [], "eventMarkers": [],
"globalConstraints": { "globalConstraints": {
"maxVelocity": 2.0, "maxVelocity": 2.0,
"maxAcceleration": 0.75, "maxAcceleration": 1.0,
"maxAngularVelocity": 540.0, "maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0 "maxAngularAcceleration": 720.0
}, },