This commit is contained in:
samuel desharnais 2024-02-24 12:03:52 -05:00
parent fa6d501040
commit d66813a195
4 changed files with 152 additions and 8 deletions

View File

@ -0,0 +1,95 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.7,
"y": 6.7
},
"rotation": 150.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "deadline",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 3.0
}
},
{
"type": "named",
"data": {
"name": "lancer"
}
}
]
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "3.1"
}
},
{
"type": "deadline",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 3.7
}
},
{
"type": "named",
"data": {
"name": "balayer"
}
}
]
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "3.2"
}
},
{
"type": "deadline",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 3.0
}
},
{
"type": "named",
"data": {
"name": "lancer"
}
}
]
}
}
]
}
},
"folder": "3",
"choreoAuto": false
}

View File

@ -2,10 +2,10 @@
"version": 1.0,
"startingPose": {
"position": {
"x": 0.7,
"y": 6.7
"x": 1.3,
"y": 5.55
},
"rotation": 150.0
"rotation": 90.0
},
"command": {
"type": "sequential",
@ -37,7 +37,7 @@
{
"type": "path",
"data": {
"pathName": "3.1"
"pathName": "Copy of 1.1"
}
},
{
@ -47,7 +47,7 @@
{
"type": "wait",
"data": {
"waitTime": 3.7
"waitTime": 6.0
}
},
{
@ -65,7 +65,7 @@
{
"type": "path",
"data": {
"pathName": "3.2"
"pathName": "Copy of 1.2"
}
},
{
@ -90,6 +90,6 @@
]
}
},
"folder": "3",
"folder": "1",
"choreoAuto": false
}

View File

@ -65,7 +65,7 @@
{
"type": "path",
"data": {
"pathName": "Copy of 1.2"
"pathName": "Copy of Copy of 1.2"
}
},
{

View File

@ -0,0 +1,49 @@
{
"version": 1.0,
"waypoints": [
{
"anchor": {
"x": 2.9961928869726684,
"y": 5.320840271310172
},
"prevControl": null,
"nextControl": {
"x": 3.022850290942747,
"y": 5.320840271310172
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 1.3,
"y": 5.55
},
"prevControl": {
"x": 1.2354194138940418,
"y": 5.55
},
"nextControl": null,
"isLocked": false,
"linkedName": null
}
],
"rotationTargets": [],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 1.0,
"maxAcceleration": 1.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0,
"rotation": -78.51347446508561,
"rotateFast": false
},
"reversed": false,
"folder": "1",
"previewStartingState": null,
"useDefaultConstraints": false
}