mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 16:48:29 -04:00
Copter: remove nav_guided structure
This has been replaced by guided_limit structure
This commit is contained in:
parent
6659473420
commit
992ce9b69c
@ -750,16 +750,6 @@ static AP_Parachute parachute(relay);
|
||||
AP_Terrain terrain(ahrs, mission, rally);
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Nav Guided - allows external computer to control the vehicle during missions
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
#if NAV_GUIDED == ENABLED
|
||||
static struct {
|
||||
uint32_t start_time; // system time in milliseconds that control was handed to the external computer
|
||||
Vector3f start_position; // vehicle position when control was ahnded to the external computer
|
||||
} nav_guided;
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// function definitions to keep compiler from complaining about undeclared functions
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user