You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.
A few issues here, the API doesn't match the current library. The API says there is a doubleTransformPointCloud method that does not exist.
Also, when trying to use transformPointCloud with a double[] matrix and the current point cloud, I am receiving an error of: "JNI DETECTED ERROR IN APPLICATION: attempt to set field java.nio.FloatBuffer com.google.atap.tangoservice.TangoXyzIjData.xyz with value of wrong type: java.nio.DirectByteBuffer"
A few issues here, the API doesn't match the current library. The API says there is a doubleTransformPointCloud method that does not exist.
Also, when trying to use transformPointCloud with a double[] matrix and the current point cloud, I am receiving an error of: "JNI DETECTED ERROR IN APPLICATION: attempt to set field java.nio.FloatBuffer com.google.atap.tangoservice.TangoXyzIjData.xyz with value of wrong type: java.nio.DirectByteBuffer"
Thought it might have been my issue until I saw the same thing come up on StackOverflow: http://stackoverflow.com/questions/37836422/java-tangosupport-transforming-several-cloud-point-snapshots-to-the-same-space
The text was updated successfully, but these errors were encountered: