Gustavo Jose de Sousa
34d1a29ec1
AP_Mission: standardize inclusion of libaries headers
...
This commit changes the way libraries headers are included in source files:
- If the header is in the same directory the source belongs to, so the
notation '#include ""' is used with the path relative to the directory
containing the source.
- If the header is outside the directory containing the source, then we use
the notation '#include <>' with the path relative to libraries folder.
Some of the advantages of such approach:
- Only one search path for libraries headers.
- OSs like Windows may have a better lookup time.
10 years ago
Andrew Tridgell
767aeedf01
AP_Mission: fixed example sketch
10 years ago
Andrew Tridgell
d1ed4c863c
AP_Mission: convert example from .pde to .cpp
10 years ago
Andrew Tridgell
0c142bb25a
AP_Mission: fix for HAL_SITL rename
10 years ago
Randy Mackay
ed61d961c3
Mission: fix example sketch
10 years ago
Randy Mackay
b01f9505b1
Mission: fix example sketch
...
Also replace printf with print where possible
10 years ago
Andrew Tridgell
3a1cbaeb25
AP_Mission: fix for new compass API
10 years ago
Randy Mackay
4772fd338c
Mission: fix example sketch
10 years ago
Randy Mackay
355a92aff4
Mission: fix example sketch
10 years ago
Andrew Tridgell
8aa1a89081
AP_Mission: updates for new AP_Baro API
10 years ago
Andrew Tridgell
868ee3af23
AP_Mission: fixed example build
10 years ago
Andrew Tridgell
3357df9529
AP_Mission: fixed example sketch
11 years ago
Andrew Tridgell
ce193f5c5c
AP_Mission: fixed example build
11 years ago
Andrew Tridgell
50f67dd57d
AP_Mission: fixed example build
11 years ago
Randy Mackay
5322093475
Mission: fix example sketch after GPS lib changes
11 years ago
Randy Mackay
8e117d29eb
Mission: test exceeding command storage size
11 years ago
Randy Mackay
e60865b715
Mission: example sketch test for set_current_cmd
11 years ago
Randy Mackay
5dd86bd7d7
Mission: update example sketch for p1's move to cmd structure
11 years ago
Randy Mackay
4c0ae63169
Mission: example sketch test replace_cmd method
11 years ago
Randy Mackay
ef21e32fbc
Mission: example sketch tests set current command
11 years ago
Randy Mackay
c6c43847b6
Mission: example sketch tests set home command
11 years ago
Randy Mackay
cc8554fa2b
Mission: fix example sketch
11 years ago
Randy Mackay
fd009d0704
AP_Mission: tests added to example sketch
11 years ago
Randy Mackay
6086bc14be
AP_Mission: mostly working draft
11 years ago
Randy Mackay
4285eba297
AP_Mission: initial draft library
11 years ago