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

Implement Motor driver #14

Open
6 tasks
margrevm opened this issue Sep 23, 2020 · 0 comments
Open
6 tasks

Implement Motor driver #14

margrevm opened this issue Sep 23, 2020 · 0 comments
Labels
enhancement New feature or request
Projects
Milestone

Comments

@margrevm
Copy link
Owner

margrevm commented Sep 23, 2020

Requirements:

  • This class will drive the motors by getting 'commands'.
  • It will control its speed using a PID.
  • Some functionalities:
    • turn by x degrees using the encoders (one wheel or two wheels)
    • ramp acceleration
    • ramp deceleration

image

Steps:

  • Check for existing projects
  • Code
  • Write unit tests
  • Add documentation
    • Hardware design
    • Software design

https://github.com/DrGFreeman/TimedPID/blob/master/TimedPID.cpp

@margrevm margrevm added enhancement New feature or request design software part that has to designed test has to be tested labels Sep 23, 2020
@margrevm margrevm added this to the V1 milestone Sep 23, 2020
@margrevm margrevm added this to To do in Trollbot via automation Sep 23, 2020
@margrevm margrevm removed design software part that has to designed test has to be tested labels Sep 23, 2020
@margrevm margrevm modified the milestones: V1, V0.1, V0.2 Mar 19, 2021
@margrevm margrevm modified the milestones: V0.2, V0.3 Mar 19, 2021
@margrevm margrevm modified the milestones: V1.1, V1 Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant