ligi
|
523b6ad8f7
|
added hint on how to better distinguish FC/NC
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2001 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-10-22 12:36:47 +00:00 |
|
peabody124
|
6d0df704a7
|
Flight/Modules: Corrected code to use tabs
find ./flight/OpenPilot/Modules/ \! \( -name '*~' -a -prune \) -type f |
xargs -I{} bash -c 'echo {}; dos2unix {}; gnuindent -npro -kr -i8 -ts8 -sob -ss
-ncs -cp1 -il0 -hnl -l150 {};'
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1776 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-09-27 07:28:34 +00:00 |
|
FredericG
|
efaa6c910b
|
MKSerial: also report ground-speed
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1162 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-07-27 09:49:47 +00:00 |
|
peabody124
|
d928676f5e
|
More documentation updates, standardizing format to include addtogroup at the beginning of headers so files are associated with modules
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1121 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-07-16 19:53:35 +00:00 |
|
peabody124
|
1cd81e211f
|
Added Doxygen comments for OpenPilot modules
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1101 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-07-16 01:02:34 +00:00 |
|
FredericG
|
5bb4fedc7f
|
attitude seq field was removed
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1065 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-07-11 12:25:43 +00:00 |
|
FredericG
|
55f13788de
|
FlightBatteryState Object : Made Voltage and Current fields float
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@895 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-06-26 10:59:11 +00:00 |
|
FredericG
|
8204143f9d
|
MKSerial: Do not generate BatteryState as this is now generated by the battery-module
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@894 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-06-26 10:31:27 +00:00 |
|
FredericG
|
d7390a07a5
|
MKSerial: use AUX port
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@840 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-06-20 18:08:41 +00:00 |
|
FredericG
|
524201d3b6
|
MKSerial: Complete PositionActual Obj
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@818 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-06-19 11:04:49 +00:00 |
|
fredericg
|
0731747d84
|
new object: FlightBatteryState
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@762 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-06-13 17:21:31 +00:00 |
|
fredericg
|
4e15413fc9
|
MkSerial, adapt to COM_USARTX => PIOS_COM_X
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@761 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-06-13 11:18:42 +00:00 |
|
fredericg
|
39aaf0868a
|
MkSerial: Adapt to GpsPosition => ActualPosition
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@744 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-06-11 15:54:13 +00:00 |
|
FredericG
|
2895925bd2
|
Small fixes
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@726 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-06-07 19:56:42 +00:00 |
|
fredericg
|
426b4344b0
|
Detect if connected to NaviCtrl or FlightCtrl and use appropriate messages - untested
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@725 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-06-07 14:50:48 +00:00 |
|
FredericG
|
db629cebc5
|
Some cleanup
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@717 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-06-05 15:32:57 +00:00 |
|
FredericG
|
7476aa61b9
|
Fixes: TO did not work / values need to be signed
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@712 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-06-03 19:57:58 +00:00 |
|
fredericg
|
f8f2c3b5d2
|
Timeout detection in WaitForMsg
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@711 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-06-03 16:31:48 +00:00 |
|
fredericg
|
6577dce1d5
|
Report attitude obj
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@707 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-06-03 11:32:02 +00:00 |
|
fredericg
|
59250845ea
|
MKSerial: composing messages
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@703 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-06-02 19:44:57 +00:00 |
|
FredericG
|
4d227cd8b6
|
MKSerial: print attitude
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@702 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-06-02 06:57:41 +00:00 |
|
fredericg
|
0fc8240b12
|
Display incoming messages - untested
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@688 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-05-30 13:28:53 +00:00 |
|
fredericg
|
dc2e7a041a
|
Moved MKSerial to Modules/MK dir
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@672 ebee16cc-31ac-478f-84a7-5cbb03baadba
|
2010-05-27 10:30:39 +00:00 |
|