Gustavo Jose de Sousa
03a7c5b047
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.
2015-08-19 20:42:53 +09:00
Andrew Tridgell
767aeedf01
AP_Mission: fixed example sketch
2015-06-01 18:05:38 +10:00
Andrew Tridgell
d1ed4c863c
AP_Mission: convert example from .pde to .cpp
2015-06-01 17:07:04 +10:00
Andrew Tridgell
0c142bb25a
AP_Mission: fix for HAL_SITL rename
2015-05-05 09:45:55 +10:00
Randy Mackay
ed61d961c3
Mission: fix example sketch
2015-05-01 20:58:06 +09:00
Randy Mackay
b01f9505b1
Mission: fix example sketch
...
Also replace printf with print where possible
2015-03-16 20:29:05 +09:00
Andrew Tridgell
3a1cbaeb25
AP_Mission: fix for new compass API
2015-03-13 18:46:18 +11:00
Randy Mackay
4772fd338c
Mission: fix example sketch
2015-03-13 16:40:59 +09:00
Randy Mackay
355a92aff4
Mission: fix example sketch
2015-01-28 17:15:44 +09:00
Andrew Tridgell
8aa1a89081
AP_Mission: updates for new AP_Baro API
2015-01-09 11:50:56 +11:00
Andrew Tridgell
868ee3af23
AP_Mission: fixed example build
2014-10-24 12:10:40 +11:00
Andrew Tridgell
3357df9529
AP_Mission: fixed example sketch
2014-08-14 10:48:31 +10:00
Andrew Tridgell
ce193f5c5c
AP_Mission: fixed example build
2014-08-13 21:48:35 +10:00
Andrew Tridgell
50f67dd57d
AP_Mission: fixed example build
2014-07-25 17:54:45 +10:00
Randy Mackay
5322093475
Mission: fix example sketch after GPS lib changes
2014-04-17 16:41:38 +09:00
Randy Mackay
8e117d29eb
Mission: test exceeding command storage size
2014-03-19 12:11:55 +09:00
Randy Mackay
e60865b715
Mission: example sketch test for set_current_cmd
2014-03-19 12:11:12 +09:00
Randy Mackay
5dd86bd7d7
Mission: update example sketch for p1's move to cmd structure
2014-03-19 12:10:49 +09:00
Randy Mackay
4c0ae63169
Mission: example sketch test replace_cmd method
2014-03-19 12:10:42 +09:00
Randy Mackay
ef21e32fbc
Mission: example sketch tests set current command
2014-03-19 12:10:37 +09:00
Randy Mackay
c6c43847b6
Mission: example sketch tests set home command
2014-03-19 12:10:27 +09:00
Randy Mackay
cc8554fa2b
Mission: fix example sketch
2014-03-19 12:10:18 +09:00
Randy Mackay
fd009d0704
AP_Mission: tests added to example sketch
2014-03-19 12:09:59 +09:00
Randy Mackay
6086bc14be
AP_Mission: mostly working draft
2014-03-19 12:09:56 +09:00
Randy Mackay
4285eba297
AP_Mission: initial draft library
2014-03-19 12:09:54 +09:00