From 89cb5f28a90cb08add68413103e32a2474fb7915 Mon Sep 17 00:00:00 2001 From: Alexis Iakovenko <alexis.iakovenko@gmail.com> Date: Wed, 13 Dec 2017 12:00:40 +0100 Subject: [PATCH] Take rotation into account for recording and replaying --- Assets/Gesture/Gesture.cs | 3 + Assets/Gesture/GestureState.cs | 4 +- Assets/Record/Recorded/gesture/0.txt | 462 ++++++------------ Assets/Record/Recorded/testrotation.meta | 10 + Assets/Record/Recorded/testrotation/0.txt | 107 ++++ .../Record/Recorded/testrotation/0.txt.meta | 9 + Assets/Record/Recorded/testrotation/1.txt | 91 ++++ .../Record/Recorded/testrotation/1.txt.meta | 9 + Assets/Record/Recorded/testrotation/2.txt | 84 ++++ .../Record/Recorded/testrotation/2.txt.meta | 9 + Assets/Record/Recorded/testrotation/3.txt | 70 +++ .../Record/Recorded/testrotation/3.txt.meta | 9 + Assets/Record/Recorded/testrotation/4.txt | 76 +++ .../Record/Recorded/testrotation/4.txt.meta | 9 + Assets/Record/Recorded/testrotation/5.txt | 83 ++++ .../Record/Recorded/testrotation/5.txt.meta | 9 + Assets/Record/Recorded/testrotation/6.txt | 78 +++ .../Record/Recorded/testrotation/6.txt.meta | 9 + Assets/Record/Recorded/testrotation/7.txt | 82 ++++ .../Record/Recorded/testrotation/7.txt.meta | 9 + Assets/Record/Recorder.cs | 29 +- Assets/Replay/Replay.cs | 10 +- Assets/Replay/Replay.unity | 22 +- 23 files changed, 943 insertions(+), 340 deletions(-) create mode 100644 Assets/Record/Recorded/testrotation.meta create mode 100644 Assets/Record/Recorded/testrotation/0.txt create mode 100644 Assets/Record/Recorded/testrotation/0.txt.meta create mode 100644 Assets/Record/Recorded/testrotation/1.txt create mode 100644 Assets/Record/Recorded/testrotation/1.txt.meta create mode 100644 Assets/Record/Recorded/testrotation/2.txt create mode 100644 Assets/Record/Recorded/testrotation/2.txt.meta create mode 100644 Assets/Record/Recorded/testrotation/3.txt create mode 100644 Assets/Record/Recorded/testrotation/3.txt.meta create mode 100644 Assets/Record/Recorded/testrotation/4.txt create mode 100644 Assets/Record/Recorded/testrotation/4.txt.meta create mode 100644 Assets/Record/Recorded/testrotation/5.txt create mode 100644 Assets/Record/Recorded/testrotation/5.txt.meta create mode 100644 Assets/Record/Recorded/testrotation/6.txt create mode 100644 Assets/Record/Recorded/testrotation/6.txt.meta create mode 100644 Assets/Record/Recorded/testrotation/7.txt create mode 100644 Assets/Record/Recorded/testrotation/7.txt.meta diff --git a/Assets/Gesture/Gesture.cs b/Assets/Gesture/Gesture.cs index cc95878..8421bb5 100644 --- a/Assets/Gesture/Gesture.cs +++ b/Assets/Gesture/Gesture.cs @@ -122,6 +122,9 @@ public class Gesture state.position.x = float.Parse(line [1]); state.position.y = float.Parse(line [2]); state.position.z = float.Parse(line [3]); + state.rotation.x = float.Parse(line [4]); + state.rotation.y = float.Parse(line [5]); + state.rotation.z = float.Parse(line [6]); states.Add (state); //Debug.Log(state); diff --git a/Assets/Gesture/GestureState.cs b/Assets/Gesture/GestureState.cs index 1099621..b5d569d 100644 --- a/Assets/Gesture/GestureState.cs +++ b/Assets/Gesture/GestureState.cs @@ -6,9 +6,11 @@ public class GestureState { public float timestamp = 0; public Vector3 position = new Vector3(0, 0, 0); + public Vector3 rotation = new Vector3(0, 0, 0); public override string ToString() { - return "State timestamp " + timestamp + ", x: " + position.x + ", y: " + position.y + ", z: " + position.z; + return "State timestamp " + timestamp + ", x: " + position.x + ", y: " + position.y + ", z: " + position.z + + ", rx: " + rotation.x + ", ry: " + rotation.y + ", rz: " + rotation.z; } } diff --git a/Assets/Record/Recorded/gesture/0.txt b/Assets/Record/Recorded/gesture/0.txt index d999247..8062e84 100644 --- a/Assets/Record/Recorded/gesture/0.txt +++ b/Assets/Record/Recorded/gesture/0.txt @@ -1,322 +1,144 @@ Gesture: gesture; Author: user; Recorded: timestamp l_palm_pos_x l_palm_pos_y l_palm_pos_z r_palm_pos_x r_palm_pos_y r_palm_pos_z -4.597305 0 0 0 0 0 0 -4.613536 0 0 0 0 0 0 -4.630368 0 0 0 0 0 0 -4.647274 0 0 0 0 0 0 -4.663363 0 0 0 0 0 0 -4.680401 0 0 0 0 0 0 -4.6964 0 0 0 0 0 0 -4.713884 0 0 0 0 0 0 -4.730454 0 0 0 0 0 0 -4.747021 0 0 0 0 0 0 -4.763592 0 0 0 0 0 0 -4.780488 0 0 0 0 0 0 -4.797563 0 0 0 0 0 0 -4.813573 0 0 0 0 0 0 -4.829857 0 0 0 0 0 0 -4.846647 0 0 0 0 0 0 -4.862992 0 0 0 0 0 0 -4.879689 0 0 0 0 0 0 -4.896651 0 0 0 0 0 0 -4.912717 0 0 0 0 0 0 -4.929259 0 0 0 0 0 0 -4.946693 0 0 0 0 0 0 -4.962401 0 0 0 0 0 0 -4.979733 0 0 0 0 0 0 -4.995708 0 0 0 0 0 0 -5.012752 0 0 0 0 0 0 -5.028828 0 0 0 0 0 0 -5.045829 0 0 0 0 0 0 -5.061831 0 0 0 0 0 0 -5.078357 0 0 0 0 0 0 -5.094923 0 0 0 0 0 0 -5.111492 0 0 0 0 0 0 -5.128056 0 0 0 0 0 0 -5.144827 0 0 0 0 0 0 -5.16119 0 0 0 0 0 0 -5.177907 0 0 0 0 0 0 -5.194923 0 0 0 0 0 0 -5.210991 0 0 0 0 0 0 -5.22791 0 0 0 0 0 0 -5.244024 0 0 0 0 0 0 -5.260995 0 0 0 0 0 0 -5.278039 0 0 0 0 0 0 -5.293945 0 0 0 0 0 0 -5.31029 0 0 0 0 0 0 -5.32704 0 0 0 0 0 0 -5.343423 0 0 0 0 0 0 -5.360001 0 0 0 0 0 0 -5.376557 0 0 0 0 0 0 -5.393128 0 0 0 0 0 0 -5.409692 0 0 0 0 0 0 -5.426257 0 0 0 0 0 0 -5.443185 0 0 0 0 0 0 -5.45939 0 0 0 0 0 0 -5.476155 0 0 0 0 0 0 -5.493176 0 0 0 0 0 0 -5.509182 0 0 0 0 0 0 -5.525656 0 0 0 0 0 0 -5.542222 0 0 0 0 0 0 -5.55879 0 0 0 0 0 0 -5.575356 0 0 0 0 0 0 -5.591922 0 0 0 0 0 0 -5.609235 0 0 0 0 0 0 -5.625054 0 0 0 0 0 0 -5.641621 0 0 0 0 0 0 -5.658283 0 0 0 0 0 0 -5.674754 0 0 0 0 0 0 -5.691321 0 0 0 0 0 0 -5.708063 0 0 0 0 0 0 -5.724454 0 0 0 0 0 0 -5.741021 0 0 0 0 0 0 -5.757587 0 0 0 0 0 0 -5.774299 0 0 0 0 0 0 -5.79131 0 0 0 0 0 0 -5.80732 0 0 0 0 0 0 -5.824287 0 0 0 0 0 0 -5.840421 0 0 0 0 0 0 -5.857353 0 0 0 0 0 0 -5.873554 0 0 0 0 0 0 -5.890121 0 0 0 0 0 0 -5.906975 0 0 0 0 0 0 -5.923254 0 0 0 0 0 0 -5.940028 0 0 0 0 0 0 -5.956388 0 0 0 0 0 0 -5.972996 0 0 0 0 0 0 -5.989521 0 0 0 0 0 0 -6.00614 0 0 0 0 0 0 -6.022657 0 0 0 0 0 0 -6.039226 0 0 0 0 0 0 -6.055791 0 0 0 0 0 0 -6.072356 0 0 0 0 0 0 -6.088954 0 0 0 0 0 0 -6.105492 0 0 0 0 0 0 -6.122057 0 0 0 0 0 0 -6.138885 0 0 0 0 0 0 -6.15589 0 0 0 0 0 0 -6.17191 0 0 0 0 0 0 -6.188322 0 0 0 0 0 0 -6.204926 0 0 0 0 0 0 -6.221932 0 0 0 0 0 0 -6.238023 0 0 0 0 0 0 -6.254961 0 0 0 0 0 0 -6.271154 0 0 0 0 0 0 -6.287721 0 0 0 0 0 0 -6.305041 0 0 0 0 0 0 -6.321015 0 0 0 0 0 0 -6.338076 0 0 0 0 0 0 -6.354136 0 0 0 0 0 0 -6.371101 0 0 0 0 0 0 -6.387163 0 0 0 0 0 0 -6.404215 0 0 0 0 0 0 -6.420316 0 0 0 0 0 0 -6.437339 0 0 0 0 0 0 -6.453399 0 0 0 0 0 0 -6.470439 0 0 0 0 0 0 -6.486525 0 0 0 0 0 0 -6.503091 0 0 0 0 0 0 -6.519657 0 0 0 0 0 0 -6.536494 0 0 0 0 0 0 -6.55353 0 0 0 0 0 0 -6.569605 0 0 0 0 0 0 -6.585926 0 0 0 0 0 0 -6.602604 0 0 0 0 0 0 -6.619696 0 0 0 0 0 0 -6.63565 0 0 0 0 0 0 -6.652694 0 0 0 0 0 0 -6.668757 0 0 0 0 0 0 -6.685751 0 0 0 0 0 0 -6.70189 0 0 0 0 0 0 -6.718805 0 0 0 0 0 0 -6.735031 0 0 0 0 0 0 -6.75183 0 0 0 0 0 0 -6.768879 0 0 0 0 0 0 -6.784888 0 0 0 0 0 0 -6.801855 0 0 0 0 0 0 -6.817857 0 0 0 0 0 0 -6.834427 0 0 0 0 0 0 -6.850993 0 0 0 0 0 0 -6.867558 0 0 0 0 0 0 -6.884125 0 0 0 0 0 0 -6.900917 0 0 0 0 0 0 -6.917953 0 0 0 0 0 0 -6.933957 0 0 0 0 0 0 -6.950392 0 0 0 0 0 0 -6.967078 0 0 0 0 0 0 -6.983524 0 0 0 0 0 0 -7.000118 0 0 0 0 0 0 -7.016659 0 0 0 0 0 0 -7.033224 0 0 0 0 0 0 -7.050154 0 0 0 0 0 0 -7.067095 0 0 0 0 0 0 -7.083258 0 0 0 0 0 0 -7.099491 0 0 0 0 0 0 -7.116062 0 0 0 0 0 0 -7.13326 0 0 0 0 0 0 -7.149324 0 0 0 0 0 0 -7.165757 0 0 0 0 0 0 -7.182325 0 0 0 0 0 0 -7.199367 0 0 0 0 0 0 -7.215457 0 0 0 0 0 0 -7.232385 0 0 0 0 0 0 -7.248591 0 0 0 0 0 0 -7.265159 0 0 0 0 0 0 -7.281725 0 0 0 0 0 0 -7.298433 0 0 0 0 0 0 -7.315421 0 0 0 0 0 0 -7.331467 0 0 0 0 0 0 -7.348529 0 0 0 0 0 0 -7.364597 0 0 0 0 0 0 -7.381125 0 0 0 0 0 0 -7.397691 0 0 0 0 0 0 -7.414258 0 0 0 0 0 0 -7.430831 0 0 0 0 0 0 -7.447391 0 0 0 0 0 0 -7.464833 0 0 0 0 0 0 -7.480849 0 0 0 0 0 0 -7.497091 0 0 0 0 0 0 -7.513875 0 0 0 0 0 0 -7.530225 0 0 0 0 0 0 -7.546893 0 0 0 0 0 0 -7.563856 0 0 0 0 0 0 -7.579924 0 0 0 0 0 0 -7.596492 0 0 0 0 0 0 -7.613059 0 0 0 0 0 0 -7.629893 0 0 0 0 0 0 -7.646194 0 0 0 0 0 0 -7.662954 0 0 0 0 0 0 -7.67995 0 0 0 0 0 0 -7.695959 0 0 0 0 0 0 -7.712991 0 0 0 0 0 0 -7.730023 0 0 0 0 0 0 -7.745591 0 0 0 0 0 0 -7.762158 0 0 0 0 0 0 -7.778731 0 0 0 0 0 0 -7.795289 0 0 0 0 0 0 -7.811993 0 0 0 0 0 0 -7.829005 0 0 0 0 0 0 -7.845032 0 0 0 0 0 0 -7.861556 0 0 0 0 0 0 -7.87816 0 0 0 0 0 0 -7.895154 0 0 0 0 0 0 -7.911257 0 0 0 0 0 0 -7.928219 0 0 0 0 0 0 -7.944389 0 0 0 0 0 0 -7.961273 0 0 0 0 0 0 -7.977523 0 0 0 0 0 0 -7.994089 0 0 0 0 0 0 -8.011192 0 0 0 0 0 0 -8.027224 0 0 0 0 0 0 -8.043789 0 0 0 0 0 0 -8.060356 0 0 0 0 0 0 -8.077326 0 0 0 0 0 0 -8.09349 0 0 0 0 0 0 -8.110056 0 0 0 0 0 0 -8.126622 0 0 0 0 0 0 -8.143318 0 0 0 0 0 0 -8.159756 0 0 0 0 0 0 -8.176367 0 0 0 0 0 0 -8.193411 0 0 0 0 0 0 -8.209456 0 0 0 0 0 0 -8.226438 0 0 0 0 0 0 -8.242591 0 0 0 0 0 0 -8.259508 0 0 0 0 0 0 -8.275724 0 0 0 0 0 0 -8.292563 0 0 0 0 0 0 -8.308858 0 0 0 0 0 0 -8.325594 0 0 0 0 0 0 -8.341991 0 0 0 0 0 0 -8.35856 0 0 0 0 0 0 -8.375591 0 0 0 0 0 0 -8.391691 0 0 0 0 0 0 -8.408669 0 0 0 0 0 0 -8.425691 0 0 0 0 0 0 -8.441692 0 0 0 0 0 0 -8.458707 0 0 0 0 0 0 -8.474717 0 0 0 0 0 0 -8.491092 0 0 0 0 0 0 -8.507745 0 0 0 0 0 0 -8.524225 0 0 0 0 0 0 -8.540792 0 0 0 0 0 0 -8.557881 0 0 0 0 0 0 -8.574888 0 0 0 0 0 0 -8.590491 0 0 0 0 0 0 -8.607058 0 0 0 0 0 0 -8.623919 0 0 0 0 0 0 -8.640191 0 0 0 0 0 0 -8.656943 0 0 0 0 0 0 -8.673325 0 0 0 0 0 0 -8.68997 0 0 0 0 0 0 -8.706977 0 0 0 0 0 0 -8.723025 0 0 0 0 0 0 -8.739944 0 0 0 0 0 0 -8.756157 0 0 0 0 0 0 -8.773015 0 0 0 0 0 0 -8.789291 0 0 0 0 0 0 -8.80603 0 0 0 0 0 0 -8.823037 0 0 0 0 0 0 -8.839071 0 0 0 0 0 0 -8.855558 0 0 0 0 0 0 -8.872132 0 0 0 0 0 0 -8.889122 0 0 0 0 0 0 -8.90526 0 0 0 0 0 0 -8.92211 0 0 0 0 0 0 -8.938392 0 0 0 0 0 0 -8.954957 0 0 0 0 0 0 -8.972171 0 0 0 0 0 0 -8.988125 0 0 0 0 0 0 -9.033013 0 0 0 0 0 0 -9.05016 0 0 0 0 0 0 -9.066179 0 0 0 0 0 0 -9.082729 0 0 0 0 0 0 -9.099289 0 0 0 0 0 0 -9.115852 0 0 0 0 0 0 -9.132437 0 0 0 0 0 0 -9.148997 0 0 0 0 0 0 -9.165549 0 0 0 0 0 0 -9.182244 0 0 0 0 0 0 -9.198683 0 0 0 0 0 0 -9.215279 0 0 0 0 0 0 -9.231816 0 0 0 0 0 0 -9.248383 0 0 0 0 0 0 -9.265291 0 0 0 0 0 0 -9.281516 0 0 0 0 0 0 -9.298478 0 0 0 0 0 0 -9.314651 0 0 0 0 0 0 -9.331218 0 0 0 0 0 0 -9.348457 0 0 0 0 0 0 -9.364351 0 0 0 0 0 0 -9.381567 0 0 0 0 0 0 -9.397542 0 0 0 0 0 0 -9.414052 0 0 0 0 0 0 -9.430696 0 0 0 0 0 0 -9.447701 0 0 0 0 0 0 -9.463752 0 0 0 0 0 0 -9.480732 0 0 0 0 0 0 -9.496952 0 0 0 0 0 0 -9.513708 0 0 0 0 0 0 -9.530019 0 0 0 0 0 0 -9.546726 0 0 0 0 0 0 -9.563151 0 0 0 0 0 0 -9.579797 0 0 0 0 0 0 -9.596808 0 0 0 0 0 0 -9.612851 0 0 0 0 0 0 -9.629833 0 0 0 0 0 0 -9.645985 0 0 0 0 0 0 -9.662769 0 0 0 0 0 0 -9.679118 0 0 0 0 0 0 -9.695685 0 0 0 0 0 0 -9.712251 0 0 0 0 0 0 -9.728828 0 0 0 0 0 0 -9.745836 0 0 0 0 0 0 -9.761952 0 0 0 0 0 0 -9.778944 0 0 0 0 0 0 -9.795085 0 0 0 0 0 0 -9.811879 0 0 0 0 0 0 -9.828218 0 0 0 0 0 0 -9.844934 0 0 0 0 0 0 -9.861352 0 0 0 0 0 0 -9.877944 0 0 0 0 0 0 -9.894485 0 0 0 0 0 0 -9.911052 0 0 0 0 0 0 +7.095205 -0.04333932 -0.06197453 0.2527968 -0.07973658 0.02932706 0.02233444 0 0 0 0 0 0 +7.110991 -0.04336386 -0.06194249 0.2528416 -0.07972591 0.02924364 0.02239527 0 0 0 0 0 0 +7.127579 -0.04343332 -0.06185184 0.2529683 -0.07969569 0.02900757 0.02256738 0 0 0 0 0 0 +7.144122 -0.04368799 -0.06160858 0.2530567 -0.07969745 0.02833578 0.02281486 0 0 0 0 0 0 +7.160696 -0.04372863 -0.06144416 0.2531266 -0.0796641 0.02796882 0.02227844 0 0 0 0 0 0 +7.177292 -0.04380123 -0.06128243 0.2532038 -0.07963692 0.02758587 0.02195097 0 0 0 0 0 0 +7.193824 -0.04384826 -0.06115799 0.2532647 -0.07995088 0.02724117 0.02038353 0 0 0 0 0 0 +7.210389 -0.04385342 -0.06110035 0.2532695 -0.08000841 0.02690215 0.01946549 0 0 0 0 0 0 +7.227311 -0.04387024 -0.06102625 0.2532643 -0.07949253 0.02668749 0.01933493 0 0 0 0 0 0 +7.243533 -0.04388502 -0.06096102 0.2532592 -0.07902542 0.02650074 0.0192358 0 0 0 0 0 0 +7.260094 -0.04395782 -0.06091933 0.2533011 -0.07971936 0.02594621 0.01939392 0 0 0 0 0 0 +7.276662 -0.04399858 -0.06089744 0.2533086 -0.07970946 0.02573337 0.01896391 0 0 0 0 0 0 +7.293397 -0.04403903 -0.06087461 0.2533169 -0.07971624 0.02551411 0.01857069 0 0 0 0 0 0 +7.309793 -0.04407873 -0.06087981 0.2533368 -0.07992803 0.0249448 0.01819393 0 0 0 0 0 0 +7.326382 -0.04413325 -0.06088173 0.2533715 -0.07972207 0.02446342 0.01762856 0 0 0 0 0 0 +7.342927 -0.04418389 -0.06088312 0.2534031 -0.07954936 0.02401045 0.01710548 0 0 0 0 0 0 +7.359493 -0.04425288 -0.06093399 0.253473 -0.07896283 0.02341847 0.01603261 0 0 0 0 0 0 +7.376433 -0.04424418 -0.0610318 0.253535 -0.07792992 0.02276454 0.01568842 0 0 0 0 0 0 +7.392631 -0.04423958 -0.06112471 0.2535959 -0.07694369 0.02212544 0.01531885 0 0 0 0 0 0 +7.409197 -0.04410447 -0.06122519 0.2536994 -0.07677482 0.0215697 0.01525486 0 0 0 0 0 0 +7.426504 -0.0438326 -0.0614323 0.2539236 -0.07564622 0.02110783 0.01526408 0 0 0 0 0 0 +7.442547 -0.04359951 -0.06161106 0.2541164 -0.07467481 0.02069459 0.015265 0 0 0 0 0 0 +7.459574 -0.04284391 -0.06157802 0.2544375 -0.07635248 0.0209706 0.01309509 0 0 0 0 0 0 +7.475463 -0.04183054 -0.06154798 0.2547209 -0.07798197 0.02432215 0.01143905 0 0 0 0 0 0 +7.492029 -0.04081093 -0.06151965 0.2550101 -0.07961529 0.02762889 0.009755484 0 0 0 0 0 0 +7.508599 -0.03873147 -0.06171492 0.2552108 -0.0792697 0.04226332 0.0075853 0 0 0 0 0 0 +7.525577 -0.03537177 -0.06159258 0.2555356 -0.07636549 0.07421373 0.01751766 0 0 0 0 0 0 +7.541733 -0.03234509 -0.0614861 0.2558295 -0.0737142 0.1027943 0.02629779 0 0 0 0 0 0 +7.558293 -0.02519352 -0.06337777 0.2540653 -0.07143309 0.1666545 0.02241964 0 0 0 0 0 0 +7.57561 -0.01804141 -0.06501809 0.2523156 -0.06070891 0.2289782 0.03771215 0 0 0 0 0 0 +7.591648 -0.01168303 -0.06646135 0.2491919 -0.03880895 0.2918767 0.06012464 0 0 0 0 0 0 +7.608678 -0.006432187 -0.06740095 0.2439638 -0.008343152 0.3484177 0.07819265 0 0 0 0 0 0 +7.624669 -0.002101534 -0.0703887 0.2384447 0.01866473 0.3984245 0.07811522 0 0 0 0 0 0 +7.64171 0.001484467 -0.07246232 0.2325953 0.04458302 0.4346797 0.08109812 0 0 0 0 0 0 +7.65769 0.005352283 -0.07187325 0.2254317 0.07189872 0.4651338 0.1027241 0 0 0 0 0 0 +7.67426 0.009227498 -0.07176167 0.2193409 0.0780604 0.4948295 0.1079791 0 0 0 0 0 0 +7.690823 0.01195835 -0.07255462 0.2150679 0.08838118 0.5076855 0.1184286 0 0 0 0 0 0 +7.707746 0.0145654 -0.07244746 0.2121549 0.09656033 0.5102109 0.1314052 0 0 0 0 0 0 +7.724798 0.01667584 -0.07177646 0.2104491 0.1007879 0.5079259 0.145033 0 0 0 0 0 0 +7.740824 0.01853649 -0.07084988 0.209264 0.09235386 0.5095667 0.1470347 0 0 0 0 0 0 +7.757096 0.02040827 -0.0696483 0.2077118 0.08739913 0.5121527 0.1599719 0 0 0 0 0 0 +7.773655 0.02189805 -0.06837462 0.2061293 0.08729983 0.5123603 0.1670789 0 0 0 0 0 0 +7.790222 0.02298634 -0.06697695 0.2048008 0.08615691 0.5137147 0.1702636 0 0 0 0 0 0 +7.806837 0.02390787 -0.06516296 0.2035479 0.07824399 0.5175279 0.1781 0 0 0 0 0 0 +7.82337 0.02434918 -0.0640628 0.2030204 0.07494404 0.5174023 0.1790578 0 0 0 0 0 0 +7.839925 0.02472246 -0.06304757 0.2028538 0.07198408 0.517569 0.1864481 0 0 0 0 0 0 +7.856487 0.02487053 -0.06255275 0.2030063 0.06855948 0.518344 0.1889112 0 0 0 0 0 0 +7.873066 0.02478577 -0.06205717 0.2034125 0.06479936 0.5176886 0.1885478 0 0 0 0 0 0 +7.889964 0.02441793 -0.06149371 0.2039532 0.05993958 0.5165508 0.182509 0 0 0 0 0 0 +7.906187 0.02394231 -0.06094506 0.2045841 0.05478732 0.5147903 0.1742705 0 0 0 0 0 0 +7.922914 0.02340529 -0.06068935 0.2054561 0.05097667 0.5119421 0.1691367 0 0 0 0 0 0 +7.939961 0.02252211 -0.06039158 0.2066614 0.04371935 0.5097594 0.1624942 0 0 0 0 0 0 +7.955961 0.02118506 -0.05972536 0.2077596 0.03227413 0.5033482 0.1564531 0 0 0 0 0 0 +7.97296 0.0188461 -0.05928044 0.2091898 0.02302854 0.4896094 0.1518752 0 0 0 0 0 0 +7.989028 0.01618323 -0.05870192 0.2103819 0.02569182 0.4679477 0.1372187 0 0 0 0 0 0 +8.00559 0.01414037 -0.05989853 0.2133754 0.03625306 0.4351021 0.1271915 0 0 0 0 0 0 +8.023017 0.01153341 -0.06031367 0.2178557 0.02539808 0.3890079 0.110948 0 0 0 0 0 0 +8.039021 0.006977818 -0.06173025 0.2225907 0.02772306 0.3242354 0.0923818 0 0 0 0 0 0 +8.055297 0.0005107417 -0.06337421 0.225215 0.02420279 0.2678099 0.07451885 0 0 0 0 0 0 +8.071857 -0.005135152 -0.06410737 0.2283437 0.01407046 0.2147102 0.04276775 0 0 0 0 0 0 +8.088422 -0.009813222 -0.06488717 0.2311884 0.002811122 0.1788679 -0.002194498 0 0 0 0 0 0 +8.105083 -0.01294168 -0.0648655 0.2335753 -0.01564103 0.1582707 -0.03142419 0 0 0 0 0 0 +8.121573 -0.01417714 -0.06503354 0.2351335 -0.02424544 0.1511287 -0.04419352 0 0 0 0 0 0 +8.13912 -0.01466279 -0.06575729 0.2358499 -0.02955011 0.1480095 -0.0427862 0 0 0 0 0 0 +8.155089 -0.01517866 -0.06664717 0.2355247 -0.02856667 0.1475536 -0.03293289 0 0 0 0 0 0 +8.17126 -0.01584607 -0.06749007 0.2348492 -0.02293831 0.1490269 -0.02138034 0 0 0 0 0 0 +8.188179 -0.01671137 -0.06772035 0.2339793 -0.01890491 0.1501365 -0.01543515 0 0 0 0 0 0 +8.204392 -0.01743363 -0.06752731 0.2333422 -0.0187134 0.1501791 -0.013314 0 0 0 0 0 0 +8.221177 -0.01814858 -0.06731488 0.2327472 -0.01643766 0.1505453 -0.01331646 0 0 0 0 0 0 +8.237521 -0.01848718 -0.06735761 0.2325686 -0.01584509 0.1513429 -0.01569008 0 0 0 0 0 0 +8.25418 -0.0185919 -0.06759311 0.2325721 -0.01303292 0.1518347 -0.01733656 0 0 0 0 0 0 +8.270657 -0.01864742 -0.06763253 0.2325882 -0.01061336 0.1511405 -0.01724859 0 0 0 0 0 0 +8.287221 -0.01873007 -0.06747565 0.2325091 -0.009819712 0.1495351 -0.0170325 0 0 0 0 0 0 +8.303794 -0.01876939 -0.06711692 0.2324413 -0.009835754 0.1481346 -0.01568373 0 0 0 0 0 0 +8.320364 -0.01871883 -0.06647795 0.2326151 -0.0086584 0.1470085 -0.01367418 0 0 0 0 0 0 +8.337235 -0.01869954 -0.06568347 0.2329976 -0.009417314 0.1454819 -0.01114478 0 0 0 0 0 0 +8.353488 -0.01866785 -0.06478775 0.2335131 -0.01039314 0.143377 -0.008178579 0 0 0 0 0 0 +8.370057 -0.01869709 -0.06392665 0.234509 -0.01451653 0.1407619 -0.006832126 0 0 0 0 0 0 +8.386622 -0.01855804 -0.062993 0.2355916 -0.01842115 0.1399191 -0.007623597 0 0 0 0 0 0 +8.403288 -0.01828119 -0.06152476 0.2364827 -0.02223379 0.1386477 -0.01169466 0 0 0 0 0 0 +8.419763 -0.01773085 -0.05869819 0.2371801 -0.03243972 0.137148 -0.01154141 0 0 0 0 0 0 +8.436329 -0.01681431 -0.05495997 0.2372116 -0.05217461 0.1410665 -0.01548122 0 0 0 0 0 0 +8.453344 -0.01613329 -0.04935479 0.2364271 -0.1038667 0.1428262 -0.01131585 0 0 0 0 0 0 +8.469462 -0.01582417 -0.04278177 0.2344803 -0.1590787 0.144624 -0.003222302 0 0 0 0 0 0 +8.48603 -0.01556779 -0.033232 0.2315812 -0.2300812 0.1509812 0.01679027 0 0 0 0 0 0 +8.50259 -0.01601101 -0.02391195 0.2279701 -0.3085833 0.1554948 0.03836649 0 0 0 0 0 0 +8.51916 -0.01682752 -0.01372394 0.2223945 -0.3984857 0.1547855 0.04772243 0 0 0 0 0 0 +8.535736 -0.01804347 -0.005724639 0.2147114 -0.4655191 0.1538572 0.05144764 0 0 0 0 0 0 +8.552289 -0.01918397 0.000351131 0.2078451 -0.5109249 0.1573159 0.05784798 0 0 0 0 0 0 +8.56949 -0.01998091 0.005240679 0.2003534 -0.5555729 0.1597967 0.05890335 0 0 0 0 0 0 +8.585529 -0.02059529 0.007657528 0.1945931 -0.5902798 0.1608536 0.05547167 0 0 0 0 0 0 +8.602507 -0.02061967 0.008275807 0.1914493 -0.6045854 0.1626582 0.05514048 0 0 0 0 0 0 +8.618553 -0.02015175 0.00804922 0.1896111 -0.6099724 0.1634917 0.05666819 0 0 0 0 0 0 +8.635121 -0.01966265 0.00824216 0.189005 -0.606792 0.1609531 0.0570517 0 0 0 0 0 0 +8.651691 -0.01920867 0.008554876 0.1889145 -0.6019436 0.1573874 0.05998528 0 0 0 0 0 0 +8.668626 -0.01886435 0.009044617 0.1891367 -0.5977587 0.1551362 0.06375569 0 0 0 0 0 0 +8.685547 -0.01857751 0.009193718 0.1895348 -0.5928202 0.154976 0.0666268 0 0 0 0 0 0 +8.701596 -0.01834896 0.008948475 0.1899392 -0.5897817 0.1544856 0.06596476 0 0 0 0 0 0 +8.717959 -0.01801941 0.008412451 0.1905636 -0.5854614 0.153412 0.06185284 0 0 0 0 0 0 +8.734682 -0.01780879 0.008027494 0.1909331 -0.5845999 0.1538188 0.05743299 0 0 0 0 0 0 +8.751616 -0.01770983 0.007334083 0.1914526 -0.5832333 0.1554025 0.05322312 0 0 0 0 0 0 +8.767654 -0.0177013 0.006876647 0.1917765 -0.5826641 0.1569418 0.05077618 0 0 0 0 0 0 +8.784229 -0.01782792 0.006485283 0.1921014 -0.5820795 0.1584027 0.0504142 0 0 0 0 0 0 +8.800801 -0.01820891 0.005682945 0.1927836 -0.5793064 0.1583881 0.05180034 0 0 0 0 0 0 +8.817649 -0.01861452 0.005247474 0.193299 -0.5777107 0.1569677 0.05186305 0 0 0 0 0 0 +8.834647 -0.01901124 0.004418939 0.1941105 -0.574624 0.1560102 0.05268144 0 0 0 0 0 0 +8.85069 -0.0192403 0.003557742 0.1950345 -0.5702202 0.1551421 0.05440897 0 0 0 0 0 0 +8.867095 -0.01917949 0.002705783 0.1960233 -0.5629547 0.1570776 0.06146766 0 0 0 0 0 0 +8.883794 -0.01873401 0.001398712 0.1974602 -0.5522942 0.1571819 0.06390642 0 0 0 0 0 0 +8.900189 -0.01788048 -0.0008240938 0.1999282 -0.5257918 0.1629446 0.06909734 0 0 0 0 0 0 +8.916759 -0.01657079 -0.005011559 0.2044085 -0.4865533 0.1647895 0.06794213 0 0 0 0 0 0 +8.933324 -0.01594468 -0.009084284 0.2084345 -0.440091 0.1631949 0.06761645 0 0 0 0 0 0 +8.949891 -0.01584326 -0.01439965 0.2135179 -0.36937 0.1586065 0.06960039 0 0 0 0 0 0 +8.966457 -0.01592796 -0.02025312 0.2177424 -0.3073093 0.1489913 0.06247263 0 0 0 0 0 0 +8.98303 -0.01589053 -0.02735904 0.2212525 -0.2452452 0.1394305 0.04961462 0 0 0 0 0 0 +8.999915 -0.01577185 -0.03554985 0.2240436 -0.1915939 0.1326518 0.03503941 0 0 0 0 0 0 +9.016169 -0.01554052 -0.04119366 0.2259359 -0.1507113 0.1306421 0.02783592 0 0 0 0 0 0 +9.03279 -0.01551347 -0.04613721 0.2278492 -0.1186724 0.1275153 0.01549303 0 0 0 0 0 0 +9.049291 -0.0157767 -0.04930758 0.2291672 -0.09905749 0.1230789 0.005559185 0 0 0 0 0 0 +9.06586 -0.01609336 -0.0526576 0.2305607 -0.07871464 0.1175349 -0.00601131 0 0 0 0 0 0 +9.082851 -0.01723772 -0.05201301 0.2311268 -0.09822451 0.109354 -0.01247396 0 0 0 0 0 0 +9.098989 -0.01821144 -0.05327331 0.2317852 -0.08911221 0.1005838 -0.02342675 0 0 0 0 0 0 +9.116035 -0.01875508 -0.05418226 0.232268 -0.08483769 0.09622117 -0.02874417 0 0 0 0 0 0 +9.132125 -0.01888601 -0.0548189 0.232634 -0.0814962 0.09442813 -0.02869985 0 0 0 0 0 0 +9.148877 -0.01863247 -0.05499727 0.2327176 -0.08243719 0.09401184 -0.02590097 0 0 0 0 0 0 +9.165254 -0.01820241 -0.05518982 0.2325758 -0.08506343 0.0949278 -0.02322514 0 0 0 0 0 0 +9.181957 -0.01781869 -0.05547231 0.2323433 -0.08763463 0.09695359 -0.02001864 0 0 0 0 0 0 +9.198395 -0.01774543 -0.0556137 0.2321384 -0.08815415 0.09912855 -0.01606635 0 0 0 0 0 0 +9.214958 -0.01785852 -0.05572912 0.2321109 -0.08940569 0.1002943 -0.01350094 0 0 0 0 0 0 +9.231522 -0.01805146 -0.05583327 0.2321765 -0.09039944 0.1009288 -0.01199174 0 0 0 0 0 0 +9.248092 -0.01823881 -0.05591774 0.2323267 -0.09110695 0.1015265 -0.01071417 0 0 0 0 0 0 +9.26498 -0.01832519 -0.05586863 0.2324907 -0.09227327 0.102369 -0.009801125 0 0 0 0 0 0 +9.281231 -0.01824076 -0.05584064 0.2326185 -0.09508783 0.1032675 -0.008727099 0 0 0 0 0 0 +9.297993 -0.01822793 -0.05585209 0.2325871 -0.09669581 0.1030477 -0.006901618 0 0 0 0 0 0 +9.314355 -0.01819004 -0.0557819 0.2324568 -0.09758664 0.103426 -0.004794726 0 0 0 0 0 0 +9.331016 -0.01807317 -0.05575243 0.2323308 -0.09707362 0.104806 -0.003765434 0 0 0 0 0 0 +9.34749 -0.01797421 -0.05560903 0.2322813 -0.0982831 0.105102 -0.002590116 0 0 0 0 0 0 +9.364058 -0.01790117 -0.05554061 0.2322086 -0.09868003 0.1055912 -0.001562639 0 0 0 0 0 0 +9.380622 -0.0178424 -0.05554685 0.2321572 -0.09837146 0.1062985 -0.0005380511 0 0 0 0 0 0 +9.397194 -0.01776282 -0.05547443 0.2321049 -0.09949767 0.1066206 -0.0009625382 0 0 0 0 0 0 +9.414136 -0.01763153 -0.05541345 0.2320189 -0.1005701 0.1069949 -0.001189398 0 0 0 0 0 0 +9.430327 -0.01749799 -0.05535434 0.2319314 -0.101624 0.1073639 -0.001402158 0 0 0 0 0 0 diff --git a/Assets/Record/Recorded/testrotation.meta b/Assets/Record/Recorded/testrotation.meta new file mode 100644 index 0000000..548753c --- /dev/null +++ b/Assets/Record/Recorded/testrotation.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 5a83069704840264e995bca0ba5d4b59 +folderAsset: yes +timeCreated: 1513161804 +licenseType: Free +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Record/Recorded/testrotation/0.txt b/Assets/Record/Recorded/testrotation/0.txt new file mode 100644 index 0000000..d09dee8 --- /dev/null +++ b/Assets/Record/Recorded/testrotation/0.txt @@ -0,0 +1,107 @@ +Gesture: testrotation; Author: user; Recorded: +timestamp l_palm_pos_x l_palm_pos_y l_palm_pos_z r_palm_pos_x r_palm_pos_y r_palm_pos_z +15.556 -0.01072164 -0.05478165 0.2847077 -0.140521 0.112333 0.0397931 0 0 0 0 0 0 +15.57289 -0.01077178 -0.05486734 0.2848873 -0.1400308 0.1112893 0.0393674 0 0 0 0 0 0 +15.58915 -0.01080465 -0.05482329 0.2851054 -0.1403628 0.1099211 0.03866063 0 0 0 0 0 0 +15.60589 -0.0107612 -0.0546024 0.285298 -0.1412923 0.108466 0.03806435 0 0 0 0 0 0 +15.62292 -0.0106886 -0.05431464 0.2854772 -0.1424517 0.1070026 0.03751833 0 0 0 0 0 0 +15.63893 -0.01043299 -0.05351967 0.2856596 -0.1448221 0.1051381 0.03661359 0 0 0 0 0 0 +15.6554 -0.01009396 -0.05264057 0.2858455 -0.1471518 0.1043164 0.04140114 0 0 0 0 0 0 +15.67196 -0.009751725 -0.05134057 0.2859173 -0.1527241 0.1034805 0.04297385 0 0 0 0 0 0 +15.68895 -0.009314162 -0.04983723 0.2858509 -0.1628824 0.1033102 0.04573654 0 0 0 0 0 0 +15.70596 -0.008849347 -0.04825303 0.2856764 -0.173316 0.1039243 0.04809629 0 0 0 0 0 0 +15.72198 -0.008392142 -0.046698 0.2853678 -0.1844339 0.1048769 0.05052965 0 0 0 0 0 0 +15.73823 -0.007921088 -0.04502398 0.284966 -0.1948741 0.10631 0.05361661 0 0 0 0 0 0 +15.75511 -0.007425663 -0.04330435 0.284471 -0.2077463 0.1079292 0.05724371 0 0 0 0 0 0 +15.77136 -0.006957315 -0.04198956 0.2841295 -0.2155135 0.1102562 0.05885801 0 0 0 0 0 0 +15.78806 -0.006273658 -0.04010811 0.2835751 -0.2261033 0.1139892 0.06332197 0 0 0 0 0 0 +15.80505 -0.005740459 -0.03823128 0.2829581 -0.2354792 0.1165374 0.06745929 0 0 0 0 0 0 +15.82205 -0.005196082 -0.03657675 0.2823051 -0.2446298 0.1193168 0.07117587 0 0 0 0 0 0 +15.83806 -0.004366018 -0.03471234 0.2813764 -0.2575434 0.1241298 0.07603584 0 0 0 0 0 0 +15.85419 -0.003336491 -0.03288811 0.2803304 -0.2698591 0.1319923 0.08171072 0 0 0 0 0 0 +15.87113 -0.001825034 -0.03115213 0.2792143 -0.2797221 0.1441451 0.09201691 0 0 0 0 0 0 +15.88733 0.0001678637 -0.02945438 0.2783878 -0.2878559 0.1634133 0.1061849 0 0 0 0 0 0 +15.90415 0.002849355 -0.02756566 0.2774264 -0.2919603 0.1894618 0.1206935 0 0 0 0 0 0 +15.92046 0.005123341 -0.02614763 0.276633 -0.2928502 0.2093612 0.1310306 0 0 0 0 0 0 +15.9371 0.008759002 -0.02390292 0.2753736 -0.2858562 0.2364579 0.1418765 0 0 0 0 0 0 +15.95361 0.01201679 -0.02180928 0.2738216 -0.2836919 0.25877 0.1496474 0 0 0 0 0 0 +15.97016 0.01559058 -0.02001414 0.2722287 -0.274601 0.2816847 0.1570149 0 0 0 0 0 0 +15.98716 0.01919501 -0.01878813 0.2696014 -0.2702808 0.3053104 0.1594876 0 0 0 0 0 0 +16.00329 0.02196905 -0.01870587 0.2669109 -0.2626595 0.3235453 0.1612937 0 0 0 0 0 0 +16.02018 0.02380273 -0.02010879 0.2645016 -0.2440129 0.3350578 0.1694906 0 0 0 0 0 0 +16.03644 0.02585151 -0.02296463 0.261697 -0.2164707 0.3479073 0.1832788 0 0 0 0 0 0 +16.05318 0.02814873 -0.02636328 0.2594161 -0.1900813 0.3573954 0.1848473 0 0 0 0 0 0 +16.07025 0.03110869 -0.03030315 0.2574883 -0.1554823 0.3682975 0.1742856 0 0 0 0 0 0 +16.08621 0.03320514 -0.03384641 0.2561395 -0.1248415 0.3740202 0.1662182 0 0 0 0 0 0 +16.10269 0.03513891 -0.03854844 0.25447 -0.08931901 0.3789062 0.1576711 0 0 0 0 0 0 +16.11926 0.03693594 -0.04440165 0.2526813 -0.04689089 0.386689 0.1557919 0 0 0 0 0 0 +16.13629 0.03829401 -0.05018772 0.2512312 -0.01462041 0.3931917 0.1440646 0 0 0 0 0 0 +16.15327 0.03909536 -0.05499324 0.2501344 0.02228673 0.3918039 0.1320287 0 0 0 0 0 0 +16.16927 0.03971191 -0.0602092 0.24947 0.05427127 0.3877918 0.09846652 0 0 0 0 0 0 +16.18553 0.03933837 -0.0661466 0.2492443 0.08570448 0.3759498 0.0717999 0 0 0 0 0 0 +16.2023 0.03843208 -0.07202585 0.2490594 0.1303141 0.3545623 0.06404167 0 0 0 0 0 0 +16.21867 0.03704586 -0.07865253 0.2484693 0.1868992 0.328856 0.05750358 0 0 0 0 0 0 +16.23536 0.03659026 -0.08253394 0.2498532 0.1536995 0.3512068 0.06038304 0 0 0 0 0 0 +16.25179 0.03445742 -0.08695644 0.2503597 0.1639373 0.3490899 0.02854601 0 0 0 0 0 0 +16.26836 0.03197374 -0.0912689 0.2512679 0.1751172 0.3420677 0.01515495 0 0 0 0 0 0 +16.28536 0.02904042 -0.09598349 0.2520156 0.188245 0.3287807 -0.007854966 0 0 0 0 0 0 +16.30236 0.02606199 -0.1005926 0.2537241 0.1961019 0.3091157 -0.01001184 0 0 0 0 0 0 +16.3184 0.0223825 -0.1057816 0.2557221 0.2073762 0.2951612 -0.03195382 0 0 0 0 0 0 +16.3354 0.01716148 -0.10716 0.2579732 0.2050072 0.2681999 -0.04469391 0 0 0 0 0 0 +16.3514 0.01291289 -0.1053686 0.2594596 0.1904493 0.2392977 -0.0363525 0 0 0 0 0 0 +16.36776 0.008353638 -0.1066631 0.2599404 0.1812197 0.2051382 -0.03312003 0 0 0 0 0 0 +16.38444 0.004638867 -0.109174 0.2627346 0.1780511 0.1680556 -0.0369402 0 0 0 0 0 0 +16.40091 0.004449134 -0.1161392 0.2691883 0.1869464 0.1507318 -0.05910855 0 0 0 0 0 0 +16.41753 -0.0006437094 -0.1216194 0.2751333 0.1829981 0.1292466 -0.08172728 0 0 0 0 0 0 +16.4345 -0.006845961 -0.1260283 0.2794949 0.1823759 0.1038981 -0.09747563 0 0 0 0 0 0 +16.45059 -0.01099804 -0.1282442 0.2821034 0.1792099 0.09047346 -0.1163608 0 0 0 0 0 0 +16.46749 -0.01352171 -0.1272013 0.2831899 0.1776088 0.08974083 -0.1436713 0 0 0 0 0 0 +16.48378 -0.01610319 -0.1211493 0.2801181 0.1526655 0.08545409 -0.1646452 0 0 0 0 0 0 +16.50052 -0.01932633 -0.1152089 0.2781962 0.1272072 0.07111324 -0.1781074 0 0 0 0 0 0 +16.51753 -0.02215743 -0.1142024 0.2803457 0.1027067 0.05214518 -0.188327 0 0 0 0 0 0 +16.53355 -0.02325048 -0.1158621 0.2835141 0.09027573 0.03943923 -0.1868017 0 0 0 0 0 0 +16.55056 -0.0249438 -0.1151335 0.2862048 0.07547545 0.02750971 -0.183997 0 0 0 0 0 0 +16.5666 -0.0264489 -0.112408 0.2884686 0.06292798 0.02187112 -0.1764456 0 0 0 0 0 0 +16.58314 -0.02774326 -0.1087473 0.2901124 0.04031733 0.004377786 -0.1710655 0 0 0 0 0 0 +16.60061 -0.02848069 -0.1043092 0.2919244 0.01538768 -0.01251416 -0.1684715 0 0 0 0 0 0 +16.61664 -0.02860038 -0.1000084 0.2927923 -0.01094013 -0.02216487 -0.168539 0 0 0 0 0 0 +16.63283 -0.02854627 -0.0953376 0.2921121 -0.04607255 -0.03333541 -0.1658339 0 0 0 0 0 0 +16.64961 -0.0283261 -0.09212197 0.2916377 -0.06570856 -0.03637485 -0.1591611 0 0 0 0 0 0 +16.66669 -0.02771944 -0.0890308 0.2916738 -0.09268314 -0.03896644 -0.1489409 0 0 0 0 0 0 +16.68269 -0.02712131 -0.08539188 0.2915485 -0.1181919 -0.03260404 -0.148639 0 0 0 0 0 0 +16.6991 -0.02651316 -0.08046697 0.2912448 -0.1457512 -0.02982018 -0.1330616 0 0 0 0 0 0 +16.71569 -0.02576067 -0.07582711 0.2909926 -0.1579532 -0.02095701 -0.1244844 0 0 0 0 0 0 +16.73268 -0.02479598 -0.07136807 0.2908182 -0.177519 -0.01379024 -0.1161337 0 0 0 0 0 0 +16.7488 -0.02365675 -0.06762156 0.2902097 -0.1958347 -0.007687425 -0.1047981 0 0 0 0 0 0 +16.76572 -0.02235858 -0.0641662 0.2892706 -0.2083314 0.002807157 -0.08737136 0 0 0 0 0 0 +16.78271 -0.02111595 -0.06070441 0.2885668 -0.2203947 0.01294373 -0.0667585 0 0 0 0 0 0 +16.79873 -0.01971627 -0.05761504 0.2876026 -0.2293783 0.02395 -0.04597261 0 0 0 0 0 0 +16.81506 -0.01818502 -0.05550955 0.2866316 -0.2306421 0.03547332 -0.02711727 0 0 0 0 0 0 +16.83176 -0.01674785 -0.05301967 0.2855421 -0.2323005 0.04578333 -0.002896582 0 0 0 0 0 0 +16.84881 -0.01503088 -0.0504345 0.2843639 -0.2266738 0.0628473 0.02970698 0 0 0 0 0 0 +16.86482 -0.0129963 -0.04870623 0.2835411 -0.2225104 0.08131598 0.05173938 0 0 0 0 0 0 +16.88133 -0.01064508 -0.04743415 0.282881 -0.220002 0.09770308 0.06421021 0 0 0 0 0 0 +16.89791 -0.008193845 -0.04646483 0.2819315 -0.217061 0.1151737 0.07317676 0 0 0 0 0 0 +16.91483 -0.006395889 -0.04566205 0.2807949 -0.2127171 0.1249117 0.07545348 0 0 0 0 0 0 +16.93104 -0.005294154 -0.04514593 0.279839 -0.2072835 0.1291044 0.07658511 0 0 0 0 0 0 +16.9479 -0.004519476 -0.04478472 0.2793217 -0.2006991 0.1296186 0.07627348 0 0 0 0 0 0 +16.96416 -0.003979058 -0.04478312 0.2792315 -0.1912269 0.1292302 0.0738561 0 0 0 0 0 0 +16.98084 -0.003552668 -0.0445343 0.279335 -0.185892 0.1279184 0.07226753 0 0 0 0 0 0 +16.9973 -0.003179652 -0.04435664 0.2794417 -0.1811437 0.1262092 0.07059275 0 0 0 0 0 0 +17.01389 -0.003015041 -0.04419902 0.2795659 -0.177962 0.1244538 0.06763033 0 0 0 0 0 0 +17.03043 -0.002916052 -0.04425037 0.2797066 -0.1779573 0.1234298 0.06577539 0 0 0 0 0 0 +17.047 -0.002921661 -0.04439637 0.2798216 -0.1780445 0.1223353 0.06305019 0 0 0 0 0 0 +17.06356 -0.002892897 -0.04448619 0.2799792 -0.1783466 0.1214977 0.06173864 0 0 0 0 0 0 +17.08013 -0.002954734 -0.04470199 0.2801842 -0.1779493 0.1211169 0.06028929 0 0 0 0 0 0 +17.09697 -0.003153661 -0.04519549 0.2805195 -0.1756838 0.1206774 0.05793548 0 0 0 0 0 0 +17.11327 -0.003395665 -0.04581311 0.280843 -0.1762767 0.1197957 0.05647577 0 0 0 0 0 0 +17.12997 -0.00365038 -0.04637727 0.2812099 -0.172842 0.1186836 0.05505387 0 0 0 0 0 0 +17.14699 -0.003903845 -0.04657921 0.2814473 -0.1725121 0.1175269 0.0546057 0 0 0 0 0 0 +17.16302 -0.004065516 -0.04658139 0.2815778 -0.1720033 0.116826 0.05265337 0 0 0 0 0 0 +17.18001 -0.004200671 -0.04647058 0.2816077 -0.1724513 0.1159833 0.05094929 0 0 0 0 0 0 +17.19609 -0.004244932 -0.0464105 0.2816176 -0.1727236 0.1157104 0.0514509 0 0 0 0 0 0 +17.21305 -0.004258885 -0.04629976 0.281623 -0.1742142 0.1161979 0.05243109 0 0 0 0 0 0 +17.2301 -0.004244125 -0.04634282 0.2816532 -0.1735873 0.1164206 0.05305169 0 0 0 0 0 0 +17.24608 -0.00422314 -0.04632699 0.281659 -0.1740204 0.1167213 0.05429379 0 0 0 0 0 0 +17.26309 -0.004235091 -0.04628852 0.281647 -0.1744519 0.116877 0.05463994 0 0 0 0 0 0 +17.27913 -0.004217001 -0.04624578 0.2816537 -0.174319 0.1172173 0.05527696 0 0 0 0 0 0 diff --git a/Assets/Record/Recorded/testrotation/0.txt.meta b/Assets/Record/Recorded/testrotation/0.txt.meta new file mode 100644 index 0000000..79b0b6e --- /dev/null +++ b/Assets/Record/Recorded/testrotation/0.txt.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 1ff151171eee160438495bab3cce2a58 +timeCreated: 1513161804 +licenseType: Free +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Record/Recorded/testrotation/1.txt b/Assets/Record/Recorded/testrotation/1.txt new file mode 100644 index 0000000..97242a2 --- /dev/null +++ b/Assets/Record/Recorded/testrotation/1.txt @@ -0,0 +1,91 @@ +Gesture: testrotation; Author: user; Recorded: +timestamp l_palm_pos_x l_palm_pos_y l_palm_pos_z r_palm_pos_x r_palm_pos_y r_palm_pos_z +17.84659 -0.006005695 -0.04632178 0.2843108 -0.1787276 0.1147206 0.06368598 0 0 0 0 0 0 +17.86296 -0.006008945 -0.04627687 0.2844625 -0.1785058 0.1144181 0.06267616 0 0 0 0 0 0 +17.87968 -0.005946509 -0.04632714 0.2847072 -0.1783177 0.1144399 0.0613155 0 0 0 0 0 0 +17.8961 -0.005702553 -0.04611555 0.2849071 -0.18324 0.1162568 0.06190187 0 0 0 0 0 0 +17.91268 -0.005212715 -0.04567981 0.2849261 -0.1915299 0.1203252 0.0602931 0 0 0 0 0 0 +17.92968 -0.004630032 -0.04515794 0.2848781 -0.2011306 0.1252352 0.05793944 0 0 0 0 0 0 +17.94579 -0.003655219 -0.04421827 0.2843775 -0.2130102 0.1346774 0.06333914 0 0 0 0 0 0 +17.96268 -0.002724247 -0.04287574 0.2834811 -0.2274492 0.1453741 0.07032081 0 0 0 0 0 0 +17.97893 -0.001300613 -0.04078484 0.2821867 -0.2445817 0.1639131 0.08305559 0 0 0 0 0 0 +17.99549 0.0005812078 -0.03917134 0.2816818 -0.2493331 0.1864554 0.1026642 0 0 0 0 0 0 +18.01205 0.003166967 -0.03668925 0.2810341 -0.2599899 0.2181707 0.1352023 0 0 0 0 0 0 +18.02868 0.005792092 -0.03408697 0.2801801 -0.2664159 0.2450118 0.1661596 0 0 0 0 0 0 +18.04518 0.008249064 -0.03257808 0.2792662 -0.2697452 0.2657098 0.1828197 0 0 0 0 0 0 +18.06179 0.01058946 -0.03117466 0.2782848 -0.2693101 0.2809099 0.1912134 0 0 0 0 0 0 +18.07889 0.01352196 -0.0291183 0.276737 -0.2672464 0.2975012 0.1952251 0 0 0 0 0 0 +18.09489 0.01591418 -0.02820897 0.2756784 -0.2565313 0.3108671 0.1972866 0 0 0 0 0 0 +18.11145 0.01842398 -0.02753055 0.2741987 -0.2476144 0.3244911 0.2013454 0 0 0 0 0 0 +18.12802 0.02011053 -0.02869943 0.2720809 -0.2391235 0.3348218 0.2013417 0 0 0 0 0 0 +18.14479 0.02174785 -0.02990142 0.2702125 -0.2261206 0.3450933 0.2055664 0 0 0 0 0 0 +18.16182 0.02336999 -0.03081194 0.2685499 -0.2088132 0.355308 0.2165759 0 0 0 0 0 0 +18.17789 0.02501391 -0.03226995 0.2669964 -0.1849488 0.3627632 0.2212422 0 0 0 0 0 0 +18.19486 0.02673371 -0.03419113 0.2657613 -0.1612237 0.3703402 0.2207739 0 0 0 0 0 0 +18.2109 0.02844578 -0.03714693 0.2648219 -0.1332201 0.3783065 0.2224033 0 0 0 0 0 0 +18.22742 0.02992078 -0.04051781 0.2637755 -0.1062222 0.3867636 0.2219009 0 0 0 0 0 0 +18.24399 0.03106267 -0.04393652 0.2626137 -0.07264344 0.3904203 0.2220085 0 0 0 0 0 0 +18.26088 0.03202742 -0.04705787 0.2619997 -0.05205247 0.3932724 0.2175981 0 0 0 0 0 0 +18.27712 0.03239357 -0.0505849 0.2613846 -0.03286311 0.393663 0.2083035 0 0 0 0 0 0 +18.29389 0.03227181 -0.05327722 0.2606804 -0.01501591 0.3899075 0.2009581 0 0 0 0 0 0 +18.31097 0.03179035 -0.05641276 0.2599673 0.009080772 0.3819428 0.1937198 0 0 0 0 0 0 +18.32692 0.03153302 -0.05949904 0.259429 0.03815296 0.3787836 0.1829338 0 0 0 0 0 0 +18.34338 0.03152083 -0.0631433 0.2592863 0.06164392 0.3783399 0.1647069 0 0 0 0 0 0 +18.35995 0.03123771 -0.06746455 0.2596729 0.08130467 0.3733069 0.14241 0 0 0 0 0 0 +18.37697 0.0306028 -0.07361743 0.260614 0.1090844 0.3581099 0.1154593 0 0 0 0 0 0 +18.39308 0.02979599 -0.07841799 0.2609677 0.135095 0.3461766 0.09730157 0 0 0 0 0 0 +18.40965 0.02752535 -0.08254999 0.2603062 0.1719068 0.3236675 0.09090402 0 0 0 0 0 0 +18.42622 0.02467825 -0.08782041 0.2595353 0.1945007 0.3180029 0.07159898 0 0 0 0 0 0 +18.443 0.02221617 -0.09184445 0.2592544 0.2046345 0.3164108 0.05308374 0 0 0 0 0 0 +18.45935 0.01985533 -0.09553751 0.2595311 0.2021482 0.3116825 0.03184448 0 0 0 0 0 0 +18.47602 0.0172871 -0.09933437 0.2606354 0.1990078 0.2988712 0.01381562 0 0 0 0 0 0 +18.49248 0.01466912 -0.1029026 0.2624477 0.2012668 0.2867534 0.001606097 0 0 0 0 0 0 +18.50908 0.01098338 -0.1035469 0.2637218 0.1927775 0.2683946 -0.01392681 0 0 0 0 0 0 +18.52563 0.006677678 -0.1032822 0.2646182 0.1811526 0.23994 -0.01391972 0 0 0 0 0 0 +18.5422 0.00299818 -0.1016343 0.26483 0.1696022 0.2069292 -0.01994933 0 0 0 0 0 0 +18.55877 -4.078507E-05 -0.1027039 0.267723 0.1671361 0.1815079 -0.02513819 0 0 0 0 0 0 +18.57532 -0.001777013 -0.105617 0.2727217 0.1530821 0.1607768 -0.03827609 0 0 0 0 0 0 +18.5921 -0.003062973 -0.1096714 0.27671 0.154033 0.149641 -0.06332684 0 0 0 0 0 0 +18.60913 -0.00599876 -0.1114095 0.279322 0.1563412 0.1256606 -0.08498295 0 0 0 0 0 0 +18.62513 -0.008612744 -0.1105837 0.2814505 0.1501612 0.1138043 -0.1127288 0 0 0 0 0 0 +18.64158 -0.01153217 -0.1085072 0.2832828 0.1336373 0.101757 -0.1288349 0 0 0 0 0 0 +18.65818 -0.01563098 -0.1039903 0.2861155 0.09512479 0.08198633 -0.1465148 0 0 0 0 0 0 +18.67519 -0.01927573 -0.1006495 0.2885813 0.06960894 0.06835365 -0.1671034 0 0 0 0 0 0 +18.69129 -0.02190219 -0.09851266 0.2905485 0.05492192 0.05940574 -0.1792355 0 0 0 0 0 0 +18.70819 -0.02419996 -0.09638563 0.2929286 0.04173739 0.04858822 -0.1749345 0 0 0 0 0 0 +18.72442 -0.02570113 -0.09419829 0.2952062 0.03370108 0.04105265 -0.1666279 0 0 0 0 0 0 +18.74122 -0.02682341 -0.09205367 0.2968123 0.02448519 0.03333917 -0.1543702 0 0 0 0 0 0 +18.75823 -0.02756369 -0.08927102 0.298406 0.009212092 0.02543969 -0.1418419 0 0 0 0 0 0 +18.77412 -0.02754584 -0.08656265 0.2990054 -0.009271197 0.02389982 -0.1352399 0 0 0 0 0 0 +18.7907 -0.02705156 -0.08298174 0.2989579 -0.03234431 0.02897321 -0.1322905 0 0 0 0 0 0 +18.80733 -0.02644581 -0.07900289 0.2980323 -0.05530194 0.03076534 -0.1317635 0 0 0 0 0 0 +18.82427 -0.02575495 -0.07592747 0.2968061 -0.07744949 0.02840345 -0.1281901 0 0 0 0 0 0 +18.84038 -0.02486983 -0.07308564 0.2960469 -0.09523003 0.03389896 -0.1233084 0 0 0 0 0 0 +18.85734 -0.02358259 -0.06901217 0.2958381 -0.1153267 0.04906219 -0.115023 0 0 0 0 0 0 +18.87352 -0.0225863 -0.06506197 0.2955789 -0.1345093 0.05680363 -0.1021875 0 0 0 0 0 0 +18.89033 -0.02129994 -0.06112538 0.2949032 -0.1571676 0.06429786 -0.08823776 0 0 0 0 0 0 +18.90735 -0.02007058 -0.05853865 0.2939197 -0.1746816 0.06769282 -0.07195658 0 0 0 0 0 0 +18.92335 -0.01870286 -0.05660799 0.2930939 -0.1771896 0.0734228 -0.0490957 0 0 0 0 0 0 +18.93979 -0.01741301 -0.05442707 0.2926212 -0.1789867 0.07925326 -0.02308026 0 0 0 0 0 0 +18.95638 -0.0152861 -0.05261503 0.2915319 -0.1736902 0.09397762 0.003335768 0 0 0 0 0 0 +18.97292 -0.01337644 -0.04916373 0.2907461 -0.179094 0.1112385 0.04953533 0 0 0 0 0 0 +18.98948 -0.01158215 -0.04722744 0.2894552 -0.185596 0.1231325 0.0727206 0 0 0 0 0 0 +19.00642 -0.009674272 -0.04702821 0.2880538 -0.1964945 0.1321785 0.0801308 0 0 0 0 0 0 +19.02262 -0.007827061 -0.04701364 0.2865511 -0.203071 0.1444124 0.08564591 0 0 0 0 0 0 +19.03945 -0.006280783 -0.04660237 0.2854349 -0.2038834 0.1522213 0.09323221 0 0 0 0 0 0 +19.05646 -0.005334991 -0.04599285 0.2847686 -0.2028936 0.1557329 0.08998655 0 0 0 0 0 0 +19.07251 -0.004921003 -0.0453195 0.2842769 -0.2053005 0.1561344 0.08690132 0 0 0 0 0 0 +19.08888 -0.004679484 -0.04491672 0.284122 -0.2081394 0.1557035 0.08237593 0 0 0 0 0 0 +19.10549 -0.004513292 -0.04475993 0.2840807 -0.2087116 0.1546677 0.07524493 0 0 0 0 0 0 +19.12202 -0.004609369 -0.04492715 0.2841429 -0.2087691 0.1531097 0.07132845 0 0 0 0 0 0 +19.13859 -0.004815958 -0.04508203 0.2841807 -0.2073735 0.1505724 0.06451071 0 0 0 0 0 0 +19.15553 -0.005169293 -0.04506826 0.2843504 -0.2024458 0.1479833 0.06285368 0 0 0 0 0 0 +19.17172 -0.005572705 -0.04534611 0.2846173 -0.2000968 0.145382 0.0626692 0 0 0 0 0 0 +19.18857 -0.006004201 -0.04589698 0.2849098 -0.1973009 0.1444787 0.06215988 0 0 0 0 0 0 +19.20485 -0.006492796 -0.04639018 0.2851688 -0.1952888 0.1429929 0.0617286 0 0 0 0 0 0 +19.22168 -0.007085802 -0.04697421 0.2854466 -0.1921371 0.1403288 0.06055914 0 0 0 0 0 0 +19.23798 -0.007558032 -0.04748616 0.2856958 -0.1900711 0.1383556 0.05919656 0 0 0 0 0 0 +19.25465 -0.008104314 -0.04788807 0.2859651 -0.1880847 0.1359862 0.05549105 0 0 0 0 0 0 +19.27114 -0.008595105 -0.04804951 0.2860741 -0.1885415 0.1334704 0.05428885 0 0 0 0 0 0 +19.28781 -0.008911808 -0.04841951 0.2863261 -0.1850125 0.1320915 0.05319235 0 0 0 0 0 0 +19.30425 -0.009169721 -0.04849684 0.2863106 -0.1850991 0.1301662 0.0512495 0 0 0 0 0 0 diff --git a/Assets/Record/Recorded/testrotation/1.txt.meta b/Assets/Record/Recorded/testrotation/1.txt.meta new file mode 100644 index 0000000..806e06e --- /dev/null +++ b/Assets/Record/Recorded/testrotation/1.txt.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 4084fe972fe903d4bb8f8eb9edb2d179 +timeCreated: 1513161804 +licenseType: Free +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Record/Recorded/testrotation/2.txt b/Assets/Record/Recorded/testrotation/2.txt new file mode 100644 index 0000000..3b43298 --- /dev/null +++ b/Assets/Record/Recorded/testrotation/2.txt @@ -0,0 +1,84 @@ +Gesture: testrotation; Author: user; Recorded: +timestamp l_palm_pos_x l_palm_pos_y l_palm_pos_z r_palm_pos_x r_palm_pos_y r_palm_pos_z +19.85155 -0.01160643 -0.05222423 0.2882151 -0.1779492 0.1209878 0.05473848 0 0 0 0 0 0 +19.86811 -0.01183308 -0.05220848 0.2883553 -0.1770174 0.1207262 0.05382711 0 0 0 0 0 0 +19.88467 -0.01203287 -0.05227138 0.2885083 -0.1776193 0.1196095 0.05291829 0 0 0 0 0 0 +19.90139 -0.01222609 -0.05233221 0.2886446 -0.1779854 0.1186806 0.05207438 0 0 0 0 0 0 +19.91781 -0.01243706 -0.05226193 0.2887511 -0.1763963 0.1175621 0.05270517 0 0 0 0 0 0 +19.93442 -0.01262404 -0.05201441 0.2889214 -0.1758641 0.1159744 0.05228842 0 0 0 0 0 0 +19.95094 -0.01278874 -0.05186266 0.289103 -0.1762048 0.1148882 0.05162327 0 0 0 0 0 0 +19.96751 -0.01301365 -0.05161265 0.2893384 -0.1756031 0.1131426 0.05146346 0 0 0 0 0 0 +19.98409 -0.0132487 -0.05134845 0.2895846 -0.1749243 0.1113038 0.05133421 0 0 0 0 0 0 +20.00065 -0.01353999 -0.0508168 0.2898892 -0.1734467 0.1091254 0.05093627 0 0 0 0 0 0 +20.01757 -0.01375426 -0.05019531 0.2902259 -0.1696922 0.1062831 0.04859888 0 0 0 0 0 0 +20.03377 -0.01386186 -0.0491733 0.2906311 -0.1704723 0.1022515 0.04589787 0 0 0 0 0 0 +20.05058 -0.01384464 -0.04813045 0.2910399 -0.1729977 0.0974429 0.0404392 0 0 0 0 0 0 +20.06691 -0.01371392 -0.04725003 0.2914353 -0.1751925 0.09165984 0.03502752 0 0 0 0 0 0 +20.08361 -0.01346143 -0.04646322 0.2918075 -0.1791244 0.08532017 0.02956365 0 0 0 0 0 0 +20.10059 -0.01299211 -0.04562324 0.2921425 -0.184808 0.08107316 0.02487932 0 0 0 0 0 0 +20.1166 -0.01202161 -0.04431462 0.2924256 -0.1961381 0.0814509 0.02239604 0 0 0 0 0 0 +20.13318 -0.01068007 -0.04261136 0.2924102 -0.2168588 0.08555349 0.02488658 0 0 0 0 0 0 +20.14974 -0.009004161 -0.04067448 0.292051 -0.2412383 0.09339212 0.04028492 0 0 0 0 0 0 +20.16631 -0.007382234 -0.0383912 0.2908451 -0.2677515 0.1037549 0.05695625 0 0 0 0 0 0 +20.18288 -0.005917878 -0.03639197 0.2894868 -0.2916317 0.1146997 0.07238469 0 0 0 0 0 0 +20.19966 -0.004114574 -0.03357601 0.2873816 -0.3095762 0.1365338 0.1040499 0 0 0 0 0 0 +20.21666 -0.002169536 -0.03053737 0.2857623 -0.3155406 0.1603615 0.1309615 0 0 0 0 0 0 +20.23269 -6.531662E-05 -0.02781171 0.2842401 -0.3187687 0.1845299 0.1516223 0 0 0 0 0 0 +20.24914 0.002622537 -0.02529672 0.282506 -0.323169 0.2139731 0.1764562 0 0 0 0 0 0 +20.26571 0.005678078 -0.02345866 0.2809326 -0.3234929 0.2430553 0.2021566 0 0 0 0 0 0 +20.2827 0.008678758 -0.02177319 0.2789038 -0.3227809 0.2730907 0.2310803 0 0 0 0 0 0 +20.29978 0.01172915 -0.02086252 0.2765733 -0.3135534 0.3013813 0.2529493 0 0 0 0 0 0 +20.3154 0.01479298 -0.02077472 0.2747688 -0.2994584 0.3269964 0.271234 0 0 0 0 0 0 +20.33197 0.01802841 -0.02097186 0.2727122 -0.2781204 0.3508587 0.2831208 0 0 0 0 0 0 +20.34885 0.02097586 -0.02114645 0.269805 -0.2586976 0.371976 0.2891725 0 0 0 0 0 0 +20.36578 0.02372375 -0.0209955 0.2670146 -0.2396077 0.3912739 0.2888809 0 0 0 0 0 0 +20.38179 0.0261446 -0.02066046 0.2647613 -0.2207802 0.4072937 0.2894213 0 0 0 0 0 0 +20.39825 0.02834648 -0.02159888 0.2618999 -0.1958728 0.4235809 0.2890429 0 0 0 0 0 0 +20.41482 0.03026988 -0.0237439 0.2592317 -0.1754485 0.4381498 0.2793784 0 0 0 0 0 0 +20.43181 0.03156454 -0.02686146 0.256776 -0.1473298 0.4472776 0.2704314 0 0 0 0 0 0 +20.44794 0.0332045 -0.03129154 0.2548882 -0.1049868 0.4531888 0.2462598 0 0 0 0 0 0 +20.46452 0.03425832 -0.0357751 0.2535532 -0.06101339 0.4529347 0.2314194 0 0 0 0 0 0 +20.48107 0.03432916 -0.04110333 0.252307 -0.01533471 0.4465286 0.2233538 0 0 0 0 0 0 +20.49787 0.03453168 -0.04741302 0.2510355 0.02186786 0.4442908 0.207262 0 0 0 0 0 0 +20.51421 0.03456501 -0.05350944 0.2498388 0.06302411 0.4395658 0.1865419 0 0 0 0 0 0 +20.5309 0.03426984 -0.0587585 0.2488902 0.09649411 0.4322589 0.1641889 0 0 0 0 0 0 +20.54793 0.0343644 -0.06359358 0.2489073 0.1144129 0.4286092 0.1332166 0 0 0 0 0 0 +20.56391 0.03435694 -0.06731051 0.2490225 0.1281451 0.4239323 0.1064828 0 0 0 0 0 0 +20.58094 0.03421589 -0.07615678 0.250561 0.1492409 0.4119046 0.1027084 0 0 0 0 0 0 +20.59705 0.03200037 -0.08417289 0.2516797 0.1854579 0.3871129 0.07079836 0 0 0 0 0 0 +20.61362 0.02947667 -0.08926137 0.2518981 0.1973324 0.3744905 0.05205972 0 0 0 0 0 0 +20.63017 0.02701185 -0.09335813 0.2520875 0.1901179 0.3683815 0.02929098 0 0 0 0 0 0 +20.64703 0.02399684 -0.09819871 0.2534731 0.1934491 0.3619038 0.02121911 0 0 0 0 0 0 +20.66331 0.02085555 -0.1025308 0.2555318 0.1968219 0.3505923 0.007337787 0 0 0 0 0 0 +20.68 0.01769257 -0.1072484 0.2580852 0.1976063 0.3294741 -0.001794413 0 0 0 0 0 0 +20.69703 0.01364074 -0.111415 0.2600725 0.1899941 0.3025975 -0.0224876 0 0 0 0 0 0 +20.71315 0.007551053 -0.1125123 0.2615547 0.1822309 0.2792133 -0.02396927 0 0 0 0 0 0 +20.72958 0.00368774 -0.1126448 0.2628957 0.1816886 0.240265 -0.03781529 0 0 0 0 0 0 +20.74615 0.0008599139 -0.1154257 0.2654455 0.1869794 0.2002325 -0.05672602 0 0 0 0 0 0 +20.76315 -0.0005661133 -0.1159961 0.2679496 0.1738809 0.1919343 -0.09971058 0 0 0 0 0 0 +20.77929 -0.001726919 -0.1193123 0.2724741 0.1667823 0.1828633 -0.1484053 0 0 0 0 0 0 +20.79584 -0.002918595 -0.1217632 0.2765701 0.1387194 0.171024 -0.1834071 0 0 0 0 0 0 +20.8124 -0.004497122 -0.1218459 0.2793764 0.1280549 0.1619217 -0.1958327 0 0 0 0 0 0 +20.82911 -0.006378417 -0.1192942 0.2816684 0.1168283 0.1540944 -0.1988614 0 0 0 0 0 0 +20.84615 -0.007884996 -0.1155591 0.2840674 0.09193182 0.149238 -0.1998432 0 0 0 0 0 0 +20.86211 -0.008612774 -0.1118258 0.2863595 0.06699245 0.1400437 -0.1964059 0 0 0 0 0 0 +20.87912 -0.00921073 -0.1093049 0.2892084 0.04163418 0.1369346 -0.1919011 0 0 0 0 0 0 +20.89524 -0.009550861 -0.1073741 0.2912705 0.0164496 0.1327907 -0.1889045 0 0 0 0 0 0 +20.91182 -0.01014384 -0.1043434 0.2923069 -0.007069725 0.1255261 -0.1766531 0 0 0 0 0 0 +20.92917 -0.01091499 -0.1005736 0.2930032 -0.03764244 0.1153775 -0.166963 0 0 0 0 0 0 +20.94494 -0.01152387 -0.09631456 0.2928923 -0.06193301 0.1057919 -0.1586558 0 0 0 0 0 0 +20.96226 -0.01168491 -0.09226106 0.2926378 -0.08392794 0.09924921 -0.1574141 0 0 0 0 0 0 +20.97824 -0.01166117 -0.08802302 0.2919719 -0.1053571 0.09864172 -0.1594095 0 0 0 0 0 0 +20.99465 -0.01139137 -0.08403496 0.2908325 -0.1233586 0.09819731 -0.1491638 0 0 0 0 0 0 +21.01125 -0.01123795 -0.08019419 0.2896336 -0.1448602 0.09624965 -0.131826 0 0 0 0 0 0 +21.0283 -0.01122057 -0.07632047 0.288365 -0.1718286 0.09285723 -0.1152837 0 0 0 0 0 0 +21.04435 -0.01135763 -0.07271305 0.2869805 -0.1964774 0.09081739 -0.1044642 0 0 0 0 0 0 +21.06128 -0.01150262 -0.06868874 0.2855562 -0.2228881 0.08815249 -0.09175252 0 0 0 0 0 0 +21.07832 -0.01140649 -0.0651864 0.2843305 -0.2429943 0.08886472 -0.07834021 0 0 0 0 0 0 +21.09429 -0.01122065 -0.06284796 0.283479 -0.2530471 0.08874103 -0.06905492 0 0 0 0 0 0 +21.1113 -0.0108737 -0.06035249 0.282558 -0.2636101 0.08751069 -0.06563453 0 0 0 0 0 0 +21.12731 -0.01037463 -0.05831185 0.2818586 -0.2689332 0.08812005 -0.05812749 0 0 0 0 0 0 +21.14433 -0.009902925 -0.05628699 0.2811613 -0.2703919 0.09049483 -0.04668705 0 0 0 0 0 0 +21.16033 -0.009598734 -0.05498184 0.2808414 -0.2712781 0.09213544 -0.04361668 0 0 0 0 0 0 +21.17687 -0.00922027 -0.05363534 0.2804237 -0.2718147 0.09365755 -0.04280275 0 0 0 0 0 0 +21.19349 -0.009108822 -0.052927 0.2801794 -0.2708975 0.09354915 -0.04409863 0 0 0 0 0 0 diff --git a/Assets/Record/Recorded/testrotation/2.txt.meta b/Assets/Record/Recorded/testrotation/2.txt.meta new file mode 100644 index 0000000..bf3e852 --- /dev/null +++ b/Assets/Record/Recorded/testrotation/2.txt.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 074d9368a9625cb4a8b509c18211db1a +timeCreated: 1513161804 +licenseType: Free +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Record/Recorded/testrotation/3.txt b/Assets/Record/Recorded/testrotation/3.txt new file mode 100644 index 0000000..4071bff --- /dev/null +++ b/Assets/Record/Recorded/testrotation/3.txt @@ -0,0 +1,70 @@ +Gesture: testrotation; Author: user; Recorded: +timestamp l_palm_pos_x l_palm_pos_y l_palm_pos_z r_palm_pos_x r_palm_pos_y r_palm_pos_z +21.72591 -0.008920234 -0.05205967 0.2790654 -0.2403238 0.09249213 -0.02756362 0 0 0 0 0 0 +21.74191 -0.009327002 -0.05217423 0.2796724 -0.2372602 0.09034905 -0.02917528 0 0 0 0 0 0 +21.75832 -0.00965158 -0.05214968 0.2804011 -0.2343244 0.08797556 -0.03166218 0 0 0 0 0 0 +21.77495 -0.009943279 -0.05211015 0.2811012 -0.2316098 0.08572465 -0.03410795 0 0 0 0 0 0 +21.79198 -0.009721607 -0.05118562 0.2817526 -0.2398853 0.08416187 -0.02956186 0 0 0 0 0 0 +21.80801 -0.009222168 -0.04974329 0.2819296 -0.2578418 0.08513257 -0.02639634 0 0 0 0 0 0 +21.82496 -0.008405809 -0.04839465 0.2820427 -0.2842239 0.09011885 -0.01010085 0 0 0 0 0 0 +21.84114 -0.007441487 -0.04669762 0.2813547 -0.3066626 0.1012577 0.009365052 0 0 0 0 0 0 +21.85798 -0.006199695 -0.04382116 0.2795944 -0.3322394 0.1195973 0.04204151 0 0 0 0 0 0 +21.8743 -0.005114292 -0.04038218 0.2777628 -0.3439262 0.144977 0.08658954 0 0 0 0 0 0 +21.89085 -0.004065194 -0.03707275 0.2756769 -0.3535883 0.1719558 0.1269122 0 0 0 0 0 0 +21.90741 -0.002432746 -0.03511778 0.2741107 -0.3543305 0.1989609 0.1580454 0 0 0 0 0 0 +21.92402 9.528506E-05 -0.03333589 0.2727665 -0.3563126 0.2301834 0.1916868 0 0 0 0 0 0 +21.94103 0.002627688 -0.03159085 0.2715127 -0.3510854 0.2558335 0.2194575 0 0 0 0 0 0 +21.95711 0.005079182 -0.02912128 0.2695378 -0.3461832 0.2788408 0.243809 0 0 0 0 0 0 +21.97406 0.007427379 -0.02668065 0.2676111 -0.336159 0.3006555 0.2671296 0 0 0 0 0 0 +21.99026 0.009918063 -0.02552703 0.2657132 -0.3247708 0.3181661 0.2843164 0 0 0 0 0 0 +22.00713 0.01251522 -0.02406085 0.2635281 -0.3027185 0.3454435 0.3130192 0 0 0 0 0 0 +22.02338 0.01460728 -0.0237675 0.261693 -0.2942313 0.361986 0.3176525 0 0 0 0 0 0 +22.04011 0.01682496 -0.02424654 0.2597992 -0.2805104 0.3778644 0.3155211 0 0 0 0 0 0 +22.05651 0.01954607 -0.02528432 0.2580343 -0.2558446 0.3911399 0.3137519 0 0 0 0 0 0 +22.07311 0.02252927 -0.02632073 0.2563809 -0.2353233 0.406607 0.3046111 0 0 0 0 0 0 +22.08965 0.0253496 -0.02832809 0.2548317 -0.2016489 0.4207752 0.2938527 0 0 0 0 0 0 +22.10621 0.02763393 -0.03072008 0.2530678 -0.1744253 0.4354133 0.2832109 0 0 0 0 0 0 +22.12319 0.0291067 -0.03544515 0.2517366 -0.1365582 0.4394056 0.2741838 0 0 0 0 0 0 +22.13934 0.02962594 -0.04178578 0.2505621 -0.08938373 0.4328504 0.2634429 0 0 0 0 0 0 +22.15623 0.02997093 -0.04948148 0.2494114 -0.03258382 0.4229384 0.2404932 0 0 0 0 0 0 +22.17248 0.02987314 -0.05434443 0.2479156 0.00805127 0.4169846 0.2212076 0 0 0 0 0 0 +22.18921 0.03029496 -0.05917704 0.2472259 0.0354805 0.4142369 0.197749 0 0 0 0 0 0 +22.20561 0.0308558 -0.06408925 0.2475433 0.05733617 0.4103832 0.1746997 0 0 0 0 0 0 +22.22218 0.03119954 -0.06990924 0.2485098 0.08101753 0.4039734 0.149131 0 0 0 0 0 0 +22.23875 0.03080964 -0.07883415 0.2501767 0.1193127 0.3838173 0.1140273 0 0 0 0 0 0 +22.25532 0.02921051 -0.08551243 0.2509999 0.1462433 0.3631915 0.09522808 0 0 0 0 0 0 +22.27189 0.02659931 -0.09096859 0.2510007 0.1677855 0.3419972 0.07746756 0 0 0 0 0 0 +22.28846 0.0236835 -0.0970227 0.2527058 0.1753145 0.3354574 0.06686012 0 0 0 0 0 0 +22.30529 0.02048572 -0.1022682 0.2534584 0.1888901 0.3279427 0.02266016 0 0 0 0 0 0 +22.32158 0.01724244 -0.1056721 0.2551963 0.1748517 0.3161645 0.01292431 0 0 0 0 0 0 +22.33832 0.01300763 -0.1114612 0.2582991 0.166298 0.2970346 0.008269361 0 0 0 0 0 0 +22.35531 0.008540994 -0.1123818 0.2606221 0.1565681 0.2746628 -0.01618133 0 0 0 0 0 0 +22.37132 0.003013306 -0.1147576 0.2623104 0.1594624 0.250115 -0.03075455 0 0 0 0 0 0 +22.38784 -0.001392145 -0.112055 0.2617369 0.1460665 0.2164836 -0.03775616 0 0 0 0 0 0 +22.40726 -0.003224834 -0.1129945 0.2656062 0.1167144 0.1721181 -0.03331419 0 0 0 0 0 0 +22.42437 -0.003446917 -0.1174356 0.2710374 0.09402478 0.1904862 -0.114599 0 0 0 0 0 0 +22.44044 -0.003087326 -0.1215509 0.2740907 0.1135021 0.1823189 -0.186047 0 0 0 0 0 0 +22.45697 -0.006753002 -0.1236732 0.2804031 0.07873662 0.1474236 -0.2012469 0 0 0 0 0 0 +22.47353 -0.009394404 -0.121222 0.2829776 0.05879284 0.1437474 -0.2033752 0 0 0 0 0 0 +22.49049 -0.009340898 -0.1137877 0.2850496 0.0412273 0.149472 -0.2383363 0 0 0 0 0 0 +22.50667 -0.01046802 -0.1111681 0.2882609 -0.02595026 0.1346102 -0.2151096 0 0 0 0 0 0 +22.52323 -0.01157821 -0.1101833 0.2886042 -0.03943093 0.1214098 -0.2118077 0 0 0 0 0 0 +22.54049 -0.01274255 -0.1080151 0.2901506 -0.06920378 0.117114 -0.2113069 0 0 0 0 0 0 +22.55646 -0.01133831 -0.1062828 0.2880812 -0.06339031 0.1133158 -0.1913021 0 0 0 0 0 0 +22.57347 -0.01080798 -0.09869812 0.2873935 -0.1103202 0.09171949 -0.1308198 0 0 0 0 0 0 +22.5895 -0.01072911 -0.09808478 0.2876922 -0.1070992 0.09952974 -0.1562053 0 0 0 0 0 0 +22.60649 -0.01078466 -0.09222238 0.2852277 -0.1492012 0.09914066 -0.1359711 0 0 0 0 0 0 +22.62351 -0.01035796 -0.08818868 0.2848829 -0.15536 0.1034681 -0.1311128 0 0 0 0 0 0 +22.63952 -0.009601749 -0.08871856 0.2845221 -0.1620716 0.1177533 -0.1230674 0 0 0 0 0 0 +22.65577 -0.009251808 -0.08260027 0.2833919 -0.2041443 0.1134235 -0.1054888 0 0 0 0 0 0 +22.67254 -0.008633023 -0.07916634 0.283159 -0.2123289 0.1162204 -0.09289461 0 0 0 0 0 0 +22.6889 -0.008106566 -0.07690288 0.2826946 -0.2244707 0.1144452 -0.06992055 0 0 0 0 0 0 +22.70556 -0.00741813 -0.07483593 0.2820866 -0.231744 0.1180386 -0.06005385 0 0 0 0 0 0 +22.72258 -0.006983671 -0.07289685 0.2809505 -0.2210668 0.1234285 -0.05470132 0 0 0 0 0 0 +22.73866 -0.005968596 -0.0718689 0.2809119 -0.22674 0.1294375 -0.05813121 0 0 0 0 0 0 +22.75567 -0.005265646 -0.07032616 0.2800939 -0.2082523 0.1346836 -0.05508844 0 0 0 0 0 0 +22.77176 -0.005572425 -0.06966895 0.2800698 -0.213256 0.1359362 -0.05009232 0 0 0 0 0 0 +22.78863 -0.004260318 -0.06959407 0.2797278 -0.2124992 0.135575 -0.05114605 0 0 0 0 0 0 +22.80563 -0.004791303 -0.06849757 0.2791752 -0.2064907 0.1343904 -0.05531581 0 0 0 0 0 0 +22.82164 -0.004731828 -0.06911093 0.2795096 -0.2073397 0.1340447 -0.05212239 0 0 0 0 0 0 +22.83866 -0.004873377 -0.0690151 0.2794974 -0.2063319 0.1347047 -0.05250911 0 0 0 0 0 0 diff --git a/Assets/Record/Recorded/testrotation/3.txt.meta b/Assets/Record/Recorded/testrotation/3.txt.meta new file mode 100644 index 0000000..f12a1e3 --- /dev/null +++ b/Assets/Record/Recorded/testrotation/3.txt.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 4c44599834dcceb48986e7df3c5412e1 +timeCreated: 1513161804 +licenseType: Free +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Record/Recorded/testrotation/4.txt b/Assets/Record/Recorded/testrotation/4.txt new file mode 100644 index 0000000..5e1873f --- /dev/null +++ b/Assets/Record/Recorded/testrotation/4.txt @@ -0,0 +1,76 @@ +Gesture: testrotation; Author: user; Recorded: +timestamp l_palm_pos_x l_palm_pos_y l_palm_pos_z r_palm_pos_x r_palm_pos_y r_palm_pos_z +23.35805 -0.01060944 -0.07130913 0.2822238 -0.2180632 0.09014654 -0.06568918 0 0 0 0 0 0 +23.37422 -0.01135419 -0.0707531 0.2825641 -0.2239009 0.08208516 -0.07100235 0 0 0 0 0 0 +23.39109 -0.01248231 -0.06915279 0.2820925 -0.2383642 0.06731743 -0.07696411 0 0 0 0 0 0 +23.40809 -0.01344404 -0.06705138 0.2815014 -0.2618895 0.05478434 -0.07757131 0 0 0 0 0 0 +23.42423 -0.01379937 -0.06465873 0.2812178 -0.2887127 0.04516462 -0.0717829 0 0 0 0 0 0 +23.44049 -0.01370625 -0.06196642 0.2810003 -0.3071252 0.04135058 -0.0578359 0 0 0 0 0 0 +23.45712 -0.01329319 -0.05826978 0.2801363 -0.3336365 0.04214313 -0.03568094 0 0 0 0 0 0 +23.47411 -0.01242842 -0.0549705 0.2790179 -0.3527116 0.05129857 -0.01210377 0 0 0 0 0 0 +23.4902 -0.01149057 -0.05128987 0.2776872 -0.3721878 0.0646432 0.01527459 0 0 0 0 0 0 +23.50675 -0.01059603 -0.04718205 0.2762861 -0.3825341 0.08230186 0.04908104 0 0 0 0 0 0 +23.52332 -0.009527526 -0.04259002 0.2745761 -0.3918865 0.1052476 0.08904222 0 0 0 0 0 0 +23.54023 -0.008112492 -0.03794855 0.2726497 -0.4004449 0.1322841 0.1330804 0 0 0 0 0 0 +23.55645 -0.005911811 -0.03360498 0.2705722 -0.4102401 0.1670347 0.177719 0 0 0 0 0 0 +23.57318 -0.003207653 -0.0300411 0.268474 -0.4135294 0.2010437 0.2151138 0 0 0 0 0 0 +23.59021 0.0003214005 -0.02666914 0.2663453 -0.416702 0.2341339 0.2453816 0 0 0 0 0 0 +23.60621 0.00337433 -0.02446437 0.2646214 -0.4147092 0.2596122 0.2696568 0 0 0 0 0 0 +23.62271 0.005925003 -0.02396071 0.2626542 -0.4037503 0.2808386 0.2903199 0 0 0 0 0 0 +23.63928 0.008297668 -0.02440062 0.2596683 -0.3901673 0.2992782 0.3127667 0 0 0 0 0 0 +23.65585 0.01047606 -0.02514765 0.2566623 -0.3748783 0.3159514 0.3234952 0 0 0 0 0 0 +23.67242 0.01307524 -0.02597174 0.2544495 -0.3550575 0.3355715 0.3320448 0 0 0 0 0 0 +23.68898 0.01586968 -0.02641287 0.2524216 -0.3358032 0.3558594 0.3402422 0 0 0 0 0 0 +23.70556 0.01885398 -0.02684444 0.2505679 -0.3107306 0.3762098 0.344558 0 0 0 0 0 0 +23.72229 0.02149517 -0.02730829 0.248611 -0.2860435 0.3975162 0.3504656 0 0 0 0 0 0 +23.73869 0.02448848 -0.02753198 0.2467933 -0.2597742 0.4175818 0.349761 0 0 0 0 0 0 +23.75533 0.02698067 -0.02819648 0.245333 -0.2391396 0.4331238 0.3501263 0 0 0 0 0 0 +23.77233 0.02934514 -0.03044525 0.2444013 -0.2234895 0.4464757 0.3440856 0 0 0 0 0 0 +23.7884 0.0309103 -0.03316352 0.2439164 -0.2005419 0.4559972 0.3423519 0 0 0 0 0 0 +23.80537 0.03234242 -0.03795391 0.243649 -0.1658611 0.4640028 0.3314014 0 0 0 0 0 0 +23.82152 0.03350178 -0.04149351 0.2438523 -0.1369554 0.4653828 0.3196166 0 0 0 0 0 0 +23.83842 0.03418177 -0.04741269 0.2444235 -0.07916643 0.4533224 0.31117 0 0 0 0 0 0 +23.85466 0.0343863 -0.05292617 0.2450929 -0.03253408 0.4396128 0.3097356 0 0 0 0 0 0 +23.87122 0.03381667 -0.0593726 0.2459232 0.01511154 0.4203794 0.2951432 0 0 0 0 0 0 +23.88779 0.03318911 -0.06418478 0.2463853 0.04353532 0.4065465 0.280925 0 0 0 0 0 0 +23.90444 0.03250302 -0.07050383 0.2472595 0.07755019 0.3885578 0.26002 0 0 0 0 0 0 +23.92092 0.03177687 -0.07532513 0.2474103 0.1101144 0.3737357 0.2396558 0 0 0 0 0 0 +23.93748 0.03057777 -0.0808033 0.2475516 0.1433401 0.3596496 0.2131074 0 0 0 0 0 0 +23.95448 0.02840801 -0.08701909 0.2481005 0.1634289 0.3511826 0.1709249 0 0 0 0 0 0 +23.97146 0.02646746 -0.09278564 0.2493374 0.1758032 0.3456033 0.1308996 0 0 0 0 0 0 +23.98747 0.02462089 -0.09761029 0.2511464 0.1750841 0.3356927 0.09392305 0 0 0 0 0 0 +24.00376 0.02230354 -0.1013379 0.2529133 0.1754762 0.31682 0.06647356 0 0 0 0 0 0 +24.02051 0.02004966 -0.1056211 0.2553911 0.1809292 0.2961119 0.0353435 0 0 0 0 0 0 +24.03776 0.01694513 -0.1099256 0.2570754 0.1894848 0.2745229 0.004624135 0 0 0 0 0 0 +24.05352 0.01469056 -0.1131277 0.2586328 0.1869444 0.260034 -0.02076177 0 0 0 0 0 0 +24.07057 0.01118255 -0.1165252 0.2601483 0.1938086 0.2437603 -0.04484101 0 0 0 0 0 0 +24.08658 0.00862011 -0.1201837 0.2621211 0.1975301 0.2382666 -0.0650114 0 0 0 0 0 0 +24.10356 0.006298117 -0.1203918 0.2648331 0.1674995 0.2405341 -0.07907467 0 0 0 0 0 0 +24.11972 0.004131292 -0.1215232 0.2671189 0.1557336 0.230213 -0.09108832 0 0 0 0 0 0 +24.13629 0.0006850178 -0.1229668 0.2695269 0.1458576 0.2134786 -0.1159597 0 0 0 0 0 0 +24.15285 -0.002476829 -0.12334 0.2715546 0.1285923 0.1941402 -0.1325416 0 0 0 0 0 0 +24.16942 -0.006234558 -0.1230922 0.2723625 0.1213166 0.164869 -0.1507434 0 0 0 0 0 0 +24.18598 -0.00968802 -0.1226757 0.2728026 0.117028 0.1322349 -0.1615502 0 0 0 0 0 0 +24.20997 -0.01355422 -0.1206821 0.2749732 0.1055622 0.1000881 -0.1950441 0 0 0 0 0 0 +24.2267 -0.01631313 -0.1187557 0.277525 0.08181571 0.08727743 -0.2105312 0 0 0 0 0 0 +24.24313 -0.01773736 -0.1171178 0.2795941 0.05807472 0.08125946 -0.2183221 0 0 0 0 0 0 +24.25968 -0.01921031 -0.1146854 0.2816279 0.03752544 0.07221032 -0.2237431 0 0 0 0 0 0 +24.27624 -0.02011364 -0.1118812 0.2831321 0.01510192 0.05734498 -0.2208731 0 0 0 0 0 0 +24.29281 -0.02065691 -0.1080813 0.2839137 -0.006038077 0.04228947 -0.2003848 0 0 0 0 0 0 +24.30974 -0.02070782 -0.1044931 0.2843744 -0.02676425 0.03503445 -0.1815044 0 0 0 0 0 0 +24.32594 -0.02110841 -0.1005441 0.284566 -0.05617676 0.02645931 -0.1723307 0 0 0 0 0 0 +24.34252 -0.02119181 -0.09633055 0.2845893 -0.0816232 0.02335699 -0.1646654 0 0 0 0 0 0 +24.35974 -0.02074333 -0.09085988 0.2843973 -0.1168876 0.0218531 -0.1526571 0 0 0 0 0 0 +24.37575 -0.02023838 -0.08628313 0.2837246 -0.1474982 0.02455817 -0.1413003 0 0 0 0 0 0 +24.39277 -0.01958795 -0.08163084 0.2825944 -0.1764418 0.02991611 -0.1293202 0 0 0 0 0 0 +24.40878 -0.01891262 -0.07718386 0.2815562 -0.201205 0.03262503 -0.1131814 0 0 0 0 0 0 +24.42535 -0.01805307 -0.07366112 0.2805343 -0.2230535 0.03488224 -0.09950942 0 0 0 0 0 0 +24.44192 -0.01726525 -0.07125816 0.2795243 -0.2395369 0.03710929 -0.0869066 0 0 0 0 0 0 +24.45884 -0.01627259 -0.06902443 0.278599 -0.2542771 0.04021667 -0.07624827 0 0 0 0 0 0 +24.47504 -0.01564907 -0.06757961 0.2779439 -0.2597937 0.04258789 -0.06825553 0 0 0 0 0 0 +24.49185 -0.01498657 -0.06602225 0.2772191 -0.2639737 0.04596739 -0.05870729 0 0 0 0 0 0 +24.50888 -0.01490089 -0.06535479 0.2771786 -0.2587424 0.04551814 -0.06410513 0 0 0 0 0 0 +24.52487 -0.01466057 -0.06477137 0.2771569 -0.2561646 0.04657215 -0.06432572 0 0 0 0 0 0 +24.54131 -0.01445794 -0.06436102 0.2771824 -0.2532738 0.04663971 -0.06513326 0 0 0 0 0 0 +24.55791 -0.01423028 -0.06424171 0.2772262 -0.2505586 0.0469282 -0.06753568 0 0 0 0 0 0 +24.57492 -0.01385172 -0.06442201 0.2773421 -0.2484221 0.04790372 -0.06572931 0 0 0 0 0 0 diff --git a/Assets/Record/Recorded/testrotation/4.txt.meta b/Assets/Record/Recorded/testrotation/4.txt.meta new file mode 100644 index 0000000..02f28af --- /dev/null +++ b/Assets/Record/Recorded/testrotation/4.txt.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 9813f17e855e3264b8e09586f91e799c +timeCreated: 1513161804 +licenseType: Free +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Record/Recorded/testrotation/5.txt b/Assets/Record/Recorded/testrotation/5.txt new file mode 100644 index 0000000..942ae27 --- /dev/null +++ b/Assets/Record/Recorded/testrotation/5.txt @@ -0,0 +1,83 @@ +Gesture: testrotation; Author: user; Recorded: +timestamp l_palm_pos_x l_palm_pos_y l_palm_pos_z r_palm_pos_x r_palm_pos_y r_palm_pos_z +25.00735 -0.01625785 -0.06713079 0.2796641 -0.2317547 0.04204597 -0.06423784 0 0 0 0 0 0 +25.02336 -0.01645917 -0.06690559 0.2800061 -0.2350829 0.04129597 -0.06235633 0 0 0 0 0 0 +25.04047 -0.01605263 -0.06569678 0.2801851 -0.2509631 0.04444916 -0.05993814 0 0 0 0 0 0 +25.05639 -0.01500063 -0.06520319 0.2797008 -0.267328 0.05454919 -0.04965206 0 0 0 0 0 0 +25.07288 -0.01397221 -0.06396535 0.2788496 -0.2961007 0.06382778 -0.04299041 0 0 0 0 0 0 +25.09042 -0.01287185 -0.06173581 0.2771585 -0.3310378 0.07577544 -0.02767147 0 0 0 0 0 0 +25.10601 -0.01196661 -0.05903691 0.2751164 -0.3598314 0.0866989 -0.01351195 0 0 0 0 0 0 +25.1234 -0.01102129 -0.055537 0.2722588 -0.3952846 0.09975252 0.001761519 0 0 0 0 0 0 +25.1394 -0.01017567 -0.05221526 0.2692699 -0.4256939 0.113001 0.02021645 0 0 0 0 0 0 +25.15642 -0.009124699 -0.04799166 0.2658448 -0.4514338 0.128105 0.04334035 0 0 0 0 0 0 +25.17244 -0.007788663 -0.04430917 0.2629664 -0.4649538 0.1458426 0.06759427 0 0 0 0 0 0 +25.18884 -0.006209252 -0.04141751 0.2609345 -0.4677958 0.1658802 0.09107408 0 0 0 0 0 0 +25.20547 -0.004048776 -0.03811362 0.2584796 -0.4702541 0.1924779 0.118682 0 0 0 0 0 0 +25.22255 -0.001543133 -0.03516713 0.2563595 -0.4680794 0.2185904 0.1427248 0 0 0 0 0 0 +25.23856 0.001835413 -0.0331392 0.2548309 -0.4612651 0.2469663 0.1602423 0 0 0 0 0 0 +25.25549 0.005562333 -0.03254327 0.2532936 -0.4505813 0.2805711 0.1849429 0 0 0 0 0 0 +25.27168 0.009371839 -0.0329918 0.2518008 -0.4380734 0.318345 0.2158591 0 0 0 0 0 0 +25.28826 0.01347802 -0.03336638 0.2494363 -0.4124198 0.3617844 0.2496649 0 0 0 0 0 0 +25.30481 0.01691029 -0.03316534 0.2455955 -0.3920294 0.4013654 0.2763866 0 0 0 0 0 0 +25.32138 0.0201983 -0.03243521 0.2425507 -0.3767973 0.4296383 0.2881611 0 0 0 0 0 0 +25.33794 0.02429288 -0.03193334 0.2390352 -0.357603 0.4577884 0.2985714 0 0 0 0 0 0 +25.35455 0.0273037 -0.03215376 0.2373784 -0.3327613 0.4714822 0.3034104 0 0 0 0 0 0 +25.37157 0.03106693 -0.03462705 0.2364304 -0.2989436 0.4857269 0.2999628 0 0 0 0 0 0 +25.38764 0.03345586 -0.03846937 0.2361955 -0.2761924 0.4976055 0.2989302 0 0 0 0 0 0 +25.40461 0.03639104 -0.0435859 0.2364046 -0.2421242 0.5071921 0.2943957 0 0 0 0 0 0 +25.42077 0.03816241 -0.04736 0.2365865 -0.2117621 0.5123815 0.2982744 0 0 0 0 0 0 +25.43763 0.03988073 -0.0526201 0.237171 -0.1734232 0.514677 0.2906567 0 0 0 0 0 0 +25.45464 0.04111018 -0.05789907 0.2379562 -0.1290352 0.5123264 0.2826482 0 0 0 0 0 0 +25.47064 0.04142223 -0.0638712 0.238816 -0.07724423 0.5058922 0.2768761 0 0 0 0 0 0 +25.48705 0.04068863 -0.07104219 0.2393022 -0.02292657 0.4944966 0.2569347 0 0 0 0 0 0 +25.50366 0.04026287 -0.07736234 0.2395482 0.02713557 0.4888617 0.2476208 0 0 0 0 0 0 +25.5207 0.04002329 -0.08393179 0.23973 0.0725867 0.4880022 0.2397621 0 0 0 0 0 0 +25.53674 0.03949157 -0.09028758 0.2397948 0.1123106 0.4833426 0.2329003 0 0 0 0 0 0 +25.55331 0.03858813 -0.09689924 0.2396737 0.1570552 0.4650354 0.2235817 0 0 0 0 0 0 +25.56988 0.0374481 -0.1027666 0.2395809 0.1923204 0.4502075 0.2006948 0 0 0 0 0 0 +25.58672 0.03520053 -0.1086337 0.2398473 0.23161 0.4267233 0.1643997 0 0 0 0 0 0 +25.60301 0.03247444 -0.1147214 0.241048 0.2697678 0.4020624 0.1521512 0 0 0 0 0 0 +25.61976 0.02790334 -0.1230238 0.2427604 0.2971137 0.3698051 0.1323155 0 0 0 0 0 0 +25.63677 0.02548005 -0.1314839 0.2444776 0.3039471 0.3564374 0.1044983 0 0 0 0 0 0 +25.65285 0.02240178 -0.1365013 0.2464001 0.3032647 0.3407219 0.09424179 0 0 0 0 0 0 +25.66979 0.01832646 -0.1414938 0.2493426 0.3089335 0.3175762 0.08473325 0 0 0 0 0 0 +25.68586 0.01521146 -0.146621 0.2533757 0.320635 0.2840852 0.06302953 0 0 0 0 0 0 +25.70281 0.0126914 -0.149357 0.2566915 0.3303579 0.2443048 0.03375662 0 0 0 0 0 0 +25.71898 0.008450655 -0.1528243 0.2603337 0.3103724 0.2169318 0.01737699 0 0 0 0 0 0 +25.73582 0.004037784 -0.1581163 0.2644613 0.2963622 0.2026036 0.03526009 0 0 0 0 0 0 +25.75211 -0.0001596189 -0.1610674 0.2669817 0.3092309 0.1828505 0.04169362 0 0 0 0 0 0 +25.76886 -0.005132234 -0.1618932 0.2699691 0.3405862 0.135067 0.0256781 0 0 0 0 0 0 +25.78587 -0.008364525 -0.1567033 0.2699509 0.297763 0.107013 -0.01469294 0 0 0 0 0 0 +25.80189 -0.01124321 -0.1513623 0.2714559 0.2698005 0.1301114 -0.04677946 0 0 0 0 0 0 +25.81838 -0.01486198 -0.1494091 0.2765263 0.2396725 0.1534393 -0.1218771 0 0 0 0 0 0 +25.83495 -0.01817325 -0.1520655 0.2804731 0.2362929 0.1368354 -0.1249605 0 0 0 0 0 0 +25.85152 -0.02293132 -0.1543918 0.2851101 0.2251002 0.1102915 -0.1557791 0 0 0 0 0 0 +25.86895 -0.02625061 -0.1542441 0.2860609 0.2045587 0.07204368 -0.1679035 0 0 0 0 0 0 +25.88497 -0.02747193 -0.1498433 0.2848134 0.1528006 0.03936034 -0.1841345 0 0 0 0 0 0 +25.90207 -0.02854284 -0.1453628 0.284917 0.1327164 0.02967639 -0.178622 0 0 0 0 0 0 +25.91813 -0.02903361 -0.14086 0.2876129 0.09631965 0.02803779 -0.1750371 0 0 0 0 0 0 +25.93434 -0.02928424 -0.1349501 0.2903117 0.05011653 0.02799615 -0.1670413 0 0 0 0 0 0 +25.951 -0.02883743 -0.1304831 0.2913294 0.02636699 0.0322029 -0.1640765 0 0 0 0 0 0 +25.96749 -0.02803851 -0.1258369 0.2922896 0.004187043 0.03729939 -0.1538271 0 0 0 0 0 0 +25.98404 -0.02790439 -0.1197783 0.2919744 -0.0322042 0.04102121 -0.1496362 0 0 0 0 0 0 +26.00102 -0.0279883 -0.1145644 0.2908728 -0.06413525 0.03498296 -0.1475096 0 0 0 0 0 0 +26.01718 -0.02733962 -0.1098923 0.2901677 -0.1007268 0.03152967 -0.1324437 0 0 0 0 0 0 +26.03375 -0.02642664 -0.1060229 0.2888942 -0.1291591 0.03689339 -0.1248255 0 0 0 0 0 0 +26.05031 -0.02552462 -0.1020423 0.2876234 -0.1489591 0.04637352 -0.1151335 0 0 0 0 0 0 +26.06709 -0.0245649 -0.0976427 0.2864474 -0.1707371 0.04995877 -0.1013724 0 0 0 0 0 0 +26.08345 -0.02339296 -0.09340109 0.2855487 -0.189995 0.05313282 -0.09377303 0 0 0 0 0 0 +26.10018 -0.02203938 -0.09004952 0.2843309 -0.208456 0.0541583 -0.08795318 0 0 0 0 0 0 +26.11658 -0.02050941 -0.08660194 0.2827868 -0.2282367 0.05413432 -0.07816422 0 0 0 0 0 0 +26.13315 -0.01915178 -0.08350797 0.2815565 -0.2448883 0.05525113 -0.06700408 0 0 0 0 0 0 +26.14971 -0.01773216 -0.08054705 0.2804193 -0.2553502 0.05822552 -0.05614121 0 0 0 0 0 0 +26.16629 -0.01636124 -0.07816352 0.2790321 -0.2611444 0.06437542 -0.04963414 0 0 0 0 0 0 +26.18315 -0.01520112 -0.07629384 0.2777966 -0.2634148 0.0702526 -0.04702508 0 0 0 0 0 0 +26.19941 -0.01401931 -0.07479833 0.2766706 -0.2653037 0.07502822 -0.04856461 0 0 0 0 0 0 +26.21618 -0.01308072 -0.07385847 0.275567 -0.2663551 0.07809792 -0.05304703 0 0 0 0 0 0 +26.23254 -0.012564 -0.07337554 0.275009 -0.2646275 0.08024312 -0.05380591 0 0 0 0 0 0 +26.24919 -0.01208449 -0.07318942 0.2747704 -0.2623447 0.07995594 -0.0533819 0 0 0 0 0 0 +26.26568 -0.0116512 -0.07315913 0.2746432 -0.2582793 0.08016565 -0.05243316 0 0 0 0 0 0 +26.28224 -0.01129895 -0.07339321 0.2746615 -0.2532282 0.0804886 -0.05183312 0 0 0 0 0 0 +26.29925 -0.01103389 -0.07365675 0.2748026 -0.2500058 0.08083246 -0.05075729 0 0 0 0 0 0 +26.31538 -0.01087278 -0.07395317 0.2750521 -0.2477915 0.08115259 -0.05024738 0 0 0 0 0 0 +26.33195 -0.01075304 -0.07428518 0.2753117 -0.2462676 0.08150943 -0.05098936 0 0 0 0 0 0 diff --git a/Assets/Record/Recorded/testrotation/5.txt.meta b/Assets/Record/Recorded/testrotation/5.txt.meta new file mode 100644 index 0000000..7e5d666 --- /dev/null +++ b/Assets/Record/Recorded/testrotation/5.txt.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 07e4ccfa8f593e64ab4992591a027bf1 +timeCreated: 1513161804 +licenseType: Free +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Record/Recorded/testrotation/6.txt b/Assets/Record/Recorded/testrotation/6.txt new file mode 100644 index 0000000..1b1e718 --- /dev/null +++ b/Assets/Record/Recorded/testrotation/6.txt @@ -0,0 +1,78 @@ +Gesture: testrotation; Author: user; Recorded: +timestamp l_palm_pos_x l_palm_pos_y l_palm_pos_z r_palm_pos_x r_palm_pos_y r_palm_pos_z +26.71358 -0.01392339 -0.07368559 0.2784348 -0.2402378 0.07883509 -0.05102841 0 0 0 0 0 0 +26.73071 -0.01451148 -0.07248704 0.2787717 -0.249098 0.07742973 -0.04112521 0 0 0 0 0 0 +26.74667 -0.01484649 -0.07125337 0.2791792 -0.2625004 0.07463501 -0.03640544 0 0 0 0 0 0 +26.7636 -0.01498963 -0.06929345 0.2786177 -0.2812484 0.07457452 -0.02788341 0 0 0 0 0 0 +26.78062 -0.0147025 -0.06702621 0.2777846 -0.3030525 0.07574201 -0.0150478 0 0 0 0 0 0 +26.79665 -0.01387194 -0.06417067 0.2764516 -0.334634 0.08063045 -0.007688293 0 0 0 0 0 0 +26.8137 -0.01290668 -0.06078044 0.2746933 -0.3643984 0.08960619 0.006115407 0 0 0 0 0 0 +26.82961 -0.0117578 -0.05741487 0.2735236 -0.3831421 0.1011672 0.02448486 0 0 0 0 0 0 +26.84662 -0.01007002 -0.05334692 0.2717429 -0.3951669 0.1228274 0.05039319 0 0 0 0 0 0 +26.86264 -0.008570762 -0.05047317 0.2701122 -0.4006279 0.1441932 0.07803049 0 0 0 0 0 0 +26.87969 -0.006119357 -0.04654601 0.2678323 -0.4046439 0.1815686 0.1311498 0 0 0 0 0 0 +26.89579 -0.003380534 -0.04281348 0.2663174 -0.4063289 0.2130143 0.1849547 0 0 0 0 0 0 +26.91276 -0.0003312035 -0.03893161 0.2643717 -0.4087868 0.2419624 0.2340745 0 0 0 0 0 0 +26.92985 0.002864007 -0.03654054 0.2618965 -0.4050232 0.2711608 0.2641345 0 0 0 0 0 0 +26.94569 0.005807536 -0.03566751 0.2586793 -0.4000046 0.2994339 0.2901162 0 0 0 0 0 0 +26.96204 0.008229495 -0.03446892 0.255008 -0.3973395 0.3252101 0.3059461 0 0 0 0 0 0 +26.97871 0.01116939 -0.03374618 0.2507918 -0.3814587 0.3546647 0.3264929 0 0 0 0 0 0 +26.99517 0.01374376 -0.03327394 0.2469474 -0.3654127 0.3802489 0.3410063 0 0 0 0 0 0 +27.01174 0.01684372 -0.03369373 0.2443581 -0.3441231 0.4036712 0.349313 0 0 0 0 0 0 +27.02877 0.02062607 -0.03266203 0.2414613 -0.3235736 0.4301381 0.3507915 0 0 0 0 0 0 +27.04488 0.0239324 -0.03206927 0.2391474 -0.2991628 0.4522014 0.3559822 0 0 0 0 0 0 +27.06144 0.02671522 -0.03280532 0.2377045 -0.2951013 0.4652095 0.348845 0 0 0 0 0 0 +27.07884 0.03001623 -0.03625581 0.2361073 -0.2780704 0.4837966 0.343877 0 0 0 0 0 0 +27.09457 0.03227352 -0.03934383 0.2354093 -0.2459094 0.4978954 0.3426259 0 0 0 0 0 0 +27.11115 0.03483303 -0.04487273 0.2347227 -0.199072 0.5092047 0.3352148 0 0 0 0 0 0 +27.12784 0.03738753 -0.05148499 0.2345418 -0.1447216 0.517935 0.3328709 0 0 0 0 0 0 +27.14428 0.03941609 -0.0575826 0.2345442 -0.09609584 0.5140052 0.3253692 0 0 0 0 0 0 +27.16084 0.04087267 -0.06299901 0.2347661 -0.04297176 0.5164316 0.3188698 0 0 0 0 0 0 +27.17788 0.04242799 -0.06954266 0.2355865 0.00877214 0.5086812 0.3114206 0 0 0 0 0 0 +27.19397 0.04350574 -0.07517248 0.2363812 0.03927758 0.5047012 0.3060845 0 0 0 0 0 0 +27.21054 0.04381369 -0.08223751 0.2373137 0.0731875 0.4938501 0.3047082 0 0 0 0 0 0 +27.22808 0.04319124 -0.0906703 0.2381466 0.1277857 0.4707236 0.28673 0 0 0 0 0 0 +27.24391 0.04129926 -0.0970246 0.2375684 0.170875 0.4516119 0.2612546 0 0 0 0 0 0 +27.26024 0.03943741 -0.1031948 0.2369701 0.2114465 0.4321971 0.2288553 0 0 0 0 0 0 +27.27694 0.03630368 -0.1112534 0.2382814 0.2477699 0.4040301 0.186389 0 0 0 0 0 0 +27.29393 0.03291356 -0.1190218 0.2399908 0.2798642 0.379446 0.1561278 0 0 0 0 0 0 +27.30994 0.02960333 -0.1278925 0.241665 0.3027535 0.353543 0.1319265 0 0 0 0 0 0 +27.32651 0.02623263 -0.1368735 0.2425896 0.3169863 0.3278371 0.1132006 0 0 0 0 0 0 +27.34307 0.02235262 -0.1440083 0.2453353 0.3299771 0.3011945 0.1144949 0 0 0 0 0 0 +27.36001 0.0205282 -0.1514624 0.2495148 0.3737313 0.2656432 0.06107675 0 0 0 0 0 0 +27.37622 0.01937918 -0.1555609 0.253656 0.3912366 0.242882 0.006105186 0 0 0 0 0 0 +27.39302 0.01185382 -0.1603448 0.258308 0.3927722 0.2198426 -0.0157337 0 0 0 0 0 0 +27.40934 0.005381759 -0.1645252 0.263726 0.3813066 0.2026265 -0.03028124 0 0 0 0 0 0 +27.42603 -0.001071701 -0.1661097 0.2675115 0.3719859 0.1795465 -0.04873345 0 0 0 0 0 0 +27.44306 -0.00438537 -0.1645526 0.2680307 0.3560434 0.1722709 -0.07684864 0 0 0 0 0 0 +27.45908 -0.006843286 -0.1668381 0.2691443 0.3179844 0.1396811 -0.07747 0 0 0 0 0 0 +27.47562 -0.01057818 -0.1686576 0.2710248 0.2879205 0.1354997 -0.09808306 0 0 0 0 0 0 +27.49218 -0.01196662 -0.1671972 0.2757382 0.2729393 0.1477222 -0.1009132 0 0 0 0 0 0 +27.50912 -0.01376632 -0.1612055 0.2774847 0.2036114 0.1636115 -0.111734 0 0 0 0 0 0 +27.52615 -0.01660541 -0.1570397 0.2807157 0.1442822 0.1704988 -0.1469449 0 0 0 0 0 0 +27.54221 -0.01925066 -0.1556502 0.2846288 0.1295716 0.126037 -0.1395253 0 0 0 0 0 0 +27.55914 -0.0214349 -0.1523811 0.2875534 0.1108469 0.1030758 -0.1466896 0 0 0 0 0 0 +27.57524 -0.02265161 -0.1493122 0.2870448 0.07975567 0.08069449 -0.1558178 0 0 0 0 0 0 +27.59158 -0.02388551 -0.1458428 0.2869051 0.05150982 0.07428946 -0.1491004 0 0 0 0 0 0 +27.60815 -0.02457335 -0.141396 0.2872515 0.0160885 0.07197415 -0.1492487 0 0 0 0 0 0 +27.62516 -0.02525978 -0.1369649 0.2886506 -0.02863412 0.06915098 -0.148195 0 0 0 0 0 0 +27.64127 -0.02548077 -0.1318706 0.28894 -0.0513187 0.06854919 -0.1426657 0 0 0 0 0 0 +27.65825 -0.02581755 -0.1251699 0.2890691 -0.08109632 0.06359834 -0.130093 0 0 0 0 0 0 +27.67441 -0.02618914 -0.1194226 0.2887829 -0.1149129 0.05599369 -0.1133546 0 0 0 0 0 0 +27.69124 -0.02598281 -0.1139999 0.2880962 -0.1388359 0.05463649 -0.1009883 0 0 0 0 0 0 +27.70755 -0.02535197 -0.1098631 0.2872522 -0.1580736 0.05375265 -0.09262433 0 0 0 0 0 0 +27.72425 -0.02433796 -0.105693 0.2862262 -0.1779321 0.05226643 -0.08328806 0 0 0 0 0 0 +27.74068 -0.02336479 -0.1027117 0.2846915 -0.1935232 0.05312839 -0.07621802 0 0 0 0 0 0 +27.75731 -0.02233295 -0.09903555 0.2830627 -0.2070521 0.05524943 -0.07057649 0 0 0 0 0 0 +27.7743 -0.02110348 -0.09630932 0.2818269 -0.217477 0.05661267 -0.06554925 0 0 0 0 0 0 +27.79038 -0.02014033 -0.09447505 0.2809976 -0.2220233 0.05856369 -0.05993716 0 0 0 0 0 0 +27.80741 -0.01918746 -0.09352657 0.2801687 -0.2213091 0.0612464 -0.06405801 0 0 0 0 0 0 +27.82434 -0.01833331 -0.09284174 0.2796685 -0.2170359 0.06486037 -0.06858853 0 0 0 0 0 0 +27.84032 -0.01774939 -0.09241623 0.2793694 -0.2119603 0.06690565 -0.07095015 0 0 0 0 0 0 +27.85735 -0.01714238 -0.09209579 0.279152 -0.2049127 0.06987994 -0.0739935 0 0 0 0 0 0 +27.87335 -0.01666882 -0.09207869 0.2790024 -0.2016886 0.07197247 -0.07561249 0 0 0 0 0 0 +27.89038 -0.01630507 -0.09221642 0.278843 -0.1992705 0.07327206 -0.07537485 0 0 0 0 0 0 +27.90646 -0.016061 -0.09260303 0.2788506 -0.1968482 0.07461078 -0.07537464 0 0 0 0 0 0 +27.92292 -0.0159298 -0.09293796 0.2788807 -0.1953814 0.07543939 -0.07595835 0 0 0 0 0 0 +27.93948 -0.01580449 -0.0932278 0.278864 -0.1941436 0.07610042 -0.07677642 0 0 0 0 0 0 +27.95644 -0.01577097 -0.09359407 0.2789506 -0.1931005 0.07724708 -0.07633656 0 0 0 0 0 0 diff --git a/Assets/Record/Recorded/testrotation/6.txt.meta b/Assets/Record/Recorded/testrotation/6.txt.meta new file mode 100644 index 0000000..068e93e --- /dev/null +++ b/Assets/Record/Recorded/testrotation/6.txt.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 074ff3d6581e2004b8e252345c8837a4 +timeCreated: 1513161804 +licenseType: Free +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Record/Recorded/testrotation/7.txt b/Assets/Record/Recorded/testrotation/7.txt new file mode 100644 index 0000000..86eb311 --- /dev/null +++ b/Assets/Record/Recorded/testrotation/7.txt @@ -0,0 +1,82 @@ +Gesture: testrotation; Author: user; Recorded: +timestamp l_palm_pos_x l_palm_pos_y l_palm_pos_z r_palm_pos_x r_palm_pos_y r_palm_pos_z +28.38953 -0.01878243 -0.09220991 0.281426 -0.1967965 0.06111794 -0.06002015 0 0 0 0 0 0 +28.40678 -0.01865327 -0.09085935 0.2816076 -0.2145538 0.05853781 -0.0528364 0 0 0 0 0 0 +28.42275 -0.01844815 -0.08949687 0.2814923 -0.2354128 0.05669567 -0.04809359 0 0 0 0 0 0 +28.43922 -0.01787695 -0.08780511 0.2807894 -0.2595357 0.0576426 -0.04096743 0 0 0 0 0 0 +28.45581 -0.01683521 -0.08597258 0.2794869 -0.2860268 0.06314342 -0.03104773 0 0 0 0 0 0 +28.47236 -0.01556528 -0.08402579 0.2775604 -0.3221603 0.07351667 -0.02717108 0 0 0 0 0 0 +28.48894 -0.01455094 -0.08180712 0.2752196 -0.3527718 0.08372203 -0.01993774 0 0 0 0 0 0 +28.50593 -0.01360735 -0.07873824 0.2732206 -0.3678279 0.09305814 -0.007804688 0 0 0 0 0 0 +28.52288 -0.0125718 -0.07394412 0.2701209 -0.4151574 0.1088603 0.008880468 0 0 0 0 0 0 +28.53882 -0.01143662 -0.06977883 0.2669144 -0.4490992 0.125819 0.03030585 0 0 0 0 0 0 +28.55519 -0.009849747 -0.06577753 0.2637842 -0.475482 0.143422 0.05013193 0 0 0 0 0 0 +28.57176 -0.008313307 -0.06172661 0.2605984 -0.490703 0.1600174 0.06773969 0 0 0 0 0 0 +28.5889 -0.007167095 -0.05792482 0.2572297 -0.5004383 0.1766463 0.09068879 0 0 0 0 0 0 +28.60489 -0.006205399 -0.05460712 0.2539296 -0.5074123 0.1935314 0.1127542 0 0 0 0 0 0 +28.62191 -0.004665941 -0.05115747 0.2515181 -0.5095387 0.2160751 0.13743 0 0 0 0 0 0 +28.63803 -0.002482655 -0.05010484 0.2499054 -0.5091754 0.2436053 0.1570758 0 0 0 0 0 0 +28.65492 -0.0003329156 -0.04949498 0.2490041 -0.4983506 0.2664224 0.1702965 0 0 0 0 0 0 +28.67116 0.002158612 -0.04937604 0.2486632 -0.485798 0.2883929 0.1821277 0 0 0 0 0 0 +28.68795 0.005192716 -0.04969463 0.2486622 -0.4701553 0.3129278 0.1975823 0 0 0 0 0 0 +28.70431 0.008146487 -0.05096401 0.2484261 -0.455329 0.3396997 0.2175271 0 0 0 0 0 0 +28.72096 0.01103999 -0.05181772 0.2476515 -0.4360829 0.3605398 0.2329804 0 0 0 0 0 0 +28.73743 0.01424719 -0.05329119 0.2465072 -0.409539 0.3890617 0.2485807 0 0 0 0 0 0 +28.75401 0.01687606 -0.05423355 0.2452961 -0.3893636 0.4090323 0.2563453 0 0 0 0 0 0 +28.77105 0.02002077 -0.05497122 0.2449717 -0.3599232 0.4267958 0.2681598 0 0 0 0 0 0 +28.78714 0.02306078 -0.05704597 0.2447454 -0.3332402 0.4417259 0.2722627 0 0 0 0 0 0 +28.80404 0.02631589 -0.05964866 0.2446384 -0.2980817 0.4577428 0.2710835 0 0 0 0 0 0 +28.82028 0.02884473 -0.06284066 0.2445497 -0.2700016 0.4726908 0.2722194 0 0 0 0 0 0 +28.83705 0.03122137 -0.06818484 0.2446075 -0.2319644 0.4880256 0.2750997 0 0 0 0 0 0 +28.85339 0.03264757 -0.07406743 0.2447693 -0.1948617 0.4942764 0.2725469 0 0 0 0 0 0 +28.87007 0.0337773 -0.07977408 0.2447043 -0.1592661 0.4948111 0.2658485 0 0 0 0 0 0 +28.88653 0.03518442 -0.08569184 0.2442317 -0.1136856 0.4954579 0.2589276 0 0 0 0 0 0 +28.90312 0.03530969 -0.09303436 0.2435394 -0.05981665 0.4902705 0.2404419 0 0 0 0 0 0 +28.92011 0.03494559 -0.1008218 0.2425896 -0.005471456 0.4876374 0.2195448 0 0 0 0 0 0 +28.93623 0.03501486 -0.1077854 0.2428806 0.02783534 0.4877344 0.1965616 0 0 0 0 0 0 +28.95314 0.03510847 -0.1154136 0.24455 0.06478147 0.4766664 0.1713962 0 0 0 0 0 0 +28.96938 0.03421644 -0.1224535 0.2461972 0.09187528 0.4597486 0.1396984 0 0 0 0 0 0 +28.98619 0.03305729 -0.1273353 0.2468701 0.1169443 0.4409944 0.112784 0 0 0 0 0 0 +29.00255 0.03225063 -0.1315288 0.2479586 0.1320227 0.42715 0.09949864 0 0 0 0 0 0 +29.01906 0.03143586 -0.1362487 0.2502333 0.1391323 0.4161218 0.091575 0 0 0 0 0 0 +29.03562 0.02997719 -0.1408384 0.2532044 0.1442599 0.3988216 0.07736896 0 0 0 0 0 0 +29.0522 0.0270832 -0.1464756 0.2559889 0.1529541 0.368422 0.05350049 0 0 0 0 0 0 +29.06876 0.02320696 -0.1508453 0.2585037 0.1651253 0.3439431 0.01519192 0 0 0 0 0 0 +29.08533 0.01803092 -0.1556278 0.2612645 0.1790977 0.3202809 -0.006748283 0 0 0 0 0 0 +29.10224 0.01389603 -0.160106 0.2658539 0.1905401 0.3046154 -0.01844961 0 0 0 0 0 0 +29.11847 0.009610667 -0.162614 0.2708119 0.1926227 0.2793901 -0.03038085 0 0 0 0 0 0 +29.13504 0.005716596 -0.1624725 0.2718399 0.192909 0.2561645 -0.04270268 0 0 0 0 0 0 +29.15159 -0.0008913415 -0.1610636 0.2714543 0.1701938 0.2269727 -0.03620284 0 0 0 0 0 0 +29.16828 -0.002793989 -0.1616863 0.27045 0.1858446 0.1959698 -0.03163646 0 0 0 0 0 0 +29.18529 -0.003587493 -0.1601965 0.2713313 0.1884655 0.1798792 -0.08703518 0 0 0 0 0 0 +29.20129 -0.005777909 -0.1552145 0.2726569 0.144085 0.1921441 -0.15464 0 0 0 0 0 0 +29.21832 -0.009726674 -0.1562299 0.2774301 0.09314768 0.2050353 -0.1929857 0 0 0 0 0 0 +29.23442 -0.01383179 -0.1587493 0.2812349 0.1015201 0.1832946 -0.2125958 0 0 0 0 0 0 +29.25133 -0.01763615 -0.1596189 0.2839859 0.1173686 0.1557246 -0.2109106 0 0 0 0 0 0 +29.26756 -0.02039376 -0.1597333 0.285729 0.1191048 0.1312012 -0.2152957 0 0 0 0 0 0 +29.28437 -0.02323843 -0.1571725 0.287764 0.104586 0.1060367 -0.229173 0 0 0 0 0 0 +29.30069 -0.02526509 -0.154842 0.2891798 0.07516604 0.08379386 -0.2405993 0 0 0 0 0 0 +29.31738 -0.02691741 -0.1528988 0.2885236 0.05013663 0.07722419 -0.2300138 0 0 0 0 0 0 +29.33384 -0.0284845 -0.1506013 0.2882435 0.040005 0.09020408 -0.2352996 0 0 0 0 0 0 +29.3504 -0.02928055 -0.146093 0.2885417 0.01896231 0.08533882 -0.2198533 0 0 0 0 0 0 +29.36741 -0.03015387 -0.138455 0.2892214 -0.02628035 0.07017248 -0.1938573 0 0 0 0 0 0 +29.38442 -0.03004173 -0.1337112 0.2889536 -0.0525322 0.06740379 -0.1825195 0 0 0 0 0 0 +29.40042 -0.02987481 -0.1293097 0.2880663 -0.06734772 0.06733221 -0.1742497 0 0 0 0 0 0 +29.41666 -0.02960771 -0.1245194 0.2880454 -0.1025361 0.06415126 -0.1606455 0 0 0 0 0 0 +29.43345 -0.02866984 -0.1195074 0.2880563 -0.1379425 0.06364523 -0.1472822 0 0 0 0 0 0 +29.45046 -0.02771579 -0.1138094 0.2872376 -0.1702586 0.06004042 -0.1349757 0 0 0 0 0 0 +29.46648 -0.02680236 -0.1088163 0.2857957 -0.1959151 0.05856079 -0.1217916 0 0 0 0 0 0 +29.48349 -0.02591174 -0.1038277 0.2840218 -0.2180667 0.05861798 -0.1067679 0 0 0 0 0 0 +29.4995 -0.02511462 -0.1006064 0.2828809 -0.2327959 0.05764851 -0.09655428 0 0 0 0 0 0 +29.51655 -0.02401446 -0.09779547 0.2815092 -0.2414479 0.05941473 -0.08870644 0 0 0 0 0 0 +29.53263 -0.02294139 -0.09607945 0.2807262 -0.2434398 0.0623034 -0.08278179 0 0 0 0 0 0 +29.54955 -0.02204805 -0.09434079 0.2799109 -0.2435874 0.06541924 -0.07764599 0 0 0 0 0 0 +29.56576 -0.02132449 -0.09315956 0.2795201 -0.2412993 0.0687732 -0.07425722 0 0 0 0 0 0 +29.58257 -0.02051016 -0.09256716 0.2791426 -0.2382969 0.07319278 -0.07341244 0 0 0 0 0 0 +29.5989 -0.01957893 -0.09216082 0.2789596 -0.2349473 0.07841684 -0.07263514 0 0 0 0 0 0 +29.61569 -0.01957799 -0.09201543 0.2783256 -0.2382572 0.07561105 -0.07811726 0 0 0 0 0 0 +29.63202 -0.01930822 -0.092207 0.2781139 -0.2380369 0.07829207 -0.0787731 0 0 0 0 0 0 +29.64861 -0.01905617 -0.09252664 0.2780929 -0.2375475 0.07964417 -0.08007281 0 0 0 0 0 0 +29.66516 -0.01886294 -0.09274182 0.2781423 -0.2366935 0.08073131 -0.08034457 0 0 0 0 0 0 +29.68173 -0.01875311 -0.09287974 0.2780767 -0.2356008 0.08154182 -0.08003113 0 0 0 0 0 0 +29.69865 -0.01866674 -0.09300531 0.27805 -0.2347131 0.08169438 -0.07994723 0 0 0 0 0 0 diff --git a/Assets/Record/Recorded/testrotation/7.txt.meta b/Assets/Record/Recorded/testrotation/7.txt.meta new file mode 100644 index 0000000..056693f --- /dev/null +++ b/Assets/Record/Recorded/testrotation/7.txt.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 004b88535929a074596bfab640b199e3 +timeCreated: 1513161804 +licenseType: Free +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Record/Recorder.cs b/Assets/Record/Recorder.cs index d194b1b..8cbdef3 100644 --- a/Assets/Record/Recorder.cs +++ b/Assets/Record/Recorder.cs @@ -58,25 +58,36 @@ public class Recorder : MonoBehaviour void Update () { if (mStreamWriter != null) - { - Vector3 leftPalm = Vector3.zero, rightPalm = Vector3.zero; + { + Vector3 leftPalmPosition = Vector3.zero, rightPalmPosition = Vector3.zero; + Vector3 leftPalmRotation = Vector3.zero, rightPalmRotation = Vector3.zero; Frame frame = LeapService.CurrentFrame; foreach (Hand hand in frame.Hands) { - if (hand.IsLeft) - leftPalm = hand.PalmPosition.ToVector3(); - else - rightPalm = hand.PalmPosition.ToVector3(); + if (hand.IsLeft) + { + leftPalmPosition = hand.PalmPosition.ToVector3 (); + leftPalmRotation = new Vector3(hand.Rotation.x, hand.Rotation.y, hand.Rotation.z); + } + else + { + rightPalmPosition = hand.PalmPosition.ToVector3(); + rightPalmRotation = new Vector3(hand.Rotation.x, hand.Rotation.y, hand.Rotation.z); + } } - mStreamWriter.WriteLine(DataToString(leftPalm, rightPalm)); + mStreamWriter.WriteLine(DataToString(leftPalmPosition, leftPalmRotation, rightPalmPosition, rightPalmRotation)); } } - private static string DataToString(Vector3 leftPalm, Vector3 rightPalm) + private static string DataToString(Vector3 leftPalmPosition, Vector3 leftPalmRotation, Vector3 rightPalmPosition, Vector3 rightPalmRotation) { - return string.Format("{0} {1} {2} {3} {4} {5} {6}", Time.unscaledTime, leftPalm.x, leftPalm.y, leftPalm.z, rightPalm.x, rightPalm.y, rightPalm.z); + return string.Format("{0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12}", Time.unscaledTime, + leftPalmPosition.x, leftPalmPosition.y, leftPalmPosition.z, + leftPalmRotation.x, leftPalmRotation.y, leftPalmRotation.z, + rightPalmPosition.x, rightPalmPosition.y, rightPalmPosition.z, + rightPalmRotation.x, rightPalmRotation.y, rightPalmRotation.z); } public void UpdateGestureName(string name) diff --git a/Assets/Replay/Replay.cs b/Assets/Replay/Replay.cs index d24ae28..57126d3 100644 --- a/Assets/Replay/Replay.cs +++ b/Assets/Replay/Replay.cs @@ -4,6 +4,7 @@ using UnityEngine; public class Replay : MonoBehaviour { + public float rotationFactor = 3.0f; public string gestureToLoad = "swing/1"; Gesture gestureToReplay; int currentFrame = -1; @@ -34,9 +35,12 @@ public class Replay : MonoBehaviour if (goToNextFrame) { currentFrame++; - Vector3 framePosition = gestureToReplay.states [currentFrame].position; - transform.position = framePosition; - Debug.Log ("[Replay] applying position " + framePosition +", key: " + currentFrame); + transform.position = gestureToReplay.states [currentFrame].position; + + float factor = 180 / 3.14f * rotationFactor; + Vector3 rot = gestureToReplay.states [currentFrame].rotation * factor; + + transform.rotation = Quaternion.Euler(rot); lastTimestamp = Time.unscaledTime; } } diff --git a/Assets/Replay/Replay.unity b/Assets/Replay/Replay.unity index 7c3dd03..13d2f45 100644 --- a/Assets/Replay/Replay.unity +++ b/Assets/Replay/Replay.unity @@ -133,24 +133,32 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 400002, guid: db05eede977aada4e9a9f5dd888fc8d7, type: 3} propertyPath: m_LocalRotation.x - value: -0 + value: 0 objectReference: {fileID: 0} - target: {fileID: 400002, guid: db05eede977aada4e9a9f5dd888fc8d7, type: 3} propertyPath: m_LocalRotation.y - value: -0 + value: 0.7071068 objectReference: {fileID: 0} - target: {fileID: 400002, guid: db05eede977aada4e9a9f5dd888fc8d7, type: 3} propertyPath: m_LocalRotation.z - value: -0 + value: 0.7071068 objectReference: {fileID: 0} - target: {fileID: 400002, guid: db05eede977aada4e9a9f5dd888fc8d7, type: 3} propertyPath: m_LocalRotation.w - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 400002, guid: db05eede977aada4e9a9f5dd888fc8d7, type: 3} propertyPath: m_RootOrder value: 0 objectReference: {fileID: 0} + - target: {fileID: 400002, guid: db05eede977aada4e9a9f5dd888fc8d7, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -90 + objectReference: {fileID: 0} + - target: {fileID: 400002, guid: db05eede977aada4e9a9f5dd888fc8d7, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: db05eede977aada4e9a9f5dd888fc8d7, type: 3} m_IsPrefabParent: 0 @@ -273,21 +281,21 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04957c95584773b488c1ee790d2da0a8, type: 3} m_Name: m_EditorClassIdentifier: - gestureToLoad: swing/1 + gestureToLoad: gesture/0 --- !u!4 &1805769540 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1805769538} - m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0.18496817, y: -0.23865108, z: 0.42485508} m_LocalScale: {x: 0.3, y: 0.3, z: 0.3} m_Children: - {fileID: 768548352} m_Father: {fileID: 0} m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1966885502 GameObject: m_ObjectHideFlags: 0 -- GitLab