76 lines
1.5 KiB
Plaintext
Raw Normal View History

2024-02-01 19:20:32 -05:00
{
"version": 1.0,
"startingPose": {
"position": {
2024-02-19 19:01:52 -05:00
"x": 1.3,
"y": 5.55
2024-02-01 19:20:32 -05:00
},
2024-02-19 19:01:52 -05:00
"rotation": 180.0
2024-02-01 19:20:32 -05:00
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "deadline",
"data": {
"commands": [
{
2024-02-19 19:01:52 -05:00
"type": "wait",
2024-02-01 19:20:32 -05:00
"data": {
2024-02-19 19:01:52 -05:00
"waitTime": 3.0
2024-02-01 19:20:32 -05:00
}
},
{
2024-02-19 19:01:52 -05:00
"type": "named",
2024-02-01 19:20:32 -05:00
"data": {
2024-02-19 19:01:52 -05:00
"name": "lancer"
2024-02-01 19:20:32 -05:00
}
}
]
}
},
{
2024-02-19 19:01:52 -05:00
"type": "sequential",
2024-02-01 19:20:32 -05:00
"data": {
"commands": [
{
2024-02-19 19:01:52 -05:00
"type": "path",
2024-02-01 19:20:32 -05:00
"data": {
2024-02-19 19:01:52 -05:00
"pathName": "1.1"
2024-02-01 19:20:32 -05:00
}
},
{
2024-02-19 19:01:52 -05:00
"type": "deadline",
2024-02-01 19:20:32 -05:00
"data": {
2024-02-19 19:01:52 -05:00
"commands": [
{
"type": "wait",
"data": {
"waitTime": 3.0
}
},
{
"type": "named",
"data": {
"name": "balyer"
}
}
]
2024-02-01 19:20:32 -05:00
}
}
]
}
},
{
"type": "path",
"data": {
2024-02-19 19:01:52 -05:00
"pathName": "1.2"
2024-02-01 19:20:32 -05:00
}
}
]
}
},
2024-02-19 19:01:52 -05:00
"folder": "1",
2024-02-01 19:20:32 -05:00
"choreoAuto": false
}