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

@@ -18,8 +18,8 @@
git clone <repo-url> ~/RDC_Simulation
cd ~/RDC_Simulation
# Run full installer (includes ArduPilot)
./setup/install_ubuntu.sh --with-ardupilot
# Run full installer (20-30 minutes)
./setup/install_ubuntu.sh
# Reload shell
source ~/.bashrc
@@ -52,7 +52,7 @@ sudo apt update && sudo apt upgrade -y
# Clone and install
git clone <repo-url> ~/RDC_Simulation
cd ~/RDC_Simulation
./setup/install_ubuntu.sh --with-ardupilot
./setup/install_ubuntu.sh
# Reload shell
source ~/.bashrc
@@ -72,7 +72,7 @@ source ~/.bashrc
## Arch Linux
```bash
./setup/install_arch.sh --with-ardupilot
./setup/install_arch.sh
source ~/.bashrc
```