Restructure into DiffWheel/MultiWheel folders, add DiffWheelC and MultiWheelC with MovementTests, FleetRemote multi-vehicle manual sync, deploy templates, and documentation. Update dependency paths to D:\MDCS\Release and mirror motor feedback in MotorRoutine for simulation. Co-authored-by: Cursor <cursoragent@cursor.com>
18 lines
320 B
JSON
18 lines
320 B
JSON
{
|
|
"basicSpeed": 0.2,
|
|
"DriveTaskInterval": 50,
|
|
"script": "DiffWheelC.dll",
|
|
"msConf": {
|
|
"ChassisWidth": 600,
|
|
"SimpleIp": "127.0.0.1"
|
|
},
|
|
"layout": {
|
|
"chassis": {
|
|
"width": 600,
|
|
"length": 900,
|
|
"contour": [-450, 300, 450, 300, 450, -300, -450, -300]
|
|
},
|
|
"components": []
|
|
}
|
|
}
|