Pavel Kirienko
|
266e95127b
|
Removed sstream in OTR
|
2014-04-10 11:50:14 +04:00 |
|
Helen Oleynikova
|
7b85c45555
|
Set startup script to do mavlinks.
|
2014-04-10 09:08:47 +02:00 |
|
Helen Oleynikova
|
e99291d825
|
Added vicon stream.
|
2014-04-10 09:08:37 +02:00 |
|
Helen Oleynikova
|
b1e4b34a56
|
Logging changes, baud rate changes.
|
2014-04-09 17:58:18 +02:00 |
|
Lorenz Meier
|
f183ddad8c
|
Merge pull request #819 from helenol/helen_vicon_pull
VICON logging, finally implemented.
|
2014-04-09 17:48:20 +02:00 |
|
Pavel Kirienko
|
d7ec6918be
|
dsdlc: YAML streamer specialization methods defined out-of-line
|
2014-04-09 19:28:26 +04:00 |
|
Helen Oleynikova
|
a39382dc17
|
VICON -> VICN really this time.
|
2014-04-09 17:28:00 +02:00 |
|
Helen Oleynikova
|
5b090a7095
|
VICON -> VICN
|
2014-04-09 17:25:33 +02:00 |
|
Helen Oleynikova
|
284218174c
|
Tabs tabs tabs
|
2014-04-09 17:21:07 +02:00 |
|
Helen Oleynikova
|
863cd2e838
|
Added VICON logging, finally.
|
2014-04-09 17:11:27 +02:00 |
|
Pavel Kirienko
|
8cd94d152c
|
Methods of generated types defined out-of-line. This has been done in order to reduce code size on low optimization levels, though for whatever reason the code size INCREASED by 100 bytes on -Os (see STM32 test). Maybe this change should be reverted later.
|
2014-04-09 19:10:09 +04:00 |
|
Pavel Kirienko
|
693149cb2f
|
Better formatting of generated headers
|
2014-04-09 19:07:35 +04:00 |
|
Lorenz Meier
|
63dae04c22
|
pauls estimator: Added NaN guard before publishing
|
2014-04-09 17:06:06 +02:00 |
|
Anton Babushkin
|
0b97dd2b77
|
commander: brackets added to return switch check
|
2014-04-09 18:55:55 +04:00 |
|
Pavel Kirienko
|
f768378e2b
|
Size optimized ServiceClient<>
|
2014-04-09 18:04:16 +04:00 |
|
Pavel Kirienko
|
3391803d86
|
GenericSubscriber: one method moved to the base class
|
2014-04-09 18:03:31 +04:00 |
|
Pavel Kirienko
|
33bb1be4a1
|
Space optimized GenericSubscriber
|
2014-04-09 17:19:31 +04:00 |
|
Pavel Kirienko
|
44153e16db
|
GenericPublisher made noncopyable
|
2014-04-09 17:02:14 +04:00 |
|
Pavel Kirienko
|
72425b712a
|
Space optimized GenericPublisher
|
2014-04-09 16:38:49 +04:00 |
|
Pavel Kirienko
|
5bd2f0ea74
|
Out of line methods - Node<>
|
2014-04-09 15:58:29 +04:00 |
|
Pavel Kirienko
|
6177e27f8d
|
GDTR - Out of line methods
|
2014-04-09 15:42:23 +04:00 |
|
Pavel Kirienko
|
311ae8dca1
|
Refactored TransferListener - all logic moved into non-generic subclass and implemented in *.cpp
|
2014-04-09 15:06:27 +04:00 |
|
Pavel Kirienko
|
a8e0037363
|
Compiling STM32 test with Os by default, no LTO.
|
2014-04-09 12:52:10 +04:00 |
|
Pavel Kirienko
|
990a531674
|
Protected constructor of MapBase<>
|
2014-04-09 12:51:10 +04:00 |
|
Pavel Kirienko
|
37f78c9261
|
Optimized Map<>
|
2014-04-09 12:24:27 +04:00 |
|
Pavel Kirienko
|
2c9572d845
|
TransferBuffer optimized RAM usage
|
2014-04-09 11:59:45 +04:00 |
|
Pavel Kirienko
|
a8d12d2004
|
TransferBufferManager rewritten to move all the code into a non-generic subclass. STM32 test code size reduced to 176k (-O1)
|
2014-04-09 11:52:05 +04:00 |
|
Lorenz Meier
|
8e0e0c164a
|
Merge branch 'mavlink_command' of github.com:PX4/Firmware
|
2014-04-08 21:41:05 +02:00 |
|
Lorenz Meier
|
27884e49be
|
Revert "Merge pull request #816 from PX4/mavlink_commandlongstream"
This reverts commit 00ef10f307, reversing
changes made to d55e64d1e5.
|
2014-04-08 21:40:05 +02:00 |
|
Lorenz Meier
|
00ef10f307
|
Merge pull request #816 from PX4/mavlink_commandlongstream
mavlink: COMMAND_LONG stream: listen to vehicle_command uorb topic and send mavlink_msg_command_long
|
2014-04-08 21:38:32 +02:00 |
|
Anton Babushkin
|
d55e64d1e5
|
mavlink: minor comments and formatting fixes
|
2014-04-08 23:29:40 +04:00 |
|
Anton Babushkin
|
09093b17da
|
mavlink: commands stream implemented
|
2014-04-08 23:28:52 +04:00 |
|
Lorenz Meier
|
80a59a6d07
|
Merge pull request #817 from PX4/mc_land_fix
MC land detector fix
|
2014-04-08 21:22:46 +02:00 |
|
Pavel Kirienko
|
9e5115948b
|
Out of line Logger methods
|
2014-04-08 23:07:36 +04:00 |
|
Anton Babushkin
|
523606668f
|
position_estimator_inav: make land detector more sensitive to LANDED -> IN AIR transitions
|
2014-04-08 22:23:18 +04:00 |
|
Pavel Kirienko
|
dd38c38ff2
|
Out of line methods in transfer_listener.hpp
|
2014-04-08 21:27:35 +04:00 |
|
Pavel Kirienko
|
8102980583
|
Out of line methods for ScalarCodec
|
2014-04-08 21:16:38 +04:00 |
|
Pavel Kirienko
|
a573f48372
|
Space optimized transfer_buffer.hpp - STM32 test 180k -O1
|
2014-04-08 21:13:37 +04:00 |
|
Lorenz Meier
|
13be060dae
|
Merge pull request #815 from PX4/commander_handle_command
commander: handle_command: filter commands by sysid and componentid
|
2014-04-08 08:42:28 -07:00 |
|
Thomas Gubler
|
bccdbde45e
|
commander: handle_command: do not filter command if componentid == 0
|
2014-04-08 17:29:11 +02:00 |
|
Thomas Gubler
|
f0d043c068
|
mavlink: COMMAND_LONG stream: listen to vehicle_command uorb topic and send mavlink_msg_command_long
|
2014-04-08 17:11:23 +02:00 |
|
Thomas Gubler
|
a6215b7bda
|
commander: handle_command: filter commands by sysid and componentid
|
2014-04-08 17:10:22 +02:00 |
|
Pavel Kirienko
|
6a68318d49
|
OTR out of line methods
|
2014-04-08 19:07:57 +04:00 |
|
Pavel Kirienko
|
e6559eff9f
|
Out of line methods in linked_list.hpp
|
2014-04-08 18:59:15 +04:00 |
|
Pavel Kirienko
|
a32d0d335c
|
Out of line methods in dynamic_memory.hpp
|
2014-04-08 18:54:05 +04:00 |
|
Pavel Kirienko
|
a13e4de58a
|
Much space optimized Map<> container - saves 40kb of Flash for STM32 test (-O1)
|
2014-04-08 18:43:40 +04:00 |
|
Pavel Kirienko
|
20aa6e3056
|
Removed needless declarations from dynamic_memory.hpp
|
2014-04-08 18:22:52 +04:00 |
|
Pavel Kirienko
|
f702be8dc7
|
Slightly optiimzed for size ScalarCodec
|
2014-04-08 18:08:09 +04:00 |
|
Lorenz Meier
|
0930a3c1b6
|
Merge pull request #814 from PX4/mavlink_fd
mavlink: accessor for _mavlink_fd
|
2014-04-08 06:22:42 -07:00 |
|
Thomas Gubler
|
134633c7f0
|
mavlink: accessor for _mavlink_fd
|
2014-04-08 15:20:10 +02:00 |
|