BowlerKernel
DhInverseSolver.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.addons.kinematics;
2 
3 import java.util.ArrayList;
4 
5 import com.neuronrobotics.sdk.addons.kinematics.math.TransformNR;
6 
7 // TODO: Auto-generated Javadoc
11 public interface DhInverseSolver {
12 
21  double[] inverseKinematics(TransformNR target,double[] jointSpaceVector, DHChain chain );
22 }
double[] inverseKinematics(TransformNR target, double[] jointSpaceVector, DHChain chain)