-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to calculate calibrationTransform? #3
Comments
Hi Vincy-Ying, Thanks for pointing that out. So please feel free to fix that section and let me know if you come up with a better solution. For me the project is on-hold for the time being, and I most likely won't be able to work on this in a foreseeable future. |
Thank you for your reply. I have tried to run the Bewegungsfelder.exe and loaded bvh file into it, the application always failed and exited. I donnot know the reason, can you help me with it? Do I need to load the bvh file recorded by your sensors, not any other bvh files? |
Yes, it should work with third-party bvh files, it's tested with a couple files I found online. If you can provide the file, I can try and have a look. |
Thanks, I have sent email to you and the bvh file has been attached. |
Hi, sorry for not getting back to you earlier.I have not seen any BVH file in my emails. |
Thank you for your reply. I has solved that issue. Is your research direction about wearable system or motion capture, there are some key points I want to discuss with you, thanks!
…------------------ 原始邮件 ------------------
发件人: "herzig/bewegungsfelder" <notifications@github.com>;
发送时间: 2020年10月9日(星期五) 下午5:01
收件人: "herzig/bewegungsfelder"<bewegungsfelder@noreply.github.com>;
抄送: "是初"<2468258590@qq.com>;"Author"<author@noreply.github.com>;
主题: Re: [herzig/bewegungsfelder] How to calculate calibrationTransform? (#3)
Thanks, I have sent email to you and the bvh file has been attached.
Hi, sorry for not getting back to you earlier.I have not seen any BVH file in my emails.
If this is still an issue, can you attach it here or upload it somewhere else?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@Vincy-Ying hello,我也在做动作捕捉,mpu6050+esp8266,在unity环境中,我已经给你发了邮件,遇到一些问题。方便时候交流一下。 |
Hello, I have some questions about CalculateCalibrationTransform() in SensorBoneLink.cs? First, "source " has been converted into "source.Transposed", and then, when getting "CalibrationTransform", "source" has been converted into "source.Transposed" again, so, its value is the initial value. Why do you make two transposed transforms? Why do you use "target" to multiply it?
The text was updated successfully, but these errors were encountered: