aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Publish telemetry status on telemetry update and on heartbeat update events t...Lorenz Meier2014-08-173-22/+11
* code style fix for mavlink appLorenz Meier2014-08-171-38/+38
* Merge pull request #1273 from PX4/rc_fixsjwilks2014-08-141-4/+4
|\
| * Fixed copy & paste error on RC outputLorenz Meier2014-08-141-4/+4
* | mavlink: stream names updated in configurationAnton Babushkin2014-08-131-2/+2
* | mavlink: in HIL_CONTROLS send 0 for disabled channelsAnton Babushkin2014-08-131-8/+13
|/
* Hotfix: Optimize shell commands for size - we do not need massive performance...Lorenz Meier2014-08-132-0/+3
* Merge pull request #893 from PX4/geoLorenz Meier2014-08-131-0/+14
|\
| * epv/eph threshold variable names changedThomas Gubler2014-08-111-2/+2
| * Merge remote-tracking branch 'origin/master' into geoThomas Gubler2014-08-11131-3599/+8068
| |\
| * | commander: Update after mergeLorenz Meier2014-07-011-4/+4
| * | Merged master into geoLorenz Meier2014-07-01112-4411/+10973
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into geoThomas Gubler2014-05-3022-134/+427
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into geoThomas Gubler2014-05-22151-10886/+4866
| |\ \ \ \
| * | | | | mavlink receiver: switch back to use local and not systemwide map projectionThomas Gubler2014-05-061-2/+3
| * | | | | Merge remote-tracking branch 'upstream/master' into geoThomas Gubler2014-05-065-17/+55
| |\ \ \ \ \
| * | | | | | geo: introduce global/local coordinate frame converter which uses the map pro...Thomas Gubler2014-05-061-3/+2
| * | | | | | commander: init gps eph and epv to large values, safer map projection initial...Thomas Gubler2014-05-061-1/+5
| * | | | | | fix wrong variable nameThomas Gubler2014-05-051-2/+2
| * | | | | | init global map projection when gps is validThomas Gubler2014-05-051-9/+9
| * | | | | | remove home position valid flagThomas Gubler2014-05-052-5/+0
| * | | | | | init global map reference in commander and not in navigatorThomas Gubler2014-05-052-7/+12
| * | | | | | Merge remote-tracking branch 'upstream/master' into geoThomas Gubler2014-05-055-21/+13
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into geoThomas Gubler2014-04-2923-402/+588
| |\ \ \ \ \ \ \
| * | | | | | | | pos estimator mc: revert to local map projectionThomas Gubler2014-04-291-0/+5
| * | | | | | | | pos estimator inav: revert to local map projectionThomas Gubler2014-04-291-8/+16
| * | | | | | | | mc pos ctrl: revert to local map projectionThomas Gubler2014-04-291-3/+6
| * | | | | | | | navigator: update mapprojection usageThomas Gubler2014-04-291-2/+2
| * | | | | | | | mavlink interface: update mapprojection usageThomas Gubler2014-04-291-2/+2
| * | | | | | | | fw_att_pos_estimator: use new global map projectionThomas Gubler2014-04-291-4/+4
| * | | | | | | | navigator: set reference for map projection only onceThomas Gubler2014-04-251-2/+5
| * | | | | | | | commander: set home position valid flagThomas Gubler2014-04-251-0/+4
| * | | | | | | | uorb home position topic: add valid flagThomas Gubler2014-04-251-0/+1
| * | | | | | | | position estimator mc: do not initialize map projection because this is now h...Thomas Gubler2014-04-251-5/+0
| * | | | | | | | pos estimator inav: use map_projection_reference to set local pos reference l...Thomas Gubler2014-04-251-2/+2
| * | | | | | | | Merge remote-tracking branch 'upstream/mpc_rc' into geoThomas Gubler2014-04-2516-475/+356
| |\ \ \ \ \ \ \ \
| * | | | | | | | | fw att pos estimator: use map projection reference values for local posThomas Gubler2014-04-251-4/+3
| * | | | | | | | | mavlink receiver: in hil use map_projection_timestamp for hil_local_pos.ref_t...Thomas Gubler2014-04-251-1/+1
| * | | | | | | | | navigator: set home_pos timestamp as map projection reference timestampThomas Gubler2014-04-251-2/+2
| * | | | | | | | | rename map_projection_inited to map_projection_initializedThomas Gubler2014-04-241-2/+2
| * | | | | | | | | pos estimator inav: check if map projection is initializedThomas Gubler2014-04-241-4/+4
| * | | | | | | | | mc pos control: map projection init not needed anymoreThomas Gubler2014-04-241-2/+0
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into geoThomas Gubler2014-04-241-0/+5
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | mavlink receiver: hil: local pos reference lat lon from first dataThomas Gubler2014-04-241-1/+0
| * | | | | | | | | | navigator: init map projection on home pos updateThomas Gubler2014-04-241-0/+2
| * | | | | | | | | | towards a global map projection instance, WIP: need to remove local updates o...Thomas Gubler2014-04-244-26/+13
* | | | | | | | | | | INAV: Add braces to ensure statements are evaluated correctlyLorenz Meier2014-08-131-3/+3
* | | | | | | | | | | Merged master into vision_estimateLorenz Meier2014-08-1325-408/+526
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | List command bug fix, easier debuggingDon Gagne2014-08-122-21/+41
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #1265 from PX4/FTPLorenz Meier2014-08-102-8/+42
| |\ \ \ \ \ \ \ \ \ \