Skip to content

Commit

Permalink
Update follow_me_example.py
Browse files Browse the repository at this point in the history
Fixing style
  • Loading branch information
KarthiAru committed Aug 2, 2024
1 parent 3d35010 commit 4848998
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 @@ -59,7 +59,7 @@ async def run():
# This for loop provides fake coordinates from the fake_location list for
# the follow me mode to work.
# In a simulator it won't make much sense though
target = TargetLocation(0,0,0,0,0,0)
target = TargetLocation(0, 0, 0, 0, 0, 0)
for latitude, longitude in fake_location:
target.latitude_deg = latitude
target.longitude_deg = longitude
Expand Down

0 comments on commit 4848998

Please sign in to comment.