MultipleServosToPosition
class MultipleServosToPosition @JvmOverloads constructor(val servos: List<Servo>, val target: Double, val subsystems: Set<Subsystem> = setOf()) : Command
This command moves multiple servos to a specified target position
Parameters
servos
the list of servos to move
target
the position to move the servos to
subsystems
the subsystems this command interacts with (should be whatever subsystem holds this command)