summaryrefslogtreecommitdiffhomepage
path: root/pose-widget/pose-widget.cpp
AgeCommit message (Collapse)Author
2017-04-06pose-widget: prevent races and serial executionStanislaw Halik
We actually need to use "mtx" with the condition variable and copy the data to the worker thread's stack. Also allow for synchronous pose update, for tracking stoppage.
2017-04-06pose-widget: rename unit and headerStanislaw Halik