Athrun

Results 1 issues of Athrun

I found something illogical in function `velo_points_2_pano` of `Convert_Velo_2_Pano_detail.ipynb`; ``` def velo_points_2_pano(points, v_res, h_res, v_fov, h_fov, depth=False): # Projecting to 2D x = points[:, 0] y = points[:, 1] z...