ServoToPosition
class ServoToPosition(val servo: Servo, val targetPosition: Double, val subsystems: Set<Subsystem>) : Command
This command moves a servo to a target position
Parameters
servo
the servo to move
targetPosition
the position to move the servo to
subsystems
the subsystems this command interacts with (should be whatever subsystem holds this command)