Skip to content

Commit

Permalink
AC_Fence: fix poly loader
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Dec 18, 2024
1 parent ce6dcac commit 900d6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AC_Fence/AC_PolyFence_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,7 @@ bool AC_PolyFence_loader::get_inclusion_circle(uint8_t index, Vector2f &center_p
void AC_PolyFence_loader::handle_msg(GCS_MAVLINK &link, const mavlink_message_t& msg) {};

bool AC_PolyFence_loader::breached() const { return false; }
bool AC_PolyFence_loader::breached(const Location& loc) const { return false; }
bool AC_PolyFence_loader::breached(const Location& loc, float margin, bool& inside_margin) const { return false; }

uint16_t AC_PolyFence_loader::max_items() const { return 0; }

Expand Down

0 comments on commit 900d6c4

Please sign in to comment.