aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Fix of errors triggered by more pedantic compile optionsLorenz Meier2014-04-214-16/+16
| | | * | | | More pedantic warningsLorenz Meier2014-04-211-1/+5
| | * | | | | Merge pull request #869 from PX4/warningsLorenz Meier2014-04-261-2/+3
| | |\ \ \ \ \
| | | * | | | | warnings: don't spam with warning for missing field initializerJulian Oes2014-04-261-2/+3
| | |/ / / / /
| * | | | | | Fix warnings, use more efficient atan2f where it can be safely usedLorenz Meier2014-04-261-5/+5
| * | | | | | Use INAV as default to not break existing setupsLorenz Meier2014-04-261-2/+2
| * | | | | | Merged mpc_rc into ekf_paramsLorenz Meier2014-04-2640-942/+1025
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | 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
| | * | | | | rc_mode_switch diagram updatedAnton Babushkin2014-04-252-0/+0
| | * | | | | Failsafe landing without position control fixedAnton Babushkin2014-04-252-2/+17
| | * | | | | Merge branch 'master' into mpc_rcAnton Babushkin2014-04-2518-60/+117
| | |\| | | |
| | | * | | | Merge pull request #852 from PX4/sensors_loopLorenz Meier2014-04-251-7/+5
| | | |\ \ \ \
| | | * \ \ \ \ Merge pull request #867 from PX4/launchdetector_copyrightLorenz Meier2014-04-257-22/+21
| | | |\ \ \ \ \
| | | | * | | | | launchdetector: fix copyright headerThomas Gubler2014-04-257-22/+21
| | | |/ / / / /
| | | * | | | | Merge pull request #843 from PX4/sensor_err_handlingLorenz Meier2014-04-255-26/+56
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge pull request #860 from PX4/vicongpssimulationLorenz Meier2014-04-244-5/+34
| | | |\ \ \ \ \ \
| | | | * | | | | | remove tags fileThomas Gubler2014-04-241-285536/+0
| | | | * | | | | | filter gps simulation hil gps message with sysidThomas Gubler2014-04-232-1/+285537
| | | | * | | | | | add parameter to mavlink app to allow parsing of HIL GPS message even if not ...Thomas Gubler2014-04-234-5/+34
| | | * | | | | | | Merge pull request #862 from thomasgubler/gitignore_tagsLorenz Meier2014-04-241-0/+1
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | | * | | | | | add tags file to .gitignoreThomas Gubler2014-04-241-0/+1
| | | |/ / / / / /
| | * | | | | | | 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-233-32/+34
| | |\| | | | | | |
| | | * | | | | | | commander: don't start RTL on failsafe if landedAnton Babushkin2014-04-231-3/+8
| | | * | | | | | | Merge branch 'master' into rc_timeoutAnton Babushkin2014-04-22232-314/+10920
| | | |\| | | | | |
| | * | | | | | | | 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-2314-55/+118
| | |\| | | | | | | |
| | | * | | | | | | | navigator: publish global_position_setpoint on vehicle_status updatesAnton Babushkin2014-04-231-1/+4
| | | * | | | | | | | sdlog2: add failsafe state loggingAnton Babushkin2014-04-222-1/+3
| | | * | | | | | | | Merge branch 'master' into mpc_local_posAnton Babushkin2014-04-22250-534/+11429
| | | |\ \ \ \ \ \ \ \
| | * | \ \ \ \ \ \ \ \ Merge branch 'master' into mpc_rcAnton Babushkin2014-04-20225-234/+10782
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | |
| | * | | | | | | | | | Merge branch 'rc_timeout' into mpc_rcAnton Babushkin2014-04-1331-708/+870
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | / / / / / / | | | | |_|/ / / / / / | | | |/| | | | | | |
| | | * | | | | | | | commander: brackets added to return switch checkAnton Babushkin2014-04-091-1/+1
| | | * | | | | | | | sensors: use timestamp_last_signal for actuator_group_3 timestampingAnton Babushkin2014-04-071-1/+1
| | | * | | | | | | | sensors: lost signal detection rewritten to be more clearAnton Babushkin2014-04-071-8/+17
| | | * | | | | | | | mc_att_control: parameters MC_SCALE_XXX renamed to MC_MAN_X_MAXAnton Babushkin2014-04-072-24/+24
| | | * | | | | | | | fw_att_control: renamed FW_R_MAX/FW_P_MAX to FW_MAN_R_MAX/FW_MAN_P_MAXAnton Babushkin2014-04-072-16/+16
| | | * | | | | | | | mavlink_receiver: don't publish rc_channels on manual_control from mavlink, s...Anton Babushkin2014-04-062-43/+11
| | | * | | | | | | | Merge branch 'master' into rc_timeoutAnton Babushkin2014-04-063-38/+42
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | commander: don't use mode switch if it's not mappedAnton Babushkin2014-04-061-0/+3
| | | * | | | | | | | | Merge branch 'master' into rc_timeoutAnton Babushkin2014-04-0615-59/+346
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | manual_control_setpoint: signal_lost flag removed, sensors: bugs fixedAnton Babushkin2014-04-052-28/+10
| | | * | | | | | | | | | Merge branch 'master' into rc_timeoutAnton Babushkin2014-04-056-43/+67
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | sensors: bug fixedAnton Babushkin2014-04-051-3/+4
| | | * | | | | | | | | | | px4io: typos fixedAnton Babushkin2014-04-052-3/+2
| | | * | | | | | | | | | | Merge branch 'failsafe_sbus_cleanup' into rc_timeoutAnton Babushkin2014-04-0512-606/+578
| | | |\ \ \ \ \ \ \ \ \ \ \