Commit Graph

48668 Commits

Author SHA1 Message Date
Anton Babushkin 4cfaf928e1 px4io: bug in failsafe fixed 2014-02-18 16:11:46 +04:00
Diogo Machado de48605b7b Merge branch 'offboard2' of https://github.com/DrTon/Firmware into offboard2 2014-02-18 11:12:16 +00:00
Diogo Machado 9c20f86899 lalala 2014-02-18 11:10:52 +00:00
Pavel Kirienko 0bc595d4a8 Test: Transfer::operator==() - data type comparison 2014-02-18 14:16:29 +04:00
Pavel Kirienko cd2a13c60d Further test refactoring: data type descriptor moved to transfer object 2014-02-18 14:14:55 +04:00
Pavel Kirienko 7039711027 Tests: refectored IncomingTransferEmulator, CAN iface mock supports pushRx(RxFrame) 2014-02-18 12:20:35 +04:00
Pavel Kirienko a9a86bc151 CAN iface mock uses monotonic timestamping instead of UTC 2014-02-18 12:03:05 +04:00
Pavel Kirienko 980659ebb5 Minor test refactoring 2014-02-18 12:00:45 +04:00
Lorenz Meier 447d159964 Initialize the filter immediately, re-init once GPS becomes available (needs in-flight testing) 2014-02-18 08:33:58 +01:00
Lorenz Meier 7e9fcac057 Pure code style formatting 2014-02-18 08:24:30 +01:00
Stefan Rado 7fa82a27a7 Merge branch 'master' into beta 2014-02-17 22:10:06 +01:00
Lorenz Meier 4219de6789 Merge pull request #677 from NosDE/master
BL-Ctrl 3.0 fix
2014-02-17 21:37:53 +01:00
marco a8b3381ca9 BL-Ctrl 3.0 fix 2014-02-17 21:29:14 +01:00
Stefan Rado 1afa53a159 Cleanup: Moved sdlog2 file conversion scripts to separate folder. 2014-02-17 21:15:35 +01:00
Stefan Rado 98ee73463f Removed obsolete ROMFS folder for removed logging build.
The logging makefile was removed in 9a54c7c6.
2014-02-17 21:14:40 +01:00
Anton Babushkin d9031844da Unused includes removed 2014-02-18 00:13:55 +04:00
Stefan Rado 3eca9f9b6b Updated logging/conv.zip with latest script versions from Tools directory. 2014-02-17 21:11:03 +01:00
Anton Babushkin 969f564a13 mc_att_control: code style fixed 2014-02-17 23:58:58 +04:00
Anton Babushkin 2b4af66357 mc_att_control: poll vehicle_rates_setpoint if attitude controller disabled 2014-02-17 23:58:13 +04:00
Anton Babushkin 55f5f1815f mc_att_control: remove rate limiting to run at 250Hz 2014-02-17 23:57:23 +04:00
Anton Babushkin e407766cc7 mc_att_control: minor cleanup and refactoring, move some class attributes to local variables 2014-02-17 23:56:31 +04:00
Thomas Gubler acf680389e launchdetector: add reset, #663 2014-02-17 20:45:05 +01:00
Julian Oes 71d4c7fed8 Startup: Hex vs Hexa 2014-02-17 20:20:41 +01:00
Anton Babushkin 2a49175b1f Merge branch 'safety_disarm' into offboard2 2014-02-17 22:51:13 +04:00
Anton Babushkin 8bc0287ecc commander: disarm system when safety enabled 2014-02-17 22:45:54 +04:00
Anton Babushkin 3b270fbdab commander: auto arm/disarm by offboard thrust "feature" removed 2014-02-17 18:07:12 +04:00
Anton Babushkin 172c82c258 commander: vehicle_control_mode fixes 2014-02-17 17:21:43 +04:00
Anton Babushkin 838290fa63 mc_att_control: pref counter name fixed 2014-02-17 17:12:25 +04:00
Anton Babushkin 4deefb6902 Merge branch 'beta' into offboard2 2014-02-17 17:08:47 +04:00
Anton Babushkin e8bee868e2 commander: publish vehicle_control_mode for OFFBOARD state 2014-02-17 16:50:00 +04:00
Diogo Machado 08055e5d52 added examples/jetdrive_control(copy of mc_att_control) 2014-02-17 11:45:51 +00:00
Pavel Kirienko 06d74d3213 Added test for maximum transfer length 2014-02-17 15:13:05 +04:00
Pavel Kirienko 1886f0a8a9 Frame parsing test 2014-02-17 14:14:08 +04:00
Pavel Kirienko d3d85a671c Renamed some Frame methods 2014-02-17 12:53:07 +04:00
Anton Babushkin 7d80f05b4d mc_att_control: more strict conditions for integrating 2014-02-17 12:53:06 +04:00
Anton Babushkin 9665d38940 navigator: parameters descriptions cleanup 2014-02-17 12:51:13 +04:00
Pavel Kirienko 9d06a328dc Simplified Frame::parse() 2014-02-17 12:43:47 +04:00
Pavel Kirienko 697a55aebb Refactoring: Frame Index field size increased, Trnasfer ID field size reduced. NodeID class added, Frame class rewritten with stricter runtime checks. All tests were updated accordingly. 2014-02-17 12:35:12 +04:00
Julian Oes 94c40b6fa4 ROMFS: only identify *.mix as mixer files 2014-02-17 09:06:35 +01:00
Julian Oes a61a89f339 ROMFS: ignore comments and newlines in startup files, text in mixer files 2014-02-17 00:25:30 +01:00
Anton Babushkin 2c589ea374 navigator: parameters descriptions cleanup 2014-02-16 21:11:27 +01:00
Anton Babushkin 4b41a398e7 mc_pos_control: parameters descriptions added 2014-02-16 21:05:54 +01:00
Anton Babushkin 7f7ce77d61 mc_att_control: parameters descriptions added 2014-02-16 20:14:39 +01:00
Anton Babushkin 44c095b9e5 commander: allow arming from RC with safety enabled in HIL mode 2014-02-16 19:46:57 +01:00
Anton Babushkin 92578e1fc3 navigator: ignore min altitude on MC, loiter always at current altitude 2014-02-16 19:34:44 +01:00
Lorenz Meier 350acde509 Debug hackery. We finally got something that is kind of close to an actual attitude estimate. 2014-02-16 18:21:30 +01:00
Lorenz Meier f6088c2f6e Better initialization, removed unnecessary static variables, reduced scopes where feasible 2014-02-16 17:38:33 +01:00
Lorenz Meier c6f6eaf0cd Minor init cleanup 2014-02-16 17:15:45 +01:00
Lorenz Meier 8016032a40 Merged beta into paul_estimator 2014-02-16 17:07:02 +01:00
Anton Babushkin a6af669399 navigator: switch to READY instead of LOITER if landed 2014-02-16 14:45:18 +01:00