Skip to content

Commit 09515eb

Browse files
committed
Update fleet race WPs
1 parent 4d9a709 commit 09515eb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

analyse_fleet_race

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,10 @@ def latlon_to_utm(lat, lon):
4040
# | \
4141
# | \
4242
# D<-----C A
43-
<<<<<<< HEAD
4443
wpA = [29.86713941, 121.53897552]
4544
wpB = [29.86705406, 121.53859978]
4645
wpC = [29.86720864, 121.53867803]
4746
wpD = [29.86729537, 121.53840194]
48-
=======
49-
wpA = (29.863003, 121.542088)
50-
wpB = (29.863291, 121.541788)
51-
wpC = (29.863025, 121.541750)
52-
wpD = (29.863014, 121.541450)
53-
>>>>>>> 3d898dba45a50628b6216b39567a68d591e43741
5447
RADIUS = 5 #acceptance radius in m
5548

5649
#######################################################################################

0 commit comments

Comments
 (0)