Skip to content

Commit

Permalink
AP_Follow: changes to support scripted plane follow
Browse files Browse the repository at this point in the history
  • Loading branch information
timtuxworth committed Jan 18, 2025
1 parent 5461eca commit 52d0f53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/AP_Follow/AP_Follow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,6 @@ bool AP_Follow::have_target(void) const

// check for timeout
if ((_last_location_update_ms == 0) || (AP_HAL::millis() - _last_location_update_ms > (uint32_t)_timeout_ms)) {
gcs().send_text(MAV_SEVERITY_NOTICE, "location timeout %d", (int)(AP_HAL::millis() - _last_location_update_ms));
return false;
}
return true;
Expand Down

0 comments on commit 52d0f53

Please sign in to comment.