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

Grabber Filled Detection #69

Open
JavaBlendPhilippe opened this issue Mar 2, 2023 · 1 comment
Open

Grabber Filled Detection #69

JavaBlendPhilippe opened this issue Mar 2, 2023 · 1 comment
Assignees
Labels
Collection Components that focus on collecting a game piece. Robot Abilities A robot ability (ex. a grabber, climber, shooter, etc) besides driving.

Comments

@JavaBlendPhilippe
Copy link
Contributor

Using the Spark Max API and Library, find and implement a way to check for current spikes due to stalling. Use that to stop the Grabber when it picks up a cone/cube. Also, Move Grabber into its own subsystem

@JavaBlendPhilippe JavaBlendPhilippe self-assigned this Mar 2, 2023
@JavaBlendPhilippe JavaBlendPhilippe added Collection Components that focus on collecting a game piece. Robot Abilities A robot ability (ex. a grabber, climber, shooter, etc) besides driving. labels Mar 2, 2023
@JavaBlendPhilippe
Copy link
Contributor Author

Using .getOutputCurrent() on Grabber Motor, find Free Spin Current, Current when drawing in a cone, and the current when it stalls. Using these values and method, create a soft limit that will kill motor power when it draws too much power (i.e. it has drawn in a cone). This will allow the robot to check when it has picked up a cone/cube.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Collection Components that focus on collecting a game piece. Robot Abilities A robot ability (ex. a grabber, climber, shooter, etc) besides driving.
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant