Skip to content

Commit

Permalink
Update fleet race WPs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaoyu committed Aug 30, 2019
1 parent 4d9a709 commit 09515eb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions analyse_fleet_race
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,10 @@ def latlon_to_utm(lat, lon):
# | \
# | \
# D<-----C A
<<<<<<< HEAD
wpA = [29.86713941, 121.53897552]
wpB = [29.86705406, 121.53859978]
wpC = [29.86720864, 121.53867803]
wpD = [29.86729537, 121.53840194]
=======
wpA = (29.863003, 121.542088)
wpB = (29.863291, 121.541788)
wpC = (29.863025, 121.541750)
wpD = (29.863014, 121.541450)
>>>>>>> 3d898dba45a50628b6216b39567a68d591e43741
RADIUS = 5 #acceptance radius in m

#######################################################################################
Expand Down

0 comments on commit 09515eb

Please sign in to comment.