Major update to 0.7
-Converted entire architecture to support component based extension in
blueprints, please refer to the documentation
-Each event now emits a UMyoController pointer allowing for additional
controller data to be obtained in the context of the event and to also
easily perform checks such as IsLeftMyo
-Updated to UE4.5
-MyoComponent/Convenience base classes can now obtain left/right and
primary myo as a convenience.
See the Thread post for how to use the new API.
With the new API you can for example show a debug myo orientation like this
with a Draw Orientation function like this
which gives the following result in the Rolling template
Note in example two myos were paired and the orientation was obtained from calibrated values thus needed a calibration call to each myo when the user was pointing them toward the screen (e.g. point to screen and bind calibration to make fist).
Edit:
Plugin Update to 0.7.1
-update syncs the plugin to beta-5, update your myos to firmware
0.8.17 or later to use with plugin.
-Fixed unpairing event issues caused by beta-3, now supports full
features again.