Files
Tutorial/deploy/chassis.json
T
ruifeng.zhouandCursor 235c6c70ac Add Clumsy plugins and dual-vehicle fleet sync demo.
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>
2026-06-28 15:04:55 +08:00

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
}