Skip to content

Commit

Permalink
update to working geofence (#2506)
Browse files Browse the repository at this point in the history
Co-authored-by: zach_ubuntu <zach>
  • Loading branch information
ZacharyLowell authored Feb 10, 2025
1 parent ec061c1 commit 5891aee
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 5891aee

Please sign in to comment.