parallaxinc / Simple-Libraries

Contents of the SimpleIDE workspace folder and its Parallax Learn Simple Libraries subfolder.
http://learn.parallax.com/propeller-c-set-simpleide/update-your-learn-folder
21 stars 21 forks source link

servo360 - 64 ticks per second hesitations in some test units #132

Closed AndyLindsay closed 6 years ago

AndyLindsay commented 6 years ago

Some of the test servos show a tendency to hesitate at 64 ticks per second. It appears to be in response to some attribute of control system corrections. Below is a list of approaches to resolve this.

AndyLindsay commented 6 years ago

This issue seems to have been resolved by a combination of removing servo control pulse jitter, adding coupling between left and right ActivityBot servos, and setting Ki and Kd to 0 in the PID loop.

Servo support count still temporarily reduced from 4 to 2.

AndyLindsay commented 6 years ago

Closed in this commit, but always make sure to get the latest from the community branch.