ArduPilot/ardupilot

Plane: Landing permanently disable geofence

开放

#5,544 创建于 2017年1月11日

 (4 条评论) (0 个反应) (0 位负责人)C++ (15,603 个派生)batch import
BUGPlaneSafetygood first issue

仓库指标

星标
 (9,336 个星标)
PR 合并指标
 (平均合并 26天 16小时) (30 天内合并 166 个 PR)

描述

Issue details

Once you begin a landing sequence the geofence can be disabled ( https://github.com/ArduPilot/ardupilot/blob/649ef0fc1614cacf823115cf8433319a4f8da563/ArduPlane/commands_logic.cpp#L404 ) but if you abort the landing or change modes for any reason the fence is never re enabled. (This is not related to AP_Landing changes, and is a pre existing bug)

Version

Master

Platform

[ ] All [ ] AntennaTracker [ ] Copter [ x ] Plane [ ] Rover

EDIT: Updated the link to the code to be useful/correct.

贡献者指南