ServoToPosition

constructor(servo: Servo, targetPosition: Double, subsystem: Subsystem)


constructor(servo: Servo, targetPosition: Double, subsystems: Set<Subsystem>)

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)