aboutsummaryrefslogtreecommitdiff
path: root/src/lib/geo/geo.c
Commit message (Collapse)AuthorAgeFilesLines
* GEO: fix compile warningsLorenz Meier2014-10-111-7/+10
|
* geo: fix some warningsThomas Gubler2014-08-111-2/+3
|
* Merge remote-tracking branch 'origin/master' into geoThomas Gubler2014-08-111-13/+11
|\
| * Bring everything up to doubleDon Gagne2014-07-061-12/+10
| |
| * Compiler warning fixesDon Gagne2014-07-051-7/+7
| |
* | geo: Fix a series of warnings, some which actually pointed to real issuesLorenz Meier2014-07-011-12/+11
| |
* | Merged master into geoLorenz Meier2014-07-011-15/+19
|\|
| * Fix compiler warningsDon Gagne2014-06-291-17/+16
| |
* | geo: fix logic of globallocal converter initialization to depend on map ↵Thomas Gubler2014-05-301-2/+8
| | | | | | | | projection initialization
* | geo: add functions to get global projection/transformation reference valuesThomas Gubler2014-05-221-0/+39
| |
* | geo: introduce global/local coordinate frame converter which uses the map ↵Thomas Gubler2014-05-061-0/+36
| | | | | | | | projection but also converts altitude
* | geo: map projection: fix stupid typo and use constants for deg to rad conversionThomas Gubler2014-05-061-3/+3
| |
* | geo: map projection: fix variable name to highlight the unitThomas Gubler2014-05-061-16/+14
| |
* | init global map projection when gps is validThomas Gubler2014-05-051-1/+1
| |
* | mavlink interface: update mapprojection usageThomas Gubler2014-04-291-3/+8
| |
* | rerwite projection interrface to not break the current implementationThomas Gubler2014-04-291-30/+62
| |
* | geo: map projection: safer initialization, only accept init from navigator, ↵Thomas Gubler2014-04-251-17/+24
| | | | | | | | return int instead of bool
* | geo: interface to get reference lat lon, option to set reference timestamp ↵Thomas Gubler2014-04-251-2/+14
| | | | | | | | on initialization
* | rename map_projection_inited to map_projection_initializedThomas Gubler2014-04-241-3/+3
| |
* | geo: get function for timestamp of map projectionThomas Gubler2014-04-241-0/+5
| |
* | geo: add timestamp and function to get init stateThomas Gubler2014-04-241-2/+8
| |
* | 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 ↵Thomas Gubler2014-04-241-15/+29
|/ | | | of the reference and add a global map update
* Merge branch 'master' into mpc_local_posAnton Babushkin2014-04-021-1/+0
|\
| * Merged mavlink_beta2Lorenz Meier2014-03-111-8/+8
| |\
| * \ Merged beta into paul_estimatorLorenz Meier2014-02-161-30/+92
| |\ \
| * | | Strip unused variableLorenz Meier2014-01-051-1/+0
| | | |
* | | | Merge branch 'beta_mavlink2' into mpc_local_pos_mavlinkAnton Babushkin2014-03-191-16/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | geo: _wrap_XXX minor fixAnton Babushkin2014-02-261-8/+8
| | |/ | |/|
* | | copyright and code style fixesAnton Babushkin2014-03-181-27/+49
| | |
* | | geo lib: minor code style fixAnton Babushkin2014-03-171-1/+1
| | |
* | | geo lib: major rewrite of map_projection_XXX functionsAnton Babushkin2014-03-171-98/+32
|/ /
* | Merge branch 'wrap_pi_fixes' into betaAnton Babushkin2014-02-011-18/+36
|\ \
| * | geo: cleanup of wrap_XXX functionsAnton Babushkin2013-11-131-18/+36
| |/
* | lib/geo: bugs fixed, added function add_vector_to_global_position()Anton Babushkin2014-01-281-10/+17
| |
* | create geofence class and start moving fence functionality to this classThomas Gubler2014-01-021-24/+0
| |
* | Prevent some warnings for lat/lon double conversionsJulian Oes2013-12-271-2/+2
| |
* | Mavlink and navigator: Disable some functions in mavlink that are taken over ↵Julian Oes2013-11-271-0/+15
| | | | | | | | by navigator, introduce topic to report mission status from commander back to mavlink
* | Geo: Copy distance function over from mavlinkJulian Oes2013-11-201-0/+24
| |
* | Add data manager module and fence support to navigatorJean Cyr2013-11-031-0/+22
|/ | | | | | | | - Add function to geo.c to determine if global position is inside fence - Add navigator support/commands for maintaining fence coords. - Add data manager module to support persistence fence storage. Can store other data, but only used for fence at this time. - Add unit tests for data manager
* Fixed compile errorLorenz Meier2013-09-081-8/+4
|
* Added additional vector functions, fixed seatbelt for global estimatorsLorenz Meier2013-09-081-0/+34
|
* Moved math library to library dir, improved sensor-level HIL, cleaned up geo ↵Lorenz Meier2013-08-211-0/+438
/ conversion libs