|
|
|
@ -367,6 +367,11 @@ bool AP_Landing_Deepstall::is_flying_forward(void) const
@@ -367,6 +367,11 @@ bool AP_Landing_Deepstall::is_flying_forward(void) const
|
|
|
|
|
return stage != DEEPSTALL_STAGE_LAND; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
bool AP_Landing_Deepstall::is_on_approach(void) const |
|
|
|
|
{ |
|
|
|
|
return stage == DEEPSTALL_STAGE_LAND; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
bool AP_Landing_Deepstall::get_target_altitude_location(Location &location) |
|
|
|
|
{ |
|
|
|
|
memcpy(&location, &landing_point, sizeof(Location)); |
|
|
|
|