Commit Graph

13217 Commits

Author SHA1 Message Date
Julian Oes f1d56cbddc navigator: don't reset the finished flag, this fixes the strange problem where it toggles between MISSION and RTL 2014-11-10 21:41:41 +10:00
Julian Oes 2c57781581 state_machine_helper: trying to clean up some failsafe logic 2014-11-10 21:40:13 +10:00
Julian Oes f8bed3cd89 state_machine_helper: whitespace 2014-11-10 21:39:35 +10:00
Julian Oes f7db91ac32 commander: enhance the failsafe verbose output 2014-11-10 21:38:46 +10:00
Julian Oes d253c8ba7d commander: correct the description array 2014-11-10 21:38:13 +10:00
Daniel Shiels 3eeec2cce0 Cleaned up sbus output frame initialisation. 2014-11-10 16:34:28 +11:00
Daniel Shiels 34e9d9efce Code style cleanup. 2014-11-10 15:54:28 +11:00
Lorenz Meier 62db84fa75 MAVLink update compile fixes 2014-11-09 18:20:53 +01:00
Anton Babushkin 88bb192722 Merge branch 'master' into vfr_fix 2014-11-08 15:49:23 +01:00
Daniel Shiels 60ecd8868d sbus1 output. Cleaned up. Safer bounds checking. 2014-11-08 22:36:45 +11:00
Daniel Shiels 02d31522cd First attempt at sbus1 output. 2014-11-08 22:33:33 +11:00
Lorenz Meier 43418a6749 application layer only, no drivers affected: Fix overflow in RC input topic - this topic is deprecated and will be removed, has been superseded by input_rc and manual_control 2014-11-07 13:31:33 +01:00
Andrew Tridgell 3f3353f2c4 mixer: fixed stream handle leakage 2014-11-07 11:43:59 +11:00
Don Gagne d907b030ee Initialize RSSI so it doesn't remain uninitialized
Spektrum doesn’t support rssi so it is not set by st24_decode.
2014-11-05 13:15:52 -08:00
Roman Bapst b5e34eac4f fixed typo 2014-11-05 15:40:22 +01:00
Roman Bapst 48cdbf3d0c added more setter and getter functions 2014-11-05 08:51:12 +01:00
Roman Bapst c51ec34118 added initialisation of parameters, added assignment of actuator controls, cleaned up 2014-11-05 08:50:20 +01:00
Holger Steinhaus 0800fa4715 UAVCAN: implemented motor testing 2014-11-03 20:23:22 +01:00
Holger Steinhaus a18460183c motor_test: cleanup 2014-11-03 19:37:44 +01:00
Holger Steinhaus 58f36714f8 UAVCAN: allow to arm single ESCs 2014-11-03 18:51:43 +01:00
Lorenz Meier 9ac13745f8 Adjust MAVLink RX prio to ensure received data can still be processed 2014-11-03 09:48:06 +01:00
Thomas Gubler da2b2500f7 Merge pull request #1422 from jgoppert/encoder_logging
Encoder logging support.
2014-11-02 22:03:51 +01:00
Lorenz Meier b51c669344 Commander: Improve calibration routines to produce more conscise and better sequenced instructions 2014-11-02 21:24:50 +01:00
James Goppert 0e5b91d16f Shortened encoder logging names. 2014-11-02 14:23:12 -05:00
James Goppert baba157785 Encoder logging support. 2014-11-02 12:49:43 -05:00
Lorenz Meier acb739655d Remove huge memory overhead in RC channels topic, was completely unnecessary 2014-11-02 17:06:35 +01:00
Lorenz Meier ce1ec430f8 Ensure MAVLink app has enough stack space 2014-11-02 12:58:32 +01:00
Lorenz Meier 75d0ffe4e5 Build fix 2014-11-02 12:34:33 +01:00
Lorenz Meier 2cadd45f30 Configure led ring and enable heartbeat on it 2014-11-02 10:13:11 +01:00
Lorenz Meier 412ddde5dc Force RSSI to zero if RC is lost 2014-11-01 16:58:12 +01:00
Lorenz Meier c442f820dd Encode RC type in RSSI field for GCS 2014-11-01 16:54:11 +01:00
Lorenz Meier c04c0e1ea3 Merged master 2014-10-31 09:30:58 +01:00
Simon Wilks c7a3a0db52 Don't go into an error state if we are temporarily powering via USB on the bench 2014-10-31 08:58:58 +01:00
dominiho 9f64953bb9 replaced optical_flow mavlink message with optical_flow_rad, added gyro_temperature, adapted sd2log for px4flow integral frame 2014-10-30 16:39:02 +01:00
Lorenz Meier 2f715b74dd Fix build breakage on mavlink update 2014-10-30 15:36:16 +01:00
dominiho aba77d062f Merge branch 'master' of https://github.com/PX4/Firmware into px4flow_integral_i2c 2014-10-30 15:34:31 +01:00
Lorenz Meier 9a92241a1a Merge pull request #1326 from hsteinhaus/drive_testing
Drive testing interface and cmd line tool
2014-10-30 12:22:03 +01:00
dominiho 93239e5018 Merge branch 'master' of https://github.com/PX4/Firmware into px4flow_integral_i2c 2014-10-30 11:11:15 +01:00
Andrew Tridgell dd23d0acbc drivers: allow forcing the safety switch on
This allows forcing the safety switch to the on position from software
which stops the pwm outputs
2014-10-30 08:44:00 +11:00
Lorenz Meier 2e33683630 Abort on large packets which do not fit in buffer - not just if the gap is not provided any more. 2014-10-29 17:56:55 +01:00
Lorenz Meier d5b8385a13 Fix low stack space on commander - relevant in HIL 2014-10-29 17:55:53 +01:00
dominiho 37d399f050 Merge branch 'master' of https://github.com/PX4/Firmware into px4flow_integral_i2c 2014-10-29 17:14:53 +01:00
Roman Bapst b168ba92e0 added setter functions into base class. used when integrating the base class into a gazebo environment 2014-10-29 15:57:45 +01:00
Lorenz Meier a6c6ae023d Autoformatting (reviewed) IO sbus handler. No functionality changes. 2014-10-29 14:04:33 +01:00
dominiho 276dc7fbbc added px4flow integral frame, adjusted px4flow i2c driver, adjusted postition_estimator_inav 2014-10-28 12:35:20 +01:00
Lorenz Meier 33dcb687e8 Made some space for FDs - needs proper fix, but will give hackers some relief 2014-10-24 08:53:10 +02:00
Roman Bapst 4fdf8e1ff2 updated from remote 2014-10-23 16:59:21 +02:00
Lorenz Meier f3cda18396 Formatting commander.cpp to simplify later rework by ensuring formatting match. NO CODE CHANGES 2014-10-23 16:17:20 +02:00
Lorenz Meier 95789742c9 Merge pull request #1390 from PX4/flaps
Enable flaps in manual override
2014-10-22 16:25:56 +02:00
philipoe 4afa864583 commander: Added duration of rc-loss to mavlink_log_critical message 2014-10-20 16:43:11 +02:00