Class TactileArrayUtil


  • public class TactileArrayUtil
    extends java.lang.Object
    Utillity class for general computations on a tactile array
    • Constructor Detail

      • TactileArrayUtil

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

        public TactileArrayUtil()
    • Method Detail

      • delete

        public void delete()
      • estimateContacts

        public static VectorContact3D estimateContacts​(TactileArrayModel arraySensor,
                                                       State state,
                                                       double minContactForce)
        Estimate the contacts on the tactile array sensor.
        Parameters:
        arraySensor - [in] the array sensor that describe the tactile array
        state - [in] the current state of the system
        minContactForce - [in] A threshold value that determines when a force is a contact
        force and not just noise.
        Returns:
        All estimated contacts