climategadgets / servomaster

Platform and hardware Independent servo controller driver

Home Page:https://climategadgets.github.io/servomaster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eliminate the second thread in TransitionController framework

climategadgets opened this issue · comments

Current TransitionController support is overcomplicated - it involves two threads and asynchronous exchange between them. It works, but it can be made simpler using just one thread and a proxy with access to AbstractServo#setActualPosition().

This issue is related to #5.