You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: 2_frame_transformations.ipynb
+12-16
Original file line number
Diff line number
Diff line change
@@ -82,14 +82,14 @@
82
82
"name": "stderr",
83
83
"output_type": "stream",
84
84
"text": [
85
-
"/opt/anaconda3/envs/mp-iv/lib/python3.7/site-packages/traittypes/traittypes.py:101: UserWarning: Given trait value dtype \"float64\" does not match required type \"float32\". A coerced copy has been created.\n",
85
+
"/opt/anaconda3/envs/view-of-delft-env/lib/python3.7/site-packages/traittypes/traittypes.py:101: UserWarning: Given trait value dtype \"float64\" does not match required type \"float32\". A coerced copy has been created.\n",
86
86
" np.dtype(self.dtype).name))\n"
87
87
]
88
88
},
89
89
{
90
90
"data": {
91
91
"application/vnd.jupyter.widget-view+json": {
92
-
"model_id": "dccc0e1a192f4b15825e8c5bc8dc20bd",
92
+
"model_id": "ed098796e3fb4f01b9cbbba80966be90",
93
93
"version_major": 2,
94
94
"version_minor": 0
95
95
},
@@ -149,13 +149,14 @@
149
149
}
150
150
},
151
151
"source": [
152
-
"The class contains the homogenous transform matrices as properties, with the following convention: `t_target_origin`:\n",
153
-
"- t_camera_lidar: homogeneous transform matrix from the lidar frame, to the camera frame.\n",
154
-
"- t_camera_radar homogeneous transform matrix from the radar frame, to the camera frame.\n",
155
-
"- t_lidar_camera: homogeneous transform matrix from the camera frame, to the lidar frame.\n",
156
-
"- t_radar_camera: homogeneous transform matrix from the camera frame, to the radar frame.\n",
157
-
"- t_lidar_radar: homogeneous transform matrix from the radar frame, to the lidar frame.\n",
158
-
"- t_radar_lidar: homogeneous transform matrix from the lidar frame, to the radar frame.\n",
152
+
"The class contains the homogenous transform matrices as properties, that takes a point cloud which is in the source frame, and transforms\n",
153
+
" it to the target frame: `t_target_source`:\n",
154
+
"- t_camera_lidar: from the lidar source frame, to the camera target frame.\n",
155
+
"- t_camera_radar: from the lidar source frame, to the camera target frame.\n",
156
+
"- t_lidar_camera: from the lidar source frame, to the camera target frame.\n",
157
+
"- t_radar_camera: from the lidar source frame, to the camera target frame.\n",
158
+
"- t_lidar_radar: from the lidar source frame, to the camera target frame.\n",
159
+
"- t_radar_lidar: from the lidar source frame, to the camera target frame.\n",
159
160
"\n",
160
161
"The camera projection matrix is also available using `camera_projection_matrix`."
161
162
]
@@ -191,12 +192,7 @@
191
192
"name": "#%% md\n"
192
193
}
193
194
},
194
-
"source": [
195
-
"There are also a number of helper functions included, which can help the transformations:\n",
0 commit comments