Change feedback values from snapshots to aggregations #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
All motor feedback values sent from the hoverboard controller are momentary snapshots when preparing the feedback packet.
Those do not reflect the average/minimum/maximum value since last feedback was sent.
Change that to aggregated values (to allow for better statistics).