CARLA Simulator: Difference between revisions

Line 82: Line 82:
Carla is based on UE4 which uses a left-handed coordinate system. Specifically, up is +z, forward is -y, and right is +x.
Carla is based on UE4 which uses a left-handed coordinate system. Specifically, up is +z, forward is -y, and right is +x.


To convert (yaw, pitch, roll) rotations to a right-handed coordinate system, just use (-yaw, pitch, roll)
To convert (yaw, pitch, roll) rotations to a right-handed coordinate system, just use (-yaw, pitch, -roll)