Computing angles between iPhones










0















As part of a physiology experiment we want to measure angles between limbs, for instance upper and lower arm, using iPhones. As a test I'm using 2 iPhones, each running the app SensorLog, to record the data.



In my test I take the variables:



motionQuaternionX.R
motionQuaternionY.R
motionQuaternionZ.R
motionQuaternionW.R


from each iPhone and compute the angle between these quaternions using the formula given in:
https://math.stackexchange.com/questions/90081/quaternion-distance?newreg=51f64d6d79e14956861a036db5d72ca6



in Jacobson's comment. It is:
θ=2arccos(q1,q2) (1)



There is also the formula there:
θ=arccos(2⟨q1,q2⟩^2−1) (2)



Where q1 and q2 are the 2 quaternions and the () brackets around them denote a dot product.



In my simple test I have the 2 phones lying flat on a table and rotate one of them through 90 deg till it is standing up on its bottom. I should get 90 deg, but in neither case do I. In (1) I see approx 70 deg, while in (2) I get around 100 deg.



Is this just due to errors in the gyros? And which formula is correct? Also we need to get a consistent 90 deg for 2 phones at right angles whatever the overall orientation of the pair. My result shows that this doesn't hold for either formula. It could be that this whole approach is flawed.



Any advice or pointers would be greatly appreciated.



Thanks










share|improve this question


























    0















    As part of a physiology experiment we want to measure angles between limbs, for instance upper and lower arm, using iPhones. As a test I'm using 2 iPhones, each running the app SensorLog, to record the data.



    In my test I take the variables:



    motionQuaternionX.R
    motionQuaternionY.R
    motionQuaternionZ.R
    motionQuaternionW.R


    from each iPhone and compute the angle between these quaternions using the formula given in:
    https://math.stackexchange.com/questions/90081/quaternion-distance?newreg=51f64d6d79e14956861a036db5d72ca6



    in Jacobson's comment. It is:
    θ=2arccos(q1,q2) (1)



    There is also the formula there:
    θ=arccos(2⟨q1,q2⟩^2−1) (2)



    Where q1 and q2 are the 2 quaternions and the () brackets around them denote a dot product.



    In my simple test I have the 2 phones lying flat on a table and rotate one of them through 90 deg till it is standing up on its bottom. I should get 90 deg, but in neither case do I. In (1) I see approx 70 deg, while in (2) I get around 100 deg.



    Is this just due to errors in the gyros? And which formula is correct? Also we need to get a consistent 90 deg for 2 phones at right angles whatever the overall orientation of the pair. My result shows that this doesn't hold for either formula. It could be that this whole approach is flawed.



    Any advice or pointers would be greatly appreciated.



    Thanks










    share|improve this question
























      0












      0








      0








      As part of a physiology experiment we want to measure angles between limbs, for instance upper and lower arm, using iPhones. As a test I'm using 2 iPhones, each running the app SensorLog, to record the data.



      In my test I take the variables:



      motionQuaternionX.R
      motionQuaternionY.R
      motionQuaternionZ.R
      motionQuaternionW.R


      from each iPhone and compute the angle between these quaternions using the formula given in:
      https://math.stackexchange.com/questions/90081/quaternion-distance?newreg=51f64d6d79e14956861a036db5d72ca6



      in Jacobson's comment. It is:
      θ=2arccos(q1,q2) (1)



      There is also the formula there:
      θ=arccos(2⟨q1,q2⟩^2−1) (2)



      Where q1 and q2 are the 2 quaternions and the () brackets around them denote a dot product.



      In my simple test I have the 2 phones lying flat on a table and rotate one of them through 90 deg till it is standing up on its bottom. I should get 90 deg, but in neither case do I. In (1) I see approx 70 deg, while in (2) I get around 100 deg.



      Is this just due to errors in the gyros? And which formula is correct? Also we need to get a consistent 90 deg for 2 phones at right angles whatever the overall orientation of the pair. My result shows that this doesn't hold for either formula. It could be that this whole approach is flawed.



      Any advice or pointers would be greatly appreciated.



      Thanks










      share|improve this question














      As part of a physiology experiment we want to measure angles between limbs, for instance upper and lower arm, using iPhones. As a test I'm using 2 iPhones, each running the app SensorLog, to record the data.



      In my test I take the variables:



      motionQuaternionX.R
      motionQuaternionY.R
      motionQuaternionZ.R
      motionQuaternionW.R


      from each iPhone and compute the angle between these quaternions using the formula given in:
      https://math.stackexchange.com/questions/90081/quaternion-distance?newreg=51f64d6d79e14956861a036db5d72ca6



      in Jacobson's comment. It is:
      θ=2arccos(q1,q2) (1)



      There is also the formula there:
      θ=arccos(2⟨q1,q2⟩^2−1) (2)



      Where q1 and q2 are the 2 quaternions and the () brackets around them denote a dot product.



      In my simple test I have the 2 phones lying flat on a table and rotate one of them through 90 deg till it is standing up on its bottom. I should get 90 deg, but in neither case do I. In (1) I see approx 70 deg, while in (2) I get around 100 deg.



      Is this just due to errors in the gyros? And which formula is correct? Also we need to get a consistent 90 deg for 2 phones at right angles whatever the overall orientation of the pair. My result shows that this doesn't hold for either formula. It could be that this whole approach is flawed.



      Any advice or pointers would be greatly appreciated.



      Thanks







      iphone angle quaternions






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 13 '18 at 3:48









      SpottiswoodeSpottiswoode

      11




      11






















          0






          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53273503%2fcomputing-angles-between-iphones%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53273503%2fcomputing-angles-between-iphones%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kleinkühnau

          Makov (Slowakei)

          Deutsches Schauspielhaus