Closed will121173 closed 5 years ago
You seem to be correct. Other option would be to change this:
return tuple([value / so * sf for value in xyz])
to
return tuple([value / so / sf for value in xyz])
But yours is the technically correct way to do it. Will merge soonish. Thanks!
Released as 0.2.1
. Thanks!
I think line123 means deg to rad. old : deg (180/pi) -> too big new: deg (pi/180) -> rad to fit to the "accel" sentences, I changed variable.
I am not used to pull request. Please forgive me. Even if it is strange.