From f7dd5dd458d5c3eae1fa0e1262e3654722c7d883 Mon Sep 17 00:00:00 2001 From: Anton Chaukin Date: Sun, 20 Apr 2025 20:27:44 +0300 Subject: [PATCH] Update quickstart.md --- environment-setup/quickstart.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/environment-setup/quickstart.md b/environment-setup/quickstart.md index ea65599..918cc25 100644 --- a/environment-setup/quickstart.md +++ b/environment-setup/quickstart.md @@ -7,3 +7,6 @@ curl -s -L https://raw.githubusercontent.com/mustafa-gokce/ardupilot-software-de ``` 3. This will install all the required Linux system packages and python modules to follow this course. +4. Run the shell script ```./ardu-sim.sh``` +5. Check the screen sessions ```screen -ls``` +6. Connect to a vehicle ```mavproxy.py --master=127.0.0.1:14550```