Skip to content

Commit

Permalink
Merge pull request #617 from mavlink/pr-fix-follow-me
Browse files Browse the repository at this point in the history
examples: fix follow-me main function name
  • Loading branch information
julianoes authored Sep 12, 2023
2 parents ac985f5 + f79e8aa commit 78072e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/follow_me_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
[47.397825620791885, 8.5450092830163271]]


async def fly_drone():
async def run():
drone = System()
await drone.connect(system_address="udp://:14540")

Expand Down

0 comments on commit 78072e1

Please sign in to comment.