mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
Copter: correct compilation when guided mode is disabled
This commit is contained in:
parent
470a60f828
commit
f8f5e7f5ae
@ -113,6 +113,7 @@ void GCS_MAVLINK_Copter::send_position_target_global_int()
|
||||
|
||||
void GCS_MAVLINK_Copter::send_position_target_local_ned()
|
||||
{
|
||||
#if MODE_GUIDED_ENABLED == ENABLED
|
||||
if (!copter.flightmode->in_guided_mode()) {
|
||||
return;
|
||||
}
|
||||
@ -150,6 +151,7 @@ void GCS_MAVLINK_Copter::send_position_target_local_ned()
|
||||
0.0f, // afz
|
||||
0.0f, // yaw
|
||||
0.0f); // yaw_rate
|
||||
#endif
|
||||
}
|
||||
|
||||
void GCS_MAVLINK_Copter::send_nav_controller_output() const
|
||||
|
Loading…
Reference in New Issue
Block a user