Skip to content
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

Easy calibration #7

Merged
merged 7 commits into from
Apr 24, 2021
Merged

Conversation

Psychokiller1888
Copy link
Contributor

Added a calibration page for the ESP8266 module

The calibration page supports relative offsets, rather than absolute ones which would have required a complete reimplementation of WriteInstinct/OpenCat.h into the ESP module to access joints values, which wasn't acceptable in my opinion. To achieve the relative offset settings, I modified OpenCat main sketch to add the support:

  • Sending a C command with a value of 1000 or higher will increase the offset by Value - 1000. Example: C12 1005 will increase the offset by 5 degrees from current position
  • Sending a C command with a value of -1000 or lower will decrease the offset by Value + 1000. Example: C12 -1005 will decrease the offset by 5 degrees from current position

@borntoleave borntoleave merged commit 451329f into PetoiCamp:main Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants