We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9a709 commit 09515ebCopy full SHA for 09515eb
analyse_fleet_race
@@ -40,17 +40,10 @@ def latlon_to_utm(lat, lon):
40
# | \
41
42
# D<-----C A
43
-<<<<<<< HEAD
44
wpA = [29.86713941, 121.53897552]
45
wpB = [29.86705406, 121.53859978]
46
wpC = [29.86720864, 121.53867803]
47
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
54
RADIUS = 5 #acceptance radius in m
55
56
#######################################################################################
0 commit comments