john2zy / IMU-Position-Tracking

Position Tracking With IMU
200 stars 46 forks source link

Online using #2

Closed zedxi closed 3 years ago

zedxi commented 3 years ago

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

john2zy commented 3 years ago

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.

zedxi commented 3 years ago

请问一下有实时运行的代码吗,因为发现卡尔曼滤波等函数需要用到全部数据,请问该如何修改呢?

---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.

john2zy commented 3 years ago

不需要用到全部数据,while loop改为接收数据即可实时