This commit is contained in:
Antoine PerreaultE 2024-02-21 18:24:09 -05:00
commit 6d9cdd551d
8 changed files with 105 additions and 9 deletions

View File

@ -5,7 +5,7 @@
"x": 1.3, "x": 1.3,
"y": 5.55 "y": 5.55
}, },
"rotation": 180.0 "rotation": 0.0
}, },
"command": { "command": {
"type": "sequential", "type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 15.2, "x": 15.2,
"y": 5.55 "y": 5.55
}, },
"rotation": 0 "rotation": 180.0
}, },
"command": { "command": {
"type": "sequential", "type": "sequential",

View File

@ -0,0 +1,44 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 15.18,
"y": 4.81
},
"rotation": 0.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "deadline",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 3.0
}
},
{
"type": "named",
"data": {
"name": "lancer"
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "test"
}
}
]
}
},
"folder": "4",
"choreoAuto": false
}

File diff suppressed because one or more lines are too long

View File

@ -39,7 +39,7 @@
}, },
"goalEndState": { "goalEndState": {
"velocity": 0, "velocity": 0,
"rotation": -179.69010821508004, "rotation": -0.47321748092014937,
"rotateFast": false "rotateFast": false
}, },
"reversed": false, "reversed": false,

View File

@ -32,14 +32,14 @@
"constraintZones": [], "constraintZones": [],
"eventMarkers": [], "eventMarkers": [],
"globalConstraints": { "globalConstraints": {
"maxVelocity": 1.0, "maxVelocity": 0.5,
"maxAcceleration": 1.0, "maxAcceleration": 0.5,
"maxAngularVelocity": 540.0, "maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0 "maxAngularAcceleration": 720.0
}, },
"goalEndState": { "goalEndState": {
"velocity": 0, "velocity": 0,
"rotation": 0, "rotation": -0.2903756608952776,
"rotateFast": false "rotateFast": false
}, },
"reversed": false, "reversed": false,

View File

@ -32,8 +32,8 @@
"constraintZones": [], "constraintZones": [],
"eventMarkers": [], "eventMarkers": [],
"globalConstraints": { "globalConstraints": {
"maxVelocity": 3.0, "maxVelocity": 0.5,
"maxAcceleration": 3.0, "maxAcceleration": 0.5,
"maxAngularVelocity": 540.0, "maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0 "maxAngularAcceleration": 720.0
}, },

View File

@ -0,0 +1,52 @@
{
"version": 1.0,
"waypoints": [
{
"anchor": {
"x": 15.182835116264057,
"y": 4.8066308009100585
},
"prevControl": null,
"nextControl": {
"x": 15.182835116264057,
"y": 4.8258390977013725
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 15.182835116264057,
"y": 7.1855718058229465
},
"prevControl": {
"x": 15.192447316011023,
"y": 7.181673109189449
},
"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": 0,
"rotateFast": false
},
"reversed": false,
"folder": null,
"previewStartingState": {
"rotation": 0,
"velocity": 0
},
"useDefaultConstraints": false
}