Skip to content

Commit

Permalink
update to working geofence
Browse files Browse the repository at this point in the history
  • Loading branch information
zach_ubuntu committed Feb 10, 2025
1 parent ec061c1 commit 9148db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mavsdk/plugins/geofence/geofence_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void GeofenceImpl::upload_geofence_async(

_system_impl->mission_transfer_client().upload_items_async(
MAV_MISSION_TYPE_FENCE,
1,
_system_impl->get_system_id(),
items,
[this, callback](MavlinkMissionTransferClient::Result result) {
auto converted_result = convert_result(result);
Expand Down

0 comments on commit 9148db2

Please sign in to comment.