john2zy / IMU-Position-Tracking

Position Tracking With IMU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online using

zedxi opened this issue · comments

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

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

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