laurb9/PanoController-Firmware

Increase movement precision

laurb9 opened this issue · 0 comments

  1. Currently platform movement precision is limited by reduction ratio. We need more precision.
  2. The FOV angles are stored as integers, which for longer lenses is imprecise (3 instead of 3.48, etc)

Switch the movement calculation code to floats entirely. Should be ok even with Arduino, it only adds <1K to the code.