install script updates 2

This commit is contained in:
2026-01-09 19:32:17 +00:00
parent f8c3bab861
commit 33d5731e7c
10 changed files with 31 additions and 42 deletions

View File

@@ -25,7 +25,7 @@ Wait until the drone appears in the 3D view!
### Terminal 2: Start ArduCopter SITL
```bash
source ~/venv-ardupilot/bin/activate
source ~/.ardupilot_env
sim_vehicle.py -v ArduCopter -f gazebo-iris --model JSON --console
```
@@ -36,8 +36,8 @@ You should see:
### Terminal 3: Run Controller
```bash
source ~/venv-ardupilot/bin/activate
cd ~/RDC_Simulation
source activate.sh
python scripts/run_ardupilot.py --pattern square
```