Class FKTable


  • public class FKTable
    extends java.lang.Object
    Forward 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.
    • Constructor Summary

      Constructors 
      Constructor Description
      FKTable​(long cPtr, boolean cMemoryOwn)  
      FKTable​(State state)
      Forward kinematics for the work cell state 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()
      • 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 -