Skip to content

Commit

Permalink
fix(traffic_simulator): revert adjustOrientationAndOzPosition change …
Browse files Browse the repository at this point in the history
…(lanelet rpy)
  • Loading branch information
dmoszynski committed Dec 20, 2024
1 parent ad6c16b commit 74bee39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ auto CanonicalizedLaneletPose::adjustOrientationAndOzPosition(
.y(lanelet_rpy.y)
.z(entity_rpy.z));
lanelet_pose_.rpy =
convertQuaternionToEulerAngle(getRotation(map_pose_.orientation, lanelet_quaternion));
convertQuaternionToEulerAngle(getRotation(lanelet_quaternion, map_pose_.orientation));
}
}

Expand Down

0 comments on commit 74bee39

Please sign in to comment.