This commit is contained in:
Antoine PerreaultE 2024-04-10 19:21:09 -04:00
parent a5f1ae9a07
commit efd36314d6
3 changed files with 18 additions and 6 deletions

View File

@ -47,7 +47,7 @@
{
"type": "wait",
"data": {
"waitTime": 4.0
"waitTime": 3.25
}
},
{

View File

@ -28,12 +28,18 @@
"linkedName": null
}
],
"rotationTargets": [],
"rotationTargets": [
{
"waypointRelativePos": 0.5,
"rotationDegrees": 0,
"rotateFast": true
}
],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 1.75,
"maxAcceleration": 1.0,
"maxAcceleration": 0.75,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},

View File

@ -28,12 +28,18 @@
"linkedName": null
}
],
"rotationTargets": [],
"rotationTargets": [
{
"waypointRelativePos": 0.8,
"rotationDegrees": 0,
"rotateFast": false
}
],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 1.75,
"maxAcceleration": 1.0,
"maxVelocity": 1.25,
"maxAcceleration": 0.5,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},