Skip to content

Commit

Permalink
doc: comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelkuehnel committed Dec 1, 2023
1 parent 9980bab commit d689182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/perception/src/coordinate_transformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from tf.transformations import euler_from_quaternion


a = 6378137 # EARTH_RADIUS_EQUA in Pylot
a = 6378137 # EARTH_RADIUS_EQUA in Pylot, used in geodetic_to_enu
b = 6356752.3142
f = (a - b) / a
e_sq = f * (2 - f)
Expand Down

0 comments on commit d689182

Please sign in to comment.