We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Constants.h is missing PWM/CAN output for intake motor.
Constants.h
Determine which motor controller to use and which output controls it.
If using CAN bus, update intake motor constants with CAN bus ID. If using PWM, update intake motor constants to PWM ID.
If not using SmartMAX controller, replace controllers in subsystems/Intake.h and subsystems/Intake.cpp with appropriate class.
subsystems/Intake.h
subsystems/Intake.cpp
The text was updated successfully, but these errors were encountered:
We should be using a Talon SRX (rather than a Spark MAX, since it’s a 775pro instead of a NEO), which is what the class currently has.
Sorry, something went wrong.
Looks like you added the Talon SRX library and updated the subsystem to utilize that controller. Thanks.
We still need to assign a CAN bus ID.
No branches or pull requests
Constants.h
is missing PWM/CAN output for intake motor.Determine which motor controller to use and which output controls it.
If using CAN bus, update intake motor constants with CAN bus ID.
If using PWM, update intake motor constants to PWM ID.
If not using SmartMAX controller, replace controllers in
subsystems/Intake.h
andsubsystems/Intake.cpp
with appropriate class.The text was updated successfully, but these errors were encountered: