Skip to content

setup dribbler interface#3732

Draft
GrayHoang wants to merge 22 commits into
UBC-Thunderbots:tbots/motorfrom
GrayHoang:dribbler_fw
Draft

setup dribbler interface#3732
GrayHoang wants to merge 22 commits into
UBC-Thunderbots:tbots/motorfrom
GrayHoang:dribbler_fw

Conversation

@GrayHoang
Copy link
Copy Markdown
Contributor

@GrayHoang GrayHoang commented May 22, 2026

Description

The current status of this PR is that I need to route the commands from motor control to the powerboard. There, I should calculate some PWM ramping so that the dribbler slowly climbs to the target RPM. I will probably maintain the current target RPM functionality, and within powerservice there will be a PWM calculation to convert desired rpm to duty cycle. Then, this PWM duty cycle is fed to powerloop, which toggles the pin high/low to control the dribbler.

Testing Done

Resolved Issues

Length Justification and Key Files to Review

Review Checklist

It is the reviewers responsibility to also make sure every item here has been covered

  • Function & Class comments: All function definitions (usually in the .h file) should have a javadoc style comment at the start of them. For examples, see the functions defined in thunderbots/software/geom. Similarly, all classes should have an associated Javadoc comment explaining the purpose of the class.
  • Remove all commented out code
  • Remove extra print statements: for example, those just used for testing
  • Resolve all TODO's: All TODO (or similar) statements should either be completed or associated with a github issue

@GrayHoang GrayHoang changed the base branch from tbots/motor to master May 25, 2026 23:47
@GrayHoang GrayHoang changed the base branch from master to tbots/motor May 25, 2026 23:47
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.

1 participant