Class ClosedFormIKSolverKukaIIWACPtr


  • public class ClosedFormIKSolverKukaIIWACPtr
    extends java.lang.Object
    Ptr stores a pointer and optionally takes ownership of the value.
    • Constructor Detail

      • ClosedFormIKSolverKukaIIWACPtr

        public ClosedFormIKSolverKukaIIWACPtr​(long cPtr,
                                              boolean cMemoryOwn)
      • ClosedFormIKSolverKukaIIWACPtr

        public ClosedFormIKSolverKukaIIWACPtr()
        Default constructor yielding a NULL-pointer.
      • ClosedFormIKSolverKukaIIWACPtr

        public ClosedFormIKSolverKukaIIWACPtr​(ClosedFormIKSolverKukaIIWA ptr)
        Do not take ownership of ptr.

        ptr can be null.

        The constructor is implicit on purpose.
    • Method Detail

      • delete

        public void delete()
      • isShared

        public boolean isShared()
        check if this Ptr has shared ownership or none
        ownership
        Returns:
        true if Ptr has shared ownership, false if it has no ownership.
      • isNull

        public boolean isNull()
        checks if the pointer is null
        Returns:
        Returns true if the pointer is null
      • solve

        public VectorQ solve​(Transform3D baseTend,
                             State state,
                             Vector3D dir4)
        Find inverse kinematic solutions deterministically by pulling joint 4 as much in
        the given direction as possible.
        Parameters:
        baseTend - [in] Desired base to end transformation
        \robabx{}{desired}{\mathbf{T}}.
        state - [in] State of the device from which to start the iterations.
        dir4 - [in] unit vector giving the direction to pull joint 4 in (given in base
        coordinate system).
        Returns:
        List of up to 8 solutions. Notice that the list may be empty.