Skip to content

Commit b31cfc1

Browse files
committed
Fixed error in local reference frame tutorial
1 parent a70a911 commit b31cfc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/tutorials/utils/coordinates.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"print('NED to ECEF conversion matrix for initialized local frame')\n",
6969
"print(local_frame.ned_to_ecef_matrix)\n",
7070
"\n",
71-
"local_frame = glp.LocalCoord.from_geodetic(x_ecef)\n",
71+
"local_frame = glp.LocalCoord.from_ecef(x_ecef)\n",
7272
"print('NED to ECEF conversion matrix for initialized local frame')\n",
7373
"print(local_frame.ned_to_ecef_matrix)"
7474
]

0 commit comments

Comments
 (0)