Can anyone say what the benefit of having the LIDAR point backwards ?
lidar_transform = carla.Transform(carla.Location(x=0, y=0, z=1.80), carla.Rotation(pitch=0, yaw=180, roll=0))
Also the lidar to camera translation makes difference of lidar to camera
Should it not be the other way around ?
@jedeschaud, Could you give some hints on this ?
Also the sensors are not synchronized:
Camera data timestamp: 3.4262565394164994
Export: KITTI_Dataset_CARLA_v0.9.12/Carla/Maps/Town07/generated/image_2/000000.pngSaving lidar pointcloud at timestamp 3.525256544118747
Export: KITTI_Dataset_CARLA_v0.9.12/Carla/Maps/Town07/generated/velodyne/000000.bin
Can anyone say what the benefit of having the LIDAR point backwards ? lidar_transform = carla.Transform(carla.Location(x=0, y=0, z=1.80), carla.Rotation(pitch=0, yaw=180, roll=0))
Also the lidar to camera translation makes difference of lidar to camera
Should it not be the other way around ? @jedeschaud, Could you give some hints on this ?
Also the sensors are not synchronized:
Camera data timestamp: 3.4262565394164994 Export: KITTI_Dataset_CARLA_v0.9.12/Carla/Maps/Town07/generated/image_2/000000.pngSaving lidar pointcloud at timestamp 3.525256544118747 Export: KITTI_Dataset_CARLA_v0.9.12/Carla/Maps/Town07/generated/velodyne/000000.bin