arcore-android-sdk
arcore-android-sdk copied to clipboard
Coordinate system rotation
trafficstars
SPECIFIC ISSUE ENCOUNTERED
This is tested with camera display oriented pose. My understanding is that during ARCore launch, the world coordinate system is setup with +x(right), +Y(top), +Z(towards us) . If we rotate device 90 degrees to the left, then place an anchor, the world coordinate axis doesn't change. The problem is that at this angle , moving left and right is at the Z axis. I needed horizontal movement to be represented as X axis for some calculations check. The axis direction check should work the same at every angle. My question is how do we convert the coordination system at rotation / what is the common solution for this?
I'm a newbie at this.
+1 for this issue.