forked from Team3128/3128-robot-2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
S2H2_i.path
42 lines (42 loc) · 782 Bytes
/
S2H2_i.path
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"waypoints": [
{
"anchorPoint": {
"x": 10.68,
"y": 3.02
},
"prevControl": null,
"nextControl": {
"x": 10.98,
"y": 2.72
},
"holonomicAngle": 0.0,
"isReversal": false,
"velOverride": null,
"isLocked": false,
"isStopPoint": false,
"waitTime": 0
},
{
"anchorPoint": {
"x": 11.65,
"y": 1.99
},
"prevControl": {
"x": 10.65,
"y": 2.99
},
"nextControl": null,
"holonomicAngle": 0.0,
"isReversal": false,
"velOverride": null,
"isLocked": false,
"isStopPoint": false,
"waitTime": 0
}
],
"maxVelocity": 2.5,
"maxAcceleration": 2.0,
"isReversed": null,
"markers": []
}