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

Create a Turret Subsystem #6

Open
Rain-Alderson opened this issue May 16, 2020 · 0 comments
Open

Create a Turret Subsystem #6

Rain-Alderson opened this issue May 16, 2020 · 0 comments
Assignees

Comments

@Rain-Alderson
Copy link

Create a new subsystem in the code that is responsible for aiming a turret.

The new subsystem should include a single motor and encoder. These will control the direction of the turret's aim. The motor and encoder should be used together with the Camera's detected goal position to aim at the goal. The current implementation for aiming can be used for reference: DriveSubsystem (See the aim PID controller and its uses).

The CameraAim command should also be updated to aim with the new TurretSubsystem instead of using the DriveSubsystem.

Please post discussion about the turret subsystem here, or any updates that may occur.

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

No branches or pull requests

2 participants