You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The s3_motorSet command, in s3.c, may advance either wheel's position, when the speed is changed from 0 to 0, while the other wheel is set to a non-zero speed. The following program repeatedly sets the left wheel speed to 25, and the right one to 0, but the right wheel advances often enough with each call to have noticeable movement:
Each call to s3_motorSet appears to have a change of advancing the right wheel, and while frequent calls make the movement obvious, it is still noticeable on any individual call where the uncommanded position advancement occurs.
The text was updated successfully, but these errors were encountered:
The s3_motorSet command, in s3.c, may advance either wheel's position, when the speed is changed from 0 to 0, while the other wheel is set to a non-zero speed. The following program repeatedly sets the left wheel speed to 25, and the right one to 0, but the right wheel advances often enough with each call to have noticeable movement:
Each call to s3_motorSet appears to have a change of advancing the right wheel, and while frequent calls make the movement obvious, it is still noticeable on any individual call where the uncommanded position advancement occurs.
The text was updated successfully, but these errors were encountered: