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>
8 lines
156 B
C#
8 lines
156 B
C#
using MDCSToolBox.Clumsy.Pilot.DiffWheel;
|
|
|
|
namespace DiffWheelC;
|
|
|
|
public class PilotDefinition : DiffWheelPilotDefinition<PilotConfig, PilotDefinition>
|
|
{
|
|
}
|