BowlerKernel
ITaskSpaceUpdateListenerNR.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.addons.kinematics;
2 
3 import com.neuronrobotics.sdk.addons.kinematics.math.TransformNR;
4 
5 
6 // TODO: Auto-generated Javadoc
10 public interface ITaskSpaceUpdateListenerNR {
11 
20 
29 
30 
31 }
void onTargetTaskSpaceUpdate(AbstractKinematicsNR source, TransformNR pose)
void onTaskSpaceUpdate(AbstractKinematicsNR source, TransformNR pose)