You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -70,7 +70,7 @@ After your system has finished rebooting:
70
70
./waf clean
71
71
```
72
72
73
-
At this point, you can test if everything is working by running
73
+
At this point, you can test if everything is working by running. You most likely will need to reload the path for this to work (open a new terminal window)
74
74
75
75
```
76
76
sim_vehicle.py -v Copter
@@ -108,7 +108,9 @@ Open up 4 terminals
108
108
109
109
1. In the first terminal, run `./sitl.sh`
110
110
2. In the second terminal, run `./proxy.sh`
111
-
3. In the third terminal, run `./release/apmplanner2`
111
+
3. If using APM planner: In the third terminal, run `./release/apmplanner2` from within the APMplanner directory.
112
+
113
+
If using QGC, then run the downloaded AppImage/App for ubuntu/mac respectively
112
114
4. The fourth terminal is where you will be executing your scripts to run in
0 commit comments