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>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user