使用 Brian Peek 的 Wiimotelib 1.8 beta 访问 wiimotion plus 中的陀螺仪
我对如何使用 wiimote lib beta 1.8 从 wiimotion plus 访问陀螺仪数据感到有点困惑。我知道对于加速度计你会做这样的事情:
Wiimote.WiimoteState.AccelState.Values.X;
对于wiimotion plus,我首先需要通过以下方式初始化它:
Wiimote.InitializeMotionPlus();
之后,我不确定如何访问陀螺仪值。
非常感谢任何帮助。
I am sort of confused on how to access gyroscope data from the wiimotion plus using the wiimote lib beta 1.8. I know for the accelerometer you would do something like this:
Wiimote.WiimoteState.AccelState.Values.X;
For the wiimotion plus, I first need to initialise it by:
Wiimote.InitializeMotionPlus();
After that, I am unsure on how to access the gyro values.
Any help is greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我犯了一个愚蠢的错误。它是这样完成的:
I made a stupid mistake. This is how it is done: