BowlerKernel
IOnInterpolationDone.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.addons.kinematics;
2 
3 public interface IOnInterpolationDone {
4  public void done(InterpolationMoveState state);
5 }