Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

ETロボコン向けシミュレータ時刻同期周りのスレッド競合の可能性 #4

Closed
tmori opened this issue Apr 27, 2020 · 1 comment

Comments

@tmori
Copy link
Owner

tmori commented Apr 27, 2020

Unityからの時刻同期およびセンシング情報は,athrill内のスレッドでUDPパケット受信し,そのデータをレジスタ用のバッファにコピーしている.

このUDPスレッドは,CPU駆動で実行するスレッドと排他していないので,競合する可能性がある.修正方法は単純で,これらのスレッド間で共有データアクセスする際に排他をかければよい.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants