Package org.robwork.sdurw_kinematics
Class FKTable
- java.lang.Object
-
- org.robwork.sdurw_kinematics.FKTable
-
public class FKTable extends java.lang.ObjectForward kinematics for a set of frames.
FKTable finds transforms for frames for a given fixed work cell state.
The frame transforms are calculated relative to the world frame.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()Transform3Dget(FrameCPtr frame)Frame&) conststatic longgetCPtr(FKTable obj)StategetState()Returns State associated with the FKTable
The State returned is the State used to calculate the forward kinematics.
voidreset(State state)resets the FKTable to state
-
-
-
Constructor Detail
-
FKTable
public FKTable(long cPtr, boolean cMemoryOwn)
-
FKTable
public FKTable(State state)
Forward kinematics for the work cell state state.
- Parameters:
state- [in] The work state for which world transforms are to be
calculated.
-
-
Method Detail
-
getCPtr
public static long getCPtr(FKTable obj)
-
delete
public void delete()
-
get
public Transform3D get(FrameCPtr frame)
Frame&) const
-
getState
public State getState()
Returns State associated with the FKTable
The State returned is the State used to calculate the forward kinematics.
- Returns:
- State used to calculate the forward kinematics
-
reset
public void reset(State state)
resets the FKTable to state- Parameters:
state-
-
-