aboutsummaryrefslogtreecommitdiff
path: root/apps/commander/commander.c
Commit message (Collapse)AuthorAgeFilesLines
* Adjusted stack size for commander appLorenz Meier2013-02-201-2/+2
|
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-02-181-13/+13
|\
| * Removed confusing non-error message, updated start scripts to match wiki and ↵Lorenz Meier2013-02-171-3/+0
| | | | | | | | most recent SW revs
| * Removed some unnecessairy flags, home position back workingJulian Oes2013-02-061-3/+6
| |
| * Changed gps position topic mostly to SI units and float, removed counters ↵Julian Oes2013-02-061-7/+7
| | | | | | | | and added specifig timestamps
* | More sensible error handling in calibrationLorenz Meier2013-02-181-11/+17
|/
* Fix a leftover from the earlier merges; building should work now.px4dev2013-01-191-1/+1
|
* Merge pull request #171 from PX4/fault_detectionpx4dev2013-01-191-6/+7
|\ | | | | Attitude / position estimation and controller improvements
| * Defaulting to full auto in auto modeLorenz Meier2013-01-171-6/+7
| |
* | Made threshold a bit nicer, still a magic numberLorenz Meier2013-01-191-4/+5
| |
* | Added missing flag, testedLorenz Meier2013-01-191-0/+2
| |
* | Added home position concept, uORB struct and MAVLink announcement of home ↵Lorenz Meier2013-01-191-61/+62
|/ | | | position
* Removed last bogus references to battery voltage from sensor combined topicLorenz Meier2013-01-141-4/+1
|
* Selected adjustments / fixes to make old apps compatible with new-style ADC ↵Lorenz Meier2013-01-121-3/+3
| | | | driver
* Stripped a lot of text from commander appLorenz Meier2013-01-111-102/+81
|
* Code styleLorenz Meier2013-01-111-56/+139
|
* Working on override channel mapping, allowed trim cal only with RC onLorenz Meier2013-01-111-0/+5
|
* Merged with masterLorenz Meier2013-01-081-0/+4
|\
| * Battery-Warn-State added to struct Vehicle_Statusunknown2013-01-081-0/+3
| |
* | Merged, compilingLorenz Meier2013-01-061-11/+20
|\|
| * Introduced battery_status uORB topic, changed sensors app to publish to it, ↵Lorenz Meier2013-01-011-9/+19
| | | | | | | | extended px4io driver to publish to it. Both do only so if the battery voltage is reasonably high, at 3.3V
* | A wrong parameter name in commander was responsible for manual override ↵Julian Oes2012-12-311-1/+1
| | | | | | | | always ok
* | State machine / switching improvementsLorenz Meier2012-12-311-7/+3
| |
* | Removed compile errors, removed non-wanted MAVLink dependency in commander appLorenz Meier2012-12-301-81/+55
| |
* | Stabilization enabling / switchingLorenz Meier2012-12-301-56/+61
| |
* | Minor fixes, pushing WIPLorenz Meier2012-12-291-6/+29
| |
* | Cleaning up calibration requestsLorenz Meier2012-12-281-10/+10
| |
* | Added position lock checkLorenz Meier2012-12-271-0/+20
| |
* | Cleaned up control mode state machine / flight mode / navigation state ↵Lorenz Meier2012-12-271-3/+73
| | | | | | | | machine still needs a bit cleaning up
* | Merge branch 'fixedwing_outdoor' of https://github.com/julianoes/Firmware ↵Lorenz Meier2012-12-271-3/+4
|\ \ | | | | | | | | | into fixedwing_outdoor
| * | Override is now really disabled for multirotors, also I don't think the ↵Julian Oes2012-12-231-3/+4
| | | | | | | | | | | | parameter got ever read by the commander but I might be wrong
* | | WIP on mode switching inputLorenz Meier2012-12-271-66/+135
|/ /
* | Correctly do position lock led signalling on IO and position lock ↵Lorenz Meier2012-12-191-2/+26
| | | | | | | | measurement on FMU, tested with HIL.
* | Cleaned up HIL on FMU / IO comboLorenz Meier2012-12-191-2/+14
| |
* | Fixed MAV_TYPE parameter readoutLorenz Meier2012-12-161-1/+3
| |
* | Merged IO feature branchLorenz Meier2012-12-131-7/+89
|\ \
| * | Added required additional fields: If system is ok to launch (required for ↵Lorenz Meier2012-12-131-6/+88
| |/ | | | | | | LED indicator), if system is ok to override fully by RC (required for multirotors which should not support this), desired PWM output rate in Hz (again required for some multirotors).
* / mode switching for all platforms, additional fixed wing modesLorenz Meier2012-11-251-5/+11
|/
* Fixed typo in console message stringLorenz Meier2012-11-211-1/+1
|
* minor cosmetic changes in commanderLorenz Meier2012-11-151-2/+4
|
* Cleaned up include listLorenz Meier2012-11-151-1/+0
|
* Minor cleanup of leftover function definitionLorenz Meier2012-11-091-1/+0
|
* param load / store cleanup, storage location selection now exclusively ↵Lorenz Meier2012-11-021-10/+68
| | | | through dedicated "param select <path>" command
* Minor tweaks to offboard control receptionLorenz Meier2012-11-011-4/+7
|
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-10-311-2/+2
|\
| * Move the last of the board-specific code for PX4FMU out of the NuttX tree. ↵px4dev2012-10-311-2/+2
| | | | | | | | Now it's just configuration.
* | New param interface for microSD and EEPROMLorenz Meier2012-10-311-33/+6
|/
* Remove excessive mem usageLorenz Meier2012-10-301-1/+2
|
* Fixed mag calibrationLorenz Meier2012-10-301-6/+12
|
* Calibration improvementLorenz Meier2012-10-291-1/+24
|