aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge remote-tracking branch 'upstream/master' into geoThomas Gubler2014-05-3050-1031/+1280
| |\ \ \
| * | | | 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-22201-11081/+6254
| |\ \ \ \
| * | | | | 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-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-0515-67/+401
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into geoThomas Gubler2014-04-2942-452/+695
| |\ \ \ \ \ \ \
| * | | | | | | | 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-293-6/+22
| * | | | | | | | fw_att_pos_estimator: use new global map projectionThomas Gubler2014-04-291-4/+4
| * | | | | | | | rerwite projection interrface to not break the current implementationThomas Gubler2014-04-292-43/+128
| * | | | | | | | 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
| * | | | | | | | geo: map projection: safer initialization, only accept init from navigator, r...Thomas Gubler2014-04-252-25/+32
| * | | | | | | | 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
| * | | | | | | | | geo: interface to get reference lat lon, option to set reference timestamp on...Thomas Gubler2014-04-252-3/+21
| * | | | | | | | | rename map_projection_inited to map_projection_initializedThomas Gubler2014-04-243-6/+6
| * | | | | | | | | geo: get function for timestamp of map projectionThomas Gubler2014-04-242-0/+12
| * | | | | | | | | 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
| * | | | | | | | | geo: add timestamp and function to get init stateThomas Gubler2014-04-242-2/+15
| * | | | | | | | | 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
| * | | | | | | | | | geo: add missing return, make map projection reference staticThomas Gubler2014-04-241-1/+3
| * | | | | | | | | | towards a global map projection instance, WIP: need to remove local updates o...Thomas Gubler2014-04-246-44/+48
* | | | | | | | | | | INAV: Add braces to ensure statements are evaluated correctlyLorenz Meier2014-08-131-3/+3
* | | | | | | | | | | Merged master into vision_estimateLorenz Meier2014-08-1331-450/+646
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | List command bug fix, easier debuggingDon Gagne2014-08-122-21/+41
| * | | | | | | | | | | Fixed missing return value after last change setLorenz Meier2014-08-121-2/+2
| * | | | | | | | | | | Fix NO RC handling (fixes #1263)Lorenz Meier2014-08-111-7/+29
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #1265 from PX4/FTPLorenz Meier2014-08-102-8/+42
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | More FTP supportDon Gagne2014-08-102-8/+42