install script updates 3

This commit is contained in:
2026-01-09 19:57:57 +00:00
parent 33d5731e7c
commit 1bee44bcff
5 changed files with 214 additions and 280 deletions

View File

@@ -230,7 +230,7 @@ Write-Host " # Restart your computer when prompted" -ForegroundColor DarkGray
Write-Host ""
Write-Host "Step 2: Open Ubuntu and install" -ForegroundColor Yellow
Write-Host " cd /mnt/c/path/to/RDC_Simulation" -ForegroundColor White
Write-Host " ./setup/install_ubuntu.sh --with-ardupilot" -ForegroundColor White
Write-Host " ./setup/install_ubuntu.sh" -ForegroundColor White
Write-Host " source ~/.bashrc" -ForegroundColor White
Write-Host ""
Write-Host "Step 3: Run simulation (3 terminals)" -ForegroundColor Yellow