aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | QU4D startup scriptThomas Gubler2014-04-122-0/+40
| | | | | * manual control setpoint: add comment about signThomas Gubler2014-05-121-4/+11
| | | | | * Merge remote-tracking branch 'upstream/master' into manualcontrolrenameThomas Gubler2014-05-1234-449/+669
| | | | | |\ | |_|_|_|_|/ |/| | | | |
* | | | | | rc_mode_switch diagram updatedAnton Babushkin2014-05-112-0/+0
* | | | | | manual_control_setpoint: comments fixedAnton Babushkin2014-05-111-4/+4
* | | | | | Reporting cleanup, use different variables for different state switching resu...Lorenz Meier2014-05-111-41/+23
* | | | | | Merge pull request #920 from PX4/posctl_cleanupLorenz Meier2014-05-1118-288/+408
|\ \ \ \ \ \
| * | | | | | sensors: commented "offboard" switch removedAnton Babushkin2014-05-112-14/+0
| * | | | | | sensors, commander: code style fixedAnton Babushkin2014-05-118-211/+345
| * | | | | | ALTCTRL/POSCTRL renamed to ALTCTL/POSCTLAnton Babushkin2014-05-1110-47/+47
| * | | | | | Use "POSCTL" switch name consistentlyAnton Babushkin2014-05-113-17/+17
|/ / / / / /
* | | | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2014-05-091-2/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #720 from thomasgubler/navigator_rtl_waypointtypeLorenz Meier2014-05-081-2/+2
| |\ \ \ \ \ \
| | * | | | | | navigator: RTL: set normal waypoint instead of takeoff waypoint in RTL_STATE_...Thomas Gubler2014-03-111-1/+1
| | * | | | | | navigator: RTL: set loiter wp instead of normal waypoint in RTL_STATE_DESCENDThomas Gubler2014-03-111-1/+1
* | | | | | | | Remove noreturn attribute from all apps that actually can returnLorenz Meier2014-05-096-7/+7
* | | | | | | | Remove noreturn attribute from all drivers that actually can returnLorenz Meier2014-05-093-3/+3
|/ / / / / / /
* | | | | | | Merge pull request #858 from TickTock-/rc_mergedLorenz Meier2014-05-0817-112/+269
|\ \ \ \ \ \ \
| * | | | | | | Revert mavlink library header back to original namesTickTock-2014-05-011-2/+2
| * | | | | | | update diagramsTickTock-2014-04-292-0/+0
| * | | | | | | shortened rc_assisted_th to rc_assist_th in case we add a dedicated switch ma...TickTock-2014-04-293-13/+13
| * | | | | | | Updated flight modes diagrams & comments.TickTock-2014-04-284-3/+3
| * | | | | | | Replaces poshold/althold with posctrl/altctrlTickTock-2014-04-2816-97/+97
| * | | | | | | renamed EASY to POSHOLD and SEATBELT to ALTHOLDTickTock-2014-04-2715-96/+96
| * | | | | | | compilesTickTock-2014-04-274-45/+2
| * | | | | | | Merged in upstream masterTickTock-2014-04-2750-513/+814
| |\ \ \ \ \ \ \
| * | | | | | | | Added switch priority flowchartTickTock-2014-04-262-0/+0
| * | | | | | | | updated flight modes diagramTickTock-2014-04-262-0/+0
| * | | | | | | | Merge branch 'mpc_rc' of https://github.com/TickTock-/Firmware into rc_mergedTickTock-2014-04-2519-430/+569
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Made failsafe more intuitive. Default (0) maps to whatever channel is thrott...TickTock-2014-04-222-21/+9
| * | | | | | | | | Added ASSISTED, AUTO, EASY, RETURN, & LOITER programmable thresholds to enabl...TickTock-2014-04-222-23/+138
| * | | | | | | | | Added RC_MAP_FAILSAFE parameter for customizing failsafe channel. Default to...TickTock-2014-04-222-14/+39
| * | | | | | | | | renamed mission_switch to loiter_switch and assisted_switch to easy_switchTickTock-2014-04-225-23/+23
| * | | | | | | | | Merge branch 'rc_timeout' of https://github.com/TickTock-/Firmware into rc_me...TickTock-2014-04-2216-471/+343
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added rc_map_failsafe to enable use of channels other than throttle for fails...TickTock-2014-04-192-8/+40
* | | | | | | | | | | Merge pull request #839 from eneadev/patch-1Lorenz Meier2014-05-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update drv_hrt.ceneadev2014-04-191-1/+1
* | | | | | | | | | | | Fix a param save issue where a state variable might preven the parameters fro...Lorenz Meier2014-05-082-61/+21
* | | | | | | | | | | | Removing an unwanted usleep on poll errorsLorenz Meier2014-05-081-2/+1
* | | | | | | | | | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2014-05-0772-6511/+178
|\ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | Fix MAVLink to use info warn level for text messagesLorenz Meier2014-05-071-0/+2
| | | | | | | | | | | | * sensors: use new manual control setpoint variable namesThomas Gubler2014-05-121-8/+8
| | | | | | | | | | | | * mc pos control: use new manual control setpoint variable namesThomas Gubler2014-05-121-4/+4
| | | | | | | | | | | | * mc att control: use new manual control setpoint variable namesThomas Gubler2014-05-121-4/+4
| | | | | | | | | | | | * mavlink receiver: use new manual control setpoint variable names and fix send...Thomas Gubler2014-05-121-4/+4
| | | | | | | | | | | | * mavlink receiver: use new manual control setpoint variable namesThomas Gubler2014-05-121-5/+5
| | | | | | | | | | | | * fw pos control: use new manual control setpoint variable namesThomas Gubler2014-05-121-10/+10
| | | | | | | | | | | | * fw att control: use new manual control setpoint variable namesThomas Gubler2014-05-121-7/+7
| | | | | | | | | | | | * commander: use new manual control setpoint variable namesThomas Gubler2014-05-122-7/+7
| | | | | | | | | | | | * manual control setpoint: rename variablesThomas Gubler2014-05-121-13/+23
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |