wei-kris

Results 11 issues of wei-kris

您好 ,我看到您对通过imu和gps传感器模拟定位有很多经验 ,我有一个问题很困扰想从您这得到帮助。 我是游戏开发工程师 ,希望通过手机的imu和gps模拟手机的姿态和位置出现在unity(游戏引擎)中的地图上行驶。 但是我根据imu的横摆角来模拟时和gps经纬发生了很大的偏离 ,您是否有使用gps来纠正imu yaw角 来修正朝向的经验? 我希望能够及时的响应imu的朝向 ,但不要偏离gps位置太多 。 ![image](https://user-images.githubusercontent.com/704748/160768883-fc89c8da-675d-4971-9ace-4b17ddd4b528.png) 黄色箭头是gps位置,红色箭头是根据imu航向和速度模拟的,朝向偏差导致分道扬镳了。

hello , I had a error when I dragged a wiget Uncaught TypeError: Cannot read property 'components' of undefined at Store.eval (index.js?e9c9:64) at wrappedMutationHandler (/Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:699) at commitIterator (/Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:391) at Array.forEach...

如果使用TTS,有文本的话,对于音素的提取该解决方案是否就没那么适用了 ? 请问有针对TTS的解决方案的相关资料吗 ?

![image](https://user-images.githubusercontent.com/704748/142146151-7ce7aeb8-691b-435a-9e62-bbab18a4138a.png) ![image](https://user-images.githubusercontent.com/704748/142146200-0fa17b5f-6686-4aca-8380-8bd4a4d7b188.png) I get an error when using 'yarn web'

When moving in the real world, how to convert speedmeterspersecond into pixels in the unity world? I don't know how many pixels are moved in the unity world by moving...

您好 ,我看到您对通过imu和gps传感器模拟定位有很多经验 ,我有一个问题很困扰想从您这得到帮助。 我是游戏开发工程师 ,希望通过手机的imu和gps模拟手机的姿态和位置出现在unity(游戏引擎)中的地图上行驶。 但是我根据imu的横摆角来模拟时和gps经纬发生了很大的偏离 ,您是否有使用gps来纠正imu yaw角 来修正朝向的经验? 我希望能够及时的响应imu的朝向 ,但不要偏离gps位置太多 。 ![image](https://user-images.githubusercontent.com/704748/160768178-bbe7f636-45c9-4dba-be78-b1515bbb3d27.png) 黄色箭头是gps位置,红色箭头是根据imu航向和速度模拟的,朝向偏差导致分道扬镳了。

I haven't found a solution to use metamask and walletconnect on android or ios.

invalid

通过gnss和街道数据是否能用来修正IMU朝向?

希望实现虚拟人对话中改变情绪,比如悲伤的说话,开心的说话,兴奋的说话 , 是通过使用一张带有情绪的图片比较好? 还是使用eye-link 给一个带有情绪的视频会比较好呢 ? 亦或者是有实现?

discussion

您好 ,我希望渲染时把视频中的指定rgb值设置为透明的,来达到透明视频的效果 ,能否给一些思路。 感谢。