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>
16 lines
471 B
JSON
16 lines
471 B
JSON
{
|
|
"WheelConfig": {
|
|
"LeftFront": { "Position": { "X": 525.0, "Y": 200.0 } },
|
|
"LeftRear": { "Position": { "X": -525.0, "Y": 200.0 } },
|
|
"RightFront": { "Position": { "X": 525.0, "Y": -200.0 } },
|
|
"RightRear": { "Position": { "X": -525.0, "Y": -200.0 } }
|
|
},
|
|
"MaxSpeed": 0.3,
|
|
"AccPerSecond": 0.3,
|
|
"DeAccPerSecond": 0.5,
|
|
"MinTurnSpeedFac": 0.25,
|
|
"ControlPointRadius": 500.0,
|
|
"GcpThetaPerSecond": 10.0,
|
|
"MinimumTurningAngleForAckermann": 60.0
|
|
}
|