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
{{ message }}
This repository was archived by the owner on Jul 20, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: posix-configs/SITL/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -39,12 +39,12 @@ NOTE: This is only necessary if you are not using the instructions above.
39
39
40
40
1. Launch PX4 from the SITL build directory "`./Firmware/Build/posix_sitl.build/`" using the command below. The optional `<startup_file>` can be used to cause a set of commands to be entered into the PX4 shell at startup.
41
41
```
42
-
> ./mainapp <startup_file>
42
+
> ./px4 <startup_file>
43
43
```
44
44
45
45
There is a sample startup script at `posix_configs/SITL/init/rcS`.
46
46
```
47
-
> ./mainapp ../../posix-configs/SITL/init/rcS
47
+
> ./px4 ../../posix-configs/SITL/init/rcS
48
48
```
49
49
50
50
Without the `<startup_file>`, the commands can be entered at the shell prompt one at a time. An example startup file is given below. This example shows that the "mavlink" module has selected port 14556 for its socket server (as shown in the SITL diagram) and will listen for connections on this port.
0 commit comments