This commit is contained in:
samuel desharnais 2024-03-27 20:11:49 -04:00
parent 9193601fdb
commit 64fc4f98e6
3 changed files with 56 additions and 4 deletions

View File

@ -2,8 +2,8 @@
"version": 1.0,
"startingPose": {
"position": {
"x": 1.2654580294915574,
"y": 2.9352327650524255
"x": 2.0,
"y": 7.0
},
"rotation": 0
},
@ -14,7 +14,7 @@
{
"type": "path",
"data": {
"pathName": "Test pigeon"
"pathName": "New Path"
}
}
]

View File

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

View File

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