Merge fe97b0b7a3
into 2a2cc5f1be
This commit is contained in:
commit
d0183650c7
|
@ -77,7 +77,7 @@ def lidar_callback(point_cloud, point_list):
|
||||||
|
|
||||||
# We're negating the y to correclty visualize a world that matches
|
# We're negating the y to correclty visualize a world that matches
|
||||||
# what we see in Unreal since Open3D uses a right-handed coordinate system
|
# what we see in Unreal since Open3D uses a right-handed coordinate system
|
||||||
points[:, :1] = -points[:, :1]
|
points[:, 1] = -points[:, 1]
|
||||||
|
|
||||||
# # An example of converting points from sensor to vehicle space if we had
|
# # An example of converting points from sensor to vehicle space if we had
|
||||||
# # a carla.Transform variable named "tran":
|
# # a carla.Transform variable named "tran":
|
||||||
|
|
Loading…
Reference in New Issue