BowlerKernel
InterpolationType.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.pid;
2 
3 public enum InterpolationType {
4  LINEAR,SINUSOIDAL,TRAPEZOIDAL,BEZIER
5 }