Skip to content

Commit

Permalink
modi vlp32c name
Browse files Browse the repository at this point in the history
  • Loading branch information
mfxox committed Aug 29, 2018
1 parent 4e54ddf commit 827b5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ILCC/pcd_corners_est.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
elif params['LiDAR_type'] == 'vlp16_puck':
h_coef = 2 * np.sin(np.deg2rad(0.25) / 2)
v_coef = 2 * np.sin(np.deg2rad(2) / 2.)
elif params['LiDAR_type'] == 'hdl32c':
elif params['LiDAR_type'] == 'vlp32c':
h_coef = 2 * np.sin(np.deg2rad(0.25) / 2)
v_coef = 2 * np.sin(np.deg2rad(0.333) / 2.)#non-linear [4.667, -4. , -3.667, -3.333, -3. , -2.667, -2.333, -2. ,-1.333, 0.667, 1. , 1.667, 2.333, 3.333, 4.667, 7. , 10.333, 15.]
#delte_ang= [0.667, 0.333, 0.334, 0.333, 0.333, 0.334, 0.333, 0.667, 2. , 0.333, 0.667, 0.666, 1. ,1.334, 2.333, 3.333, 4.6673]
Expand Down

0 comments on commit 827b5f3

Please sign in to comment.