I'm using Wikitude SDK, and I started from "3D Model at Geolocation" using "GeoLocation()" function (instead of RelativeLocation()), in order to visualize a specific 3D model in a specific GPS position.
At this moment, AR registration works using sensors values from the smartphone. I need to redirect pitch, roll and yaw values in order to compute my tasks: I obtain telemetry data by a drone, and I need to find a way to redirect the received data into the AR world. Is there a way, also by using android classes and methods or writing more code, to instruct Wikitude about this?
How does GeoLocation use these angles? are these angles read from variables which can be manipulated elsewhere? Would you give me any advice?