HoldPosition

constructor(controllable: Controllable, controller: Controller, subsystem: Subsystem)


constructor(controllable: Controllable, controller: Controller, subsystems: Set<Subsystem> = setOf())

Parameters

controllable

the Controllable to control

controller

the Controller to implement

subsystems

the list of subsystems this command interacts with (should be whatever subsystem holds this command)