aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/mission_result.h
Commit message (Collapse)AuthorAgeFilesLines
* navigator: report using mission result if a DO_JUMP waypoint has been changedBan Siesta2014-12-191-0/+3
|
* topics: move geofence status to its own topicBan Siesta2014-12-191-5/+6
|
* move flight termination and geofence flags from setpoint triplet to mission ↵Thomas Gubler2014-08-241-3/+5
| | | | result
* add method to block fallback to missionThomas Gubler2014-07-231-0/+1
| | | | | failsafe navigation modes can use a flag in mission_result to tell the commander to not switch back to mission
* mavlink: mission manager moved to separate class and reworkedAnton Babushkin2014-06-141-4/+4
|
* commander and navigator: lot's of changes, failsafe handling in commander, ↵Julian Oes2014-05-271-0/+1
| | | | navigator only for execution (WIP)
* Mavlink and navigator: handle current waypoint onboardJulian Oes2014-02-151-1/+2
|
* Mavlink and navigator: Disable some functions in mavlink that are taken over ↵Julian Oes2013-11-271-0/+67
by navigator, introduce topic to report mission status from commander back to mavlink