nuplan-devkit icon indicating copy to clipboard operation
nuplan-devkit copied to clipboard

why does get_lidar_to_ego_transform return np.eye(4) all the time?

Open Lu233 opened this issue 10 months ago • 0 comments

Seems get_lidar_to_ego_transform always return the below result, which seems not correct, any reason for this?

array([[1., 0., 0., 0.], [0., 1., 0., 0.], [0., 0., 1., 0.], [0., 0., 0., 1.]])

Lu233 avatar Feb 20 '25 20:02 Lu233