aboutsummaryrefslogtreecommitdiff
path: root/src/modules/navigator/datalinkloss.cpp
Commit message (Collapse)AuthorAgeFilesLines
* navigator: don't publish mission result immediately but only after every ↵Ban Siesta2014-12-191-4/+4
| | | | iteration of the navigator
* navigator: more reset reached callsJulian Oes2014-11-111-0/+4
|
* move flight termination and geofence flags from setpoint triplet to mission ↵Thomas Gubler2014-08-241-14/+17
| | | | result
* datalink loss: add param to allow skipping of comms hold wpThomas Gubler2014-08-241-7/+17
|
* datalink loss (obc): add termination after loitering at airfield homeThomas Gubler2014-08-241-1/+24
|
* move and rename paramsThomas Gubler2014-08-221-3/+3
| | | | airfield home is general
* gpsfailure: add skeleton class, activate in commanderThomas Gubler2014-08-201-1/+1
|
* dlloss: better outputThomas Gubler2014-08-161-1/+1
|
* datalinkloss: use vstatus from navigatorThomas Gubler2014-08-161-9/+5
| | | | | For some reason the own subscription did not work (the task launch pattern used for the navigator may be the reason again)
* remove warnxThomas Gubler2014-08-151-8/+0
|
* make navigator mode a child of navigatorThomas Gubler2014-08-151-8/+11
|
* datalinkloss: improve logicThomas Gubler2014-08-151-11/+23
|
* dl loss: don't set unnecessary valueThomas Gubler2014-07-241-1/+0
|
* datalink loss: fix type errorThomas Gubler2014-07-231-22/+2
|
* add method to block fallback to missionThomas Gubler2014-07-231-0/+2
| | | | | failsafe navigation modes can use a flag in mission_result to tell the commander to not switch back to mission
* abort comm loss mode if counter above param and return home directlyThomas Gubler2014-07-211-3/+11
|
* WIP, datalinkloss: implementing basic behaviorThomas Gubler2014-07-201-173/+55
|
* create empty datalinkloss class for OBCThomas Gubler2014-07-191-0/+317
Currently the class does the same as the RTL class. It is now possible whichclass is sued in the navigator to handle datalink loss via a parameter