ArduPilot/ardupilot

Plane: Landing permanently disable geofence

Open

#5,544 建立於 2017年1月11日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)C++ (9,336 star) (15,603 fork)batch import
BUGPlaneSafetygood first issue

描述

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.

貢獻者指南

Plane: Landing permanently disable geofence · ArduPilot/ardupilot#5544 | Good First Issue