This commit is contained in:
samuel desharnais 2024-03-27 19:50:51 -04:00
parent 1437289b08
commit 696c38daea
2 changed files with 77 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.2654580294915574,
"y": 2.9352327650524255
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Test pigeon"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}

View File

@ -0,0 +1,52 @@
{
"version": 1.0,
"waypoints": [
{
"anchor": {
"x": 1.2654580294915574,
"y": 2.9352327650524255
},
"prevControl": null,
"nextControl": {
"x": 2.2654580294915574,
"y": 2.9352327650524255
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 3.276852593591227,
"y": 2.9352327650524255
},
"prevControl": {
"x": 2.276852593591227,
"y": 2.9352327650524255
},
"nextControl": null,
"isLocked": false,
"linkedName": null
}
],
"rotationTargets": [],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0,
"rotation": 0,
"rotateFast": false
},
"reversed": false,
"folder": null,
"previewStartingState": {
"rotation": 0,
"velocity": 0
},
"useDefaultConstraints": true
}