aboutsummaryrefslogtreecommitdiff
path: root/src/modules/navigator
Commit message (Collapse)AuthorAgeFilesLines
* Merged masterLorenz Meier2014-06-2912-515/+218
|\
| * navigator: make MissionBlock subclass of NavigatorModeAnton Babushkin2014-06-278-38/+32
| |
| * navigator: use common "acceptance radius" parameter for all modesAnton Babushkin2014-06-277-29/+15
| |
| * navigator: is_mission_item_reached() for LOITER items fixedAnton Babushkin2014-06-271-7/+2
| |
| * navigator: added NAV_CMD_IDLE, added RTL_STATE_LOITER and RTL_STATE_LANDED ↵Anton Babushkin2014-06-273-31/+81
| | | | | | | | instead of FINISHED
| * navigator: spaces/tabs fixed, old commented code removedAnton Babushkin2014-06-262-358/+36
| |
| * navigator: minor formatting fixAnton Babushkin2014-06-261-1/+1
| |
| * navigator: don't reset RTL state on loiterAnton Babushkin2014-06-261-27/+31
| |
| * navigator: loiter fixesAnton Babushkin2014-06-267-39/+34
| |
| * navigator: RTL return altitude fixedAnton Babushkin2014-06-251-30/+33
| |
| * navigator: move set_previous_pos_sp to MissionBlock classAnton Babushkin2014-06-254-17/+15
| |
* | Merge branch 'navigator_rewrite' into dataman_state_nav_rewriteAnton Babushkin2014-06-212-20/+24
|\|
| * Merge pull request #1057 from achambers16/navigator_rewrite_modes_listJulian Oes2014-06-192-17/+20
| |\ | | | | | | Navigator rewrite: create list of navigation modes
| | * Added some commentsAndrew Chambers2014-06-121-0/+4
| | |
| | * Switched to using c-type arraysAndrew Chambers2014-06-122-10/+10
| | |
| | * Using a vector to store navigation modesAndrew Chambers2014-06-122-17/+16
| | |
| * | commander/navigator: renamed FS modes to RTL and RTGS (return to ground station)Julian Oes2014-06-191-2/+1
| | |
| * | commander: added some failsafe logicJulian Oes2014-06-181-0/+4
| | |
| * | commander: failsafe_state removed, replaced with bool failsafe, navigation ↵Anton Babushkin2014-06-161-3/+1
| | | | | | | | | | | | state and failsafe determined directly from main state and conditions
* | | mavlink: mission manager moved to separate class and reworkedAnton Babushkin2014-06-142-43/+66
| | |
* | | Move MISSION_STATE read/write from mavlink to navigator and commanderAnton Babushkin2014-06-133-7/+38
| | |
* | | Merge branch 'navigator_rewrite' into dataman_state_nav_rewriteAnton Babushkin2014-06-139-28/+28
|\| |
| * | navigator: update Loiter navigator mode to use new method namesAnton Babushkin2014-06-132-5/+5
| |/
| * navigator: rename update and reset calls to on_active and on_inactiveJulian Oes2014-06-127-21/+21
| |
| * navigator: renamed the different RTL statesJulian Oes2014-06-121-2/+2
| |
* | Merge branch 'navigator_rewrite' into dataman_state_nav_rewriteAnton Babushkin2014-06-1219-1569/+2265
|\|
| * navigator: don't give up after DO_JUMPSJulian Oes2014-06-111-20/+23
| |
| * navigator: always listen to new current mission index and to new missionsJulian Oes2014-06-101-0/+14
| |
| * navigator: added parameter for acceptance radius for take-off mission itemsJulian Oes2014-06-104-5/+25
| |
| * navigator: don't say triplet is valid in ALTCTLJulian Oes2014-06-101-0/+8
| |
| * navigator: don't check reached for land waypointsJulian Oes2014-06-091-0/+4
| |
| * navigator: don't reset descend WP in RTLJulian Oes2014-06-071-2/+1
| |
| * navigator: audio messages about what is happening, RTL during mission not ↵Julian Oes2014-06-063-17/+54
| | | | | | | | triggered but after mission
| * navigator: RTL working againJulian Oes2014-06-065-117/+148
| |
| * navigator: typoJulian Oes2014-06-061-1/+1
| |
| * navigator: param enhancementsJulian Oes2014-06-067-18/+93
| |
| * navigator: new class structure, loiter and mission workingJulian Oes2014-06-0613-242/+564
| |
| * geofence: fixed warningsJulian Oes2014-06-061-4/+5
| |
| * mission_feasability_checker: fixed warningsJulian Oes2014-06-061-1/+2
| |
| * navigator: mission and loiter working nowJulian Oes2014-06-067-47/+202
| |
| * navigator: parameter cleanupJulian Oes2014-06-048-167/+39
| |
| * navigator: use different param names for mission and RTLJulian Oes2014-06-045-8/+8
| |
| * navigator: missions work again, loiter when finished or no mission available ↵Julian Oes2014-06-046-38/+191
| | | | | | | | or sd card removed works as well
| * navigator: compile fixJulian Oes2014-06-032-2/+3
| |
| * navigator: bugfixing (WIP: mission topic not copying)Julian Oes2014-06-035-20/+34
| |
| * Merge remote-tracking branch 'px4/master' into navigator_rewriteJulian Oes2014-06-033-31/+62
| |\ | | | | | | | | | | | | Conflicts: src/modules/navigator/navigator_main.cpp
| * | navigator: mission class added (WIP)Julian Oes2014-06-037-468/+730
| | |
| * | commander and navigator: lot's of changes, failsafe handling in commander, ↵Julian Oes2014-05-271-233/+7
| | | | | | | | | | | | navigator only for execution (WIP)
| * | Merge branch 'master' into navigator_rewriteJulian Oes2014-05-269-23/+29
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | eph and epv renaming, make this compile againJulian Oes2014-04-261-10/+11
| | | |