Online using
zedxi opened this issue · comments
席杰 commented
Your project is really good.I'd like to use it for data processing in real-time. Is that work still well?Could you give me some advice for modifications. Thanks a lot
John commented
Yes you can make it work for real time processing. Just port the filter to the included real time code or remove filtering all together. Plotting in real time is not easy, maybe you can use Javascript stuff on a browser for that and send data with a http connection. However the tracking accuracy is not useable with 200 Hz sampling rate with my experiments. I'm not an expert but I'd say combing multiple IMUs would be helpful.
席杰 commented
请问一下有实时运行的代码吗,因为发现卡尔曼滤波等函数需要用到全部数据,请问该如何修改呢?
…---Original---
From: ***@***.***>
Date: Wed, May 12, 2021 14:52 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [LibofRelax/IMU-Position-Tracking] Online using (#2)
Yes you can make it work for real time processing. Just port the filter to the included real time code or remove filtering all together. Plotting in real time is not easy, maybe you can use Javascript stuff on a browser for that and send data with a http connection. However the tracking accuracy is not useable with 200 Hz sampling rate with my experiments. I'm not an expert but I'd say combing multiple IMUs would be helpful.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
John commented
不需要用到全部数据,while loop改为接收数据即可实时