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

Make TransitionController failure aware

climategadgets opened this issue · comments

Currently, if an error happens in the middle of a transition, it is just logged, and that's it.

However, the way Servo#setPosition() communicates the status allows to pass it to a TransitionController and further to Servo#setPosition() caller.