Steven-Shine Chen

Results 1 comments of Steven-Shine Chen

I resolved the error by changing sensor_center = sensor_pose[:,:,:2] to sensor_center = sensor_pose[:,:,:3] in DeepMapping_AVD This matches the dimensions of unoccupied[:, (idx - 1) * L:idx * L, :] and...