mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 13:02:25 +08:00
mission block remove unread value
This commit is contained in:
@@ -238,7 +238,6 @@ MissionBlock::is_mission_item_reached()
|
||||
|
||||
if (fabsf(curr_sp->alt - altitude_amsl) >= FLT_EPSILON) {
|
||||
// check if the initial loiter has been accepted
|
||||
dist = -1.0f;
|
||||
dist_xy = -1.0f;
|
||||
dist_z = -1.0f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user