We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70a911 commit b31cfc1Copy full SHA for b31cfc1
1 file changed
notebooks/tutorials/utils/coordinates.ipynb
@@ -68,7 +68,7 @@
68
"print('NED to ECEF conversion matrix for initialized local frame')\n",
69
"print(local_frame.ned_to_ecef_matrix)\n",
70
"\n",
71
- "local_frame = glp.LocalCoord.from_geodetic(x_ecef)\n",
+ "local_frame = glp.LocalCoord.from_ecef(x_ecef)\n",
72
73
"print(local_frame.ned_to_ecef_matrix)"
74
]
0 commit comments