Files
RiseOfRidgebotics2020/PathWeaver/pathweaver.json
T

9 lines
187 B
JSON
Raw Normal View History

2020-03-07 12:41:37 -07:00
{
"lengthUnit": "Meter",
"exportUnit": "Always Meters",
"maxVelocity": 2.0,
2020-03-10 20:13:52 -06:00
"maxAcceleration": 2.7,
2020-03-07 12:41:37 -07:00
"wheelBase": 0.648,
2021-02-11 17:51:01 -07:00
"gameName": "Barrel Racing Path",
2020-03-07 12:41:37 -07:00
"outputDir": ".."
}