public void init(FlightAssistantRegistry registry, Log log, FlightAssistantControls controls, Sensors sensors, FlightAssistantConfig config) { this.config = config; this.sensors = sensors; this.thrustControl = controls.thrustControl; this.gyroControl = controls.gyroControl; this.registry = registry; this.log = log; }
public void init(FlightAssistantRegistry registry, Log log, FlightAssistantControls controls, Sensors sensors, FlightAssistantConfig config) { this.config = config; this.sensors = sensors; this.thrustControl = controls.thrustControl; this.registry = registry; this.log = log; this.cruisingSpeed = config.cruiseControlDefaultCruisingSpeed; }