-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
abdrive360/servo360 - try EEPROM calibration / transfer function adjusting functions #151
Comments
Transfer function adjustment functions added in servo360 - try increasing start pulse duration. |
This project: Find upper and lower Zero Speed Cutoff Pulse Durations.side ...determines the calibration values. Next steps: Add to abdrive360, retrieve and configure the servo360 instances.
Deterimine calibration values for #151 This project: Find upper and lower Zero Speed Cutoff Pulse Durations.side ...determines the calibration values. Next steps:
|
…sting functions #151 Implements calibration. ActivityBot example programs for calibration and displaying calibration settings and results ported to ActivityBot360.
…sting functions #151 Implements calibration. ActivityBot example programs for calibration and displaying calibration settings and results ported to ActivityBot360.
…sting functions #151 Add: abcalibrate360.h cal_clear() cal_displayResults() cal_displayData() cal_activityBot() servo360.h int servo360_setTransferFunction(int pin, int constant, int value) abdrive360.h void drive_encoderPins(int encPinLeft, int encPinRight) void drive_servoPins(int servoPinLeft, int servoPinRight)
abdrive360/servo360 - try EEPROM calibration / transfer function adjusting functions #151 Add: abcalibrate360.h servo360.h abdrive360.h |
…sting functions #151 Add: abcalibrate360.h cal_clear() cal_displayResults() cal_displayData() cal_activityBot() servo360.h int servo360_setTransferFunction(int pin, int constant, int value) abdrive360.h void drive_encoderPins(int encPinLeft, int encPinRight) void drive_servoPins(int servoPinLeft, int servoPinRight)
This could greatly simplify solving these two issues:
The drawback is going to be getting everyone in the habit of doing this for the ActivityBot.
The text was updated successfully, but these errors were encountered: