File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ list some basic and more used commands as example.
20
20
supported and the next section shows how to get a full list of them.
21
21
22
22
``` sh
23
- ./waf configure --board px4-v3
23
+ ./waf configure --board fmuv3
24
24
./waf copter
25
25
```
26
26
@@ -59,13 +59,13 @@ list some basic and more used commands as example.
59
59
```sh
60
60
./waf configure --board bebop --static # Bebop or Bebop2
61
61
./waf configure --board edge # emlid edge
62
+ ./waf configure --board fmuv3 # Pixhawk2/Cube using ChibiOS
63
+ ./waf configure --board fmuv4 # Pixracer using ChibiOS
62
64
./waf configure --board navio2 # emlid navio2
63
65
./waf configure --board px4-v1 # the very old two layer Pixhawk (almost none exist)
64
66
./waf configure --board px4-v2 # older Pixhawks that suffer from the 1MB flash limit issue
65
67
./waf configure --board px4-v3 # Pixhawk2/Cube and newer Pixhawks with no 1MB flash limit issue
66
- ./waf configure --board fmuv3 # Pixhawk2/Cube using ChibiOS
67
68
./waf configure --board px4-v4 # Pixracer
68
- ./waf configure --board fmuv4 # Pixracer using ChibiOS
69
69
./waf configure --board skyviper-v2450 # SkyRocket' s SkyViper GPS drone using ChibiOS
70
70
./waf configure --board sitl # software-in-the-loop simulator
71
71
./waf configure --board sitl --debug # software-in-the-loop simulator with debug symbols
You can’t perform that action at this time.
0 commit comments