Open
Description
Until Vortex support is added to lib199, immediately after constructing the controller, put it in a known state and then set any relevant configuration parameters (e.g. voltage compensation, the smart current limit, etc). You can largely just copy this code:
The following code should be motor/controller-agnostic whenever possible so that minimal changes are required when changing motors/controllers.
Specifically, that means:
- Use a
CANSparkBase
instead ofCANSparkVortex
as the type. - Use an agnostic variable name like
outtakeMotor
instead ofoutakeVortexMotor
.
Metadata
Metadata
Assignees
Labels
No labels