I tested the movement of the neck by sending it ~10 degree increments and printed the current and the new position before the movement is actually executed.
These are the results printed from within board.py
current neck position: 10
next neck position: 21
current neck position: 21
next neck position: 32
current neck position: 71
next neck position: 82
current neck position: 81
next neck position: 92
current neck position: 91
next neck position: 102
current neck position: 101
next neck position: 112
current neck position: 111
next neck position: 122
current neck position: 121
next neck position: 132
current neck position: 131
next neck position: 142
After the second movement the data was off by 40 degree!!!!
After the last position I again hit the issue reported in #142
@mzillich @ipa-nhg I guess this needs to be sorted out as soon as possible.
I tested the movement of the neck by sending it ~10 degree increments and printed the current and the new position before the movement is actually executed.
These are the results printed from within board.py
After the second movement the data was off by 40 degree!!!!
After the last position I again hit the issue reported in #142
@mzillich @ipa-nhg I guess this needs to be sorted out as soon as possible.