aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* Unused deprecated modules removed: att_pos_estimator_ekf, ↵Anton Babushkin2014-05-0474-7668/+0
| | | | fixedwing_att_control, fixedwing_pos_control, position_estimator, position_estimator_mc, sdlog
* Merge pull request #876 from PX4/autodeclinationLorenz Meier2014-05-031-0/+1
|\ | | | | Added automatic declination lookup
| * Add missing header in mixer load commandLorenz Meier2014-04-281-0/+1
| |
* | mavlink: swap x and y when handling MANUAL_CONTROL mavlink messageAnton Babushkin2014-05-011-2/+2
| |
* | Merge pull request #881 from PX4/led_fixLorenz Meier2014-04-301-13/+3
|\ \ | | | | | | commander: Stop mixing board support and high level code - just accept t...
| * | commander: Stop mixing board support and high level code - just accept that ↵Lorenz Meier2014-04-301-13/+3
| | | | | | | | | | | | non-mandatory leds may or may not be there
* | | mc_att_control: yaw feed-forward in manual control modes fixedAnton Babushkin2014-04-291-1/+2
|/ /
* | Merge pull request #874 from jean-m-cyr/masterLorenz Meier2014-04-293-18/+47
|\ \ | | | | | | Proper data manager restart handling
| * | Proper data manager restart handlingJean Cyr2014-04-283-18/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce SYS_RESTART_TYPE parameter having one of 3 values: boot restart, inflight restart, or unknown restart, and defaulting to unknown restart. px4io.cpp sets this parameter according to the type of restart detected. dataman.c retrieves this parameter and clears data entries according to their persistence level. Does nothing if unknown restart.
* | | mc_pos_control: hotfix, MPC_TILTMAX_AIR and MPC_TILTMAX_LND parameters fixedAnton Babushkin2014-04-281-12/+12
| |/ |/|
* | px4io: support PX4IO_P_SETUP_FORCE_SAFETY_OFFAndrew Tridgell2014-04-282-0/+10
|/ | | | | | | | | | this allows the FMU to force the safety off on the IO board. Useful in two cases: 1) vehicles where the safety switch is impractical or not useful (eg. HAB planes or internal combustion motors) 2) doing ESC calibration on multi-copters
* Renamed parameters which changed from RAD to DEGREES to avoid user ↵Lorenz Meier2014-04-271-12/+13
| | | | confusion. Also made naming of the two parameters more consistent.
* Make commander less pedantic about position statusLorenz Meier2014-04-271-1/+1
|
* Merged mpc_rc with masterLorenz Meier2014-04-2712-348/+445
|\
| * Merge pull request #749 from DonLakeFlyer/ArmDisarmLorenz Meier2014-04-269-334/+429
| |\ | | | | | | Arm/Disarm duplication removal and support for Disarm in VEHICLE_CMD_COMPONENT_ARM_DISARM
| | * Fix float equality comparisonDon Gagne2014-04-071-11/+12
| | | | | | | | | | | | Also restructured incorrect return statement
| | * Added comprehensive arming_state_transition unit testDon Gagne2014-03-272-92/+267
| | | | | | | | | | | | Also converted full to C++ style. Also converted to new unit test code.
| | * Update to convert to C++ styleDon Gagne2014-03-271-2/+1
| | |
| | * Fixed bug with transition from in air restore to armedDon Gagne2014-03-271-4/+7
| | | | | | | | | | | | Also added better debug output for invalid transitions
| | * Rewrote to provide better feedbackDon Gagne2014-03-272-55/+41
| | | | | | | | | | | | | | | Also allows variables as well as static text for assert text in ut_assert
| | * Simpler state transition codeDon Gagne2014-03-262-101/+76
| | | | | | | | | | | | | | | Also fixed ARMING_STATE_ARMED_ERROR->ARMING_STATE_STANDBY_ERROR transition.
| | * Function naming and remove unneeded sprintfDon Gagne2014-03-171-9/+7
| | |
| | * arming_state_transition now outputs error messagesDon Gagne2014-03-162-9/+14
| | | | | | | | | | | | | | | If mavlink fd is passed in method will output reason for arming failure to mavlink.
| | * Use single set of arm/disarm codeDon Gagne2014-03-161-81/+34
| | | | | | | | | | | | | | | | | | | | | Set mode and arm/disarm commands now call a single method to arm disarm, thus removing code duplication. Also calls updated arming_state_transition method such that the arming state logic does not need to be duplicated outside of arming_state_transition.
| * | Merge pull request #845 from PX4/mag_decl_hotfixLorenz Meier2014-04-261-0/+2
| |\ \ | | | | | | | | Mag declination hotfix
| | * | attitude_estimator_ekf: added missing includeAnton Babushkin2014-04-191-0/+1
| | | |
| | * | attitude_estimator_ekf: use degrees for ATT_MAG_DECL parameter to be ↵Anton Babushkin2014-04-191-0/+1
| | | | | | | | | | | | | | | | consistent with documentation
| * | | Merge pull request #849 from PX4/compile_pedanticLorenz Meier2014-04-262-14/+14
| |\ \ \ | | | | | | | | | | Compile pedantic
| | * | | Fix of errors triggered by more pedantic compile optionsLorenz Meier2014-04-212-14/+14
| | | | |
* | | | | mc_pos_control: parameters comments minor fixesAnton Babushkin2014-04-251-0/+3
| | | | |
* | | | | mc_pos_control: convert tilt_max to degreesAnton Babushkin2014-04-252-4/+8
| | | | |
* | | | | Failsafe landing without position control fixedAnton Babushkin2014-04-252-2/+17
| | | | |
* | | | | Merge branch 'master' into mpc_rcAnton Babushkin2014-04-255-12/+39
|\| | | |
| * | | | Merge pull request #852 from PX4/sensors_loopLorenz Meier2014-04-251-7/+5
| |\ \ \ \ | | | | | | | | | | | | sensors: Keep looping in sensors app even if gyros do not update any mor...
| | * | | | sensors: Keep looping in sensors app even if gyros do not update any more. ↵Lorenz Meier2014-04-221-7/+5
| | |/ / / | | | | | | | | | | | | | | | There are lots of other reasons we might want to keep clocking the system. This resolves the RC timeout dependency in HIL.
| * | | | filter gps simulation hil gps message with sysidThomas Gubler2014-04-231-1/+1
| | | | |
| * | | | add parameter to mavlink app to allow parsing of HIL GPS message even if not ↵Thomas Gubler2014-04-234-5/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in HIL mode Conflicts: src/modules/mavlink/mavlink_receiver.cpp
* | | | | Merge branch 'rc_timeout' into mpc_rcAnton Babushkin2014-04-245-12/+12
|\ \ \ \ \
| * | | | | MISSION switch renamed to LOITERAnton Babushkin2014-04-245-12/+12
| | | | | |
* | | | | | Merge branch 'rc_timeout' into mpc_rcAnton Babushkin2014-04-232-3/+13
|\| | | | |
| * | | | | commander: don't start RTL on failsafe if landedAnton Babushkin2014-04-231-3/+8
| | | | | |
| * | | | | Merge branch 'master' into rc_timeoutAnton Babushkin2014-04-2219-97/+624
| |\| | | |
| | * | | | Merge pull request #850 from PX4/mavlink_startup_cleanupLorenz Meier2014-04-221-0/+5
| | |\ \ \ \ | | | | | | | | | | | | | | mavlink: Start the same in HIL mode as in normal mode. Requires all HIL ...
| | | * | | | mavlink: Start the same in HIL mode as in normal mode. Requires all HIL ↵Lorenz Meier2014-04-221-0/+5
| | | |/ / / | | | | | | | | | | | | | | | | | | tools to run sh /etc/init.d/rc.usb now. Improve UART error handling
* | | | | | navigator: merging bug fixedAnton Babushkin2014-04-231-0/+3
| | | | | |
* | | | | | Merge branch 'mpc_local_pos' into mpc_rcAnton Babushkin2014-04-231-0/+7
|\ \ \ \ \ \
| * | | | | | navigator: check if mission reached on vehicle_status updatesAnton Babushkin2014-04-231-0/+7
| | | | | | |
* | | | | | | Merge branch 'mpc_local_pos' into mpc_rcAnton Babushkin2014-04-239-46/+102
|\| | | | | |
| * | | | | | navigator: publish global_position_setpoint on vehicle_status updatesAnton Babushkin2014-04-231-1/+4
| | | | | | |
| * | | | | | sdlog2: add failsafe state loggingAnton Babushkin2014-04-222-1/+3
| | | | | | |