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>
10 lines
401 B
Batchfile
10 lines
401 B
Batchfile
@echo off
|
|
setlocal
|
|
cd /d "%~dp0"
|
|
if not exist chassis.json copy /Y ..\..\deploy\chassis.json chassis.json >nul
|
|
if not exist clumsy.json copy /Y ..\..\deploy\clumsy_agv1\clumsy.json clumsy.json >nul
|
|
if not exist clumsyconsole.json copy /Y ..\..\deploy\clumsy_agv1\clumsyconsole.json clumsyconsole.json >nul
|
|
echo [Clumsy AGV1] Master, tag Multi1. Start Medulla build\Medulla first.
|
|
ClumsyLite.exe
|
|
pause
|