aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* uavcan: increased thread prio, reduces roundtrip latency by a factor of 5..7Holger Steinhaus2014-08-191-1/+2
* Merge pull request #1291 from PX4/mavlink_cmdintLorenz Meier2014-08-193-0/+63
|\
| * mavlink: Handle command int packetsLorenz Meier2014-08-183-0/+63
* | Merge pull request #1290 from PX4/sf_fixLorenz Meier2014-08-191-1/+2
|\ \
| * | Require a digit ahead of the dot for a valid number for the SF0x outputLorenz Meier2014-08-181-1/+2
* | | Merge pull request #1277 from PX4/fwattvscaleLorenz Meier2014-08-192-4/+8
|\ \ \
| * | | fw att control: change control surface deflection scalingThomas Gubler2014-08-152-4/+8
* | | | Merge pull request #1293 from PX4/timeout_fixLorenz Meier2014-08-181-1/+1
|\ \ \ \
| * | | | Time out after a reasonable interval (10 seconds, as e.g. OBC rules prescribe...Lorenz Meier2014-08-181-1/+1
* | | | | Merge pull request #1292 from PX4/as_fixsjwilks2014-08-181-2/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' of github.com:PX4/Firmware into as_fixLorenz Meier2014-08-181-1/+1
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Mag scale check: only test if the scale roughly makes sense, do not judge the...Lorenz Meier2014-08-181-1/+1
| |_|_|/ |/| | |
| * | | Do not perform retries in airspeed driver - this is too much load for the HRT...Lorenz Meier2014-08-181-2/+1
| * | | Airspeed fix attemptLorenz Meier2014-08-181-1/+5
|/ / /
* | | Merge pull request #1284 from PX4/telem_status_reactiveLorenz Meier2014-08-183-22/+11
|\ \ \ | |_|/ |/| |
| * | Publish telemetry status on telemetry update and on heartbeat update events t...Lorenz Meier2014-08-173-22/+11
* | | Make some space on FMUv1Lorenz Meier2014-08-171-4/+1
|/ /
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2014-08-171-1/+1
|\ \
| * \ Merge pull request #1280 from hsteinhaus/actuator_output_fixLorenz Meier2014-08-161-1/+1
| |\ \ | | |/ | |/|
| | * px4io driver: fix actuator output formatHolger Steinhaus2014-08-161-1/+1
| |/
* / 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
* | Merge pull request #1272 from PX4/mavlink_fixesLorenz Meier2014-08-133-11/+16
|\ \ | |/ |/|
| * mavlink: stream names updated in configurationAnton Babushkin2014-08-132-3/+3
| * 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-136-0/+11
* Update MAVLink version, remove unneeded INT framesLorenz Meier2014-08-131-0/+0
* Merge pull request #893 from PX4/geoLorenz Meier2014-08-133-26/+330
|\
| * geo: fix some warningsThomas Gubler2014-08-111-2/+3
| * epv/eph threshold variable names changedThomas Gubler2014-08-111-2/+2
| * Merge remote-tracking branch 'origin/master' into geoThomas Gubler2014-08-11567-120523/+12911
| |\
| * | commander: Update after mergeLorenz Meier2014-07-011-4/+4
| * | geo: Fix a series of warnings, some which actually pointed to real issuesLorenz Meier2014-07-012-15/+14
| * | Merged master into geoLorenz Meier2014-07-01171-4682/+11314
| |\ \
| * | | geo: fix logic of globallocal converter initialization to depend on map proje...Thomas Gubler2014-05-301-2/+8
| * | | Merge remote-tracking branch 'upstream/master' into geoThomas Gubler2014-05-3062-1057/+1481
| |\ \ \
| * | | | geo: add functions to get global projection/transformation reference valuesThomas Gubler2014-05-222-0/+49
| * | | | Merge remote-tracking branch 'upstream/master' into geoThomas Gubler2014-05-22225-10979/+8129
| |\ \ \ \
| * | | | | 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-068-21/+58
| |\ \ \ \ \
| * | | | | | geo: introduce global/local coordinate frame converter which uses the map pro...Thomas Gubler2014-05-063-3/+64
| * | | | | | geo: map projection: fix stupid typo and use constants for deg to rad conversionThomas Gubler2014-05-061-3/+3
| * | | | | | commander: init gps eph and epv to large values, safer map projection initial...Thomas Gubler2014-05-061-1/+5
| * | | | | | geo: map projection: fix variable name to highlight the unitThomas Gubler2014-05-062-20/+18
| * | | | | | fix wrong variable nameThomas Gubler2014-05-051-2/+2
| * | | | | | init global map projection when gps is validThomas Gubler2014-05-052-10/+10
| * | | | | | 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-0536-131/+608
| |\ \ \ \ \ \