Skip to content

Commit

Permalink
Merge pull request #2364 from KarthiAru/main
Browse files Browse the repository at this point in the history
Fix Follow Me example
  • Loading branch information
julianoes authored Aug 2, 2024
2 parents 0dc4478 + 19d6279 commit fcfc323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/follow_me/follow_me.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ int main(int argc, char** argv)
FollowMe::TargetLocation target_location{};
target_location.latitude_deg = lat;
target_location.longitude_deg = lon;
target_location.absolute_altitude_m = 488.0;
follow_me.set_target_location(target_location);
});

Expand Down

0 comments on commit fcfc323

Please sign in to comment.