Announcement

Collapse
No announcement yet.

Detecting yaw direction

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Detecting yaw direction

    Hi,
    just came across Osculator and I am trying it out in order to get my WII remote to communicate with a web based application by sending Keycodes to the browser replacing the standard keyboard inputs. So far all is working quite nicely. Better than other solutions I've tried so far.

    The one thing I cannot seem to work out is how to detect/send the yaw direction. I would like to distinguish the left from right direction. Configured 'MotionPlus' for this. Using 'Quick Look', I see Osculator does detect the left and right but how can I assign different keys/actions to the left and right motion?

    Thanks for any help,
    Pascal

  • #2
    Hi Pascal,

    You're on the right track.

    Here's what you could do:

    - select the "yaw" argument in the list
    - choose Edit->Split

    Now the "yaw" argument has been split in two ("yaw (hi)" and "yaw (lo)") representing the high and low halves of the yaw value, to which you can assign a Keycode event.


    Best,
    Cam

    Comment


    • #3
      Hi Camille,

      thanks for your quick reply and solution, it works like a charm!

      Pascal

      Comment

      Working...
      X