aboutsummaryrefslogtreecommitdiff
path: root/src/modules/navigator/module.mk
Commit message (Collapse)AuthorAgeFilesLines
* Navigator: Enable more strict compile warningsLorenz Meier2014-07-161-0/+2
|
* navigator: added offboard modeJulian Oes2014-06-271-0/+1
|
* navigator: param enhancementsJulian Oes2014-06-061-0/+1
|
* navigator: new class structure, loiter and mission workingJulian Oes2014-06-061-0/+2
|
* navigator: mission and loiter working nowJulian Oes2014-06-061-0/+1
|
* navigator: parameter cleanupJulian Oes2014-06-041-1/+1
|
* navigator: missions work again, loiter when finished or no mission available ↵Julian Oes2014-06-041-0/+1
| | | | or sd card removed works as well
* navigator: mission class added (WIP)Julian Oes2014-06-031-1/+0
|
* Merge branch 'master' into navigator_rewriteJulian Oes2014-05-261-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/drivers/gps/gps.cpp src/drivers/gps/mtk.cpp src/modules/commander/commander.cpp src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp src/modules/navigator/mission.cpp src/modules/navigator/mission.h src/modules/navigator/navigator_main.cpp src/modules/navigator/navigator_state.h src/modules/position_estimator_inav/position_estimator_inav_main.c
| * Reduce stack size of navigator startup handlerLorenz Meier2014-05-141-0/+2
| |
* | navigator: lot's of cleanup (WIP)Julian Oes2014-04-211-2/+4
|/
* navigator/geofence: add parameter to disable geofenceThomas Gubler2014-01-051-1/+2
|
* create geofence class and start moving fence functionality to this classThomas Gubler2014-01-021-1/+2
|
* Navigator: add MissionFeasibilityChecker class; performs validation of ↵Thomas Gubler2013-12-251-1/+2
| | | | landing waypoint set-up for fixed wing for now, but can be extended for other checks (e.g. check mission against geofence)
* Navigator: Moved mission stuff in separate classJulian Oes2013-12-161-1/+2
|
* Add data manager module and fence support to navigatorJean Cyr2013-11-031-0/+2
| | | | | | | | - 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
* Add navigator - not enabled for compilation, WIPLorenz Meier2013-08-221-0/+41