Skip to content

Commit bdb055a

Browse files
authored
Update 2_frame_transformations.ipynb
typo
1 parent 61937cf commit bdb055a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

2_frame_transformations.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@
152152
"The class contains the homogenous transform matrices as properties, that takes a point cloud which is in the source frame, and transforms\n",
153153
" it to the target frame: `t_target_source`:\n",
154154
"- 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",
155+
"- t_camera_radar: from the radar source frame, to the camera target frame.\n",
156156
"- 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",
157+
"- t_radar_camera: from the radar source frame, to the camera target frame.\n",
158+
"- t_lidar_radar: from the radar source frame, to the lidar target frame.\n",
159+
"- t_radar_lidar: from the lidar source frame, to the radar target frame.\n",
160160
"\n",
161161
"The camera projection matrix is also available using `camera_projection_matrix`."
162162
]

0 commit comments

Comments
 (0)