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

Position_Controlled_Motors and friends #35

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open

Conversation

xxAtrain223
Copy link
Contributor

Lots of changes...

Seperated pid and vpid.
Added position_controlled_motor.
Fixed i2c_encoder raw_position and get_position.
Added some debugging to core for commands not implemented.

I made a couple more local changes that need to be pushed before merging.

from .component import Component


class Pid(Component):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this class be Vpid and all the functions only be for vpid?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should, that class also still needs to be cut down to just vpid. I'm doing it now.

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