BowlerKernel
InterpolationMoveState.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.addons.kinematics;
2 
3 public enum InterpolationMoveState {
4  READY,BUSY,FAULT
5 }