BowlerKernel
IClosedLoopController.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.common;
2 
3 public interface IClosedLoopController {
13  public double compute(double currentState, double target, double seconds);
14 }
double compute(double currentState, double target, double seconds)