I have been playing around with artoo , and arduino board and a servo and one problems annoys me. The servo reset to position 0 before the first move action is performed.
I have tried playing around with the default @current_angle but that does not seem to change anything.
Is there a way to disable that behaviour, as I suspect , this behaviour is defined in firmata and cannot be modified ?
We'll check into it, but I think you might be right and all pins reset when setting up the firmata connection, anyhow it is worth to take a look. I'll let you know if I find anything.
I have been playing around with artoo , and arduino board and a servo and one problems annoys me. The servo reset to position 0 before the first move action is performed.
I have tried playing around with the default
@current_angle
but that does not seem to change anything.Is there a way to disable that behaviour, as I suspect , this behaviour is defined in firmata and cannot be modified ?
Thank you for this very cool project.