aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* Working around creating an error condition with more than 8 raw RC channelsLorenz Meier2013-12-271-1/+1
|
* Merged masterLorenz Meier2013-12-279-23/+35
|\
| * Hotfix: Better dead zone defaultsLorenz Meier2013-12-271-8/+8
| |
| * Hotfix: Reduce mag influence on att estimateLorenz Meier2013-12-271-5/+7
| |
| * Changed RSSI range to 0..255Lorenz Meier2013-12-252-4/+4
| |
| * Added PPM frame length feedback in IO comms and status command - allows to ↵Lorenz Meier2013-12-253-6/+13
| | | | | | | | warn users about badly formatted PPM frames
| * Greatly robustified PPM parsing, needs cross-checking with receiver modelsLorenz Meier2013-12-251-0/+1
| |
| * Added channel count to log formatLorenz Meier2013-12-232-1/+3
| |
* | HIL: only listen to first 8 actuator outputsThomas Gubler2013-12-241-2/+2
| |
* | Enable 18 channels on IOLorenz Meier2013-12-221-1/+1
| |
* | Support 18 channels correctly on FMULorenz Meier2013-12-224-11/+26
| |
* | Fix usage of wrong constant for RC input channelsLorenz Meier2013-12-221-10/+12
| |
* | Fixed compile errorLorenz Meier2013-12-211-2/+2
| |
* | Merged masterLorenz Meier2013-12-2127-612/+573
|\|
| * Allowed custom battery scaling on IOLorenz Meier2013-12-211-0/+1
| |
| * Added average as direct outputLorenz Meier2013-12-201-1/+2
| |
| * Merge pull request #505 from PX4/rc_failsafeLorenz Meier2013-12-193-2/+34
| |\ | | | | | | Futaba RC failsafe support
| | * Merge branch 'master' into rc_failsafeAnton Babushkin2013-11-043-14/+24
| | |\
| | * | sensors: code style fixedAnton Babushkin2013-11-011-0/+1
| | | |
| | * | commander: bug fixed in failsafeAnton Babushkin2013-11-011-2/+2
| | | |
| | * | sensors: support for Futaba RC failsafeAnton Babushkin2013-11-012-0/+31
| | | |
| * | | Further improved S.Bus scalingLorenz Meier2013-12-141-2/+2
| | | |
| * | | Improved S.Bus scaling based on scope measurementsLorenz Meier2013-12-141-2/+2
| | | |
| * | | First stab at implementing better RSSI based connection status estimation, ↵Lorenz Meier2013-12-135-13/+30
| | | | | | | | | | | | | | | | still needs some work and testing
| * | | Non-destructive handling of failsafe signals, distinction between frame loss ↵Holger Steinhaus L2013-12-131-11/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and signal loss. This kind of handling might be moved upstream into the application, once alarms are propagated by the ORB system. This change is compatible with RX failsafe settings, but does not rely on it (uses SBus flags instead).
| * | | more precise range conversion for SBus input signalsHolger Steinhaus L2013-12-131-2/+21
| | | |
| * | | Merge pull request #538 from thomasgubler/commander_localposLorenz Meier2013-12-131-3/+4
| |\ \ \ | | | | | | | | | | update the commander to only use local pos for landing detection when on...
| | * | | update the commander to only use local pos for landing detection when on ↵Thomas Gubler2013-11-261-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rotary wing Conflicts: src/modules/commander/commander.cpp
| * | | | Merge pull request #541 from limhyon/masterLorenz Meier2013-12-1310-449/+349
| |\ \ \ \ | | | | | | | | | | | | SO(3) estimator has been debugged and cleaned.
| | * | | | SO3 estimator code has been cleanedHyon Lim2013-11-298-134/+213
| | | | | |
| | * | | | SO(3) estimator and quaternion receive by mavlink implementedHyon Lim2013-11-293-314/+135
| | |/ / /
| * | | | Merge pull request #536 from limhyon/patch-1Lorenz Meier2013-12-131-2/+2
| |\ \ \ \ | | | | | | | | | | | | Update fw_att_control_params.c
| | * | | | Update fw_att_control_params.cHyon Lim2013-11-201-1/+1
| | | | | |
| | * | | | Update fw_att_control_params.cHyon Lim2013-11-201-1/+1
| | |/ / / | | | | | | | | | | Minor comment error corrected.
| * | | | Merge pull request #542 from PX4/hil_fixesLorenz Meier2013-12-132-13/+9
| |\ \ \ \ | | | | | | | | | | | | Various HIL-related fixes
| | * \ \ \ Merge branch 'master' into hil_fixesAnton Babushkin2013-12-073-19/+18
| | |\ \ \ \
| | * | | | | Various HIL-related fixesAnton Babushkin2013-11-272-13/+9
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #545 from PX4/mavlink_fixesLorenz Meier2013-12-131-31/+14
| |\ \ \ \ \ | | | | | | | | | | | | | | Mavlink fixes
| | * \ \ \ \ Merge branch 'master' into mavlink_fixesAnton Babushkin2013-11-175-52/+130
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'actuator_eff_fix' into mavlink_fixesAnton Babushkin2013-11-165-89/+39
| | |\ \ \ \ \ \
| | * | | | | | | mavlink: some mavling messages filling bugs fixedAnton Babushkin2013-11-151-32/+15
| | | | | | | | |
| * | | | | | | | Added actuator control removalLorenz Meier2013-12-135-89/+39
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | actuator_controls_effective topic removedAnton Babushkin2013-11-164-88/+34
| | | | | | | | |
| | * | | | | | | px4io driver: don’t use PX4IO_PAGE_ACTUATORS page for ↵Anton Babushkin2013-11-151-1/+5
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | actuator_controls_effective
| * | | | | | | Merged crccheck commandAndrew Tridgell2013-12-133-0/+23
| | | | | | | |
| * | | | | | | Merged PX4IO crc checks and force updateAndrew Tridgell2013-12-132-0/+29
| | |_|_|/ / / | |/| | | | |
* | | | | | | px4iofirmware: improve check for rc controlled channels in manual modeThomas Gubler2013-12-111-2/+2
| | | | | | |
* | | | | | | px4io frimware: improve handling of manual mode when fmu is still healthy, ↵Thomas Gubler2013-12-111-3/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | use data from fmu for channels which are not controlled by rc
* | | | | | | px4iofirmware: in manual mode: ignore control indices which are not ↵Thomas Gubler2013-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | controlled by the rmeote control
* | | | | | | Added support for a total of four control groups to the IO driver and IO ↵Lorenz Meier2013-12-086-34/+52
|/ / / / / / | | | | | | | | | | | | | | | | | | firmware. This allows to run auxiliary payload. Cleaned up defines for RC input channel counts, this needs another sweep to then finally allow up to 16 mapped channels and up to 20-24 RAW RC channels