Browse Source
* Revert "mavlink_mission: don't retransmit automatically" This reverts commit 4e008fe89120e24e321e93fb551753242797f022. * mavlink_mission: don't retry to send mission item The mission items need to be requested one by one by a ground station. This is a "pull" protocol and we should not retry to "push" the mission items down. If we do this we can trigger the situation where the autopilot keeps retrying and the ground station does not time out because it keeps receiving items (even though the items are the wrong ones). * mavlink_mission: reduce retry timeout When actively re-requesting lost mission items, we can be more agressive and therefore lose less time when a mission item is lost on the way.sbg
2 changed files with 19 additions and 4 deletions
Loading…
Reference in new issue