Package org.robwork.sdurw_sensor
Class TactileArrayUtil
- java.lang.Object
-
- org.robwork.sdurw_sensor.TactileArrayUtil
-
public class TactileArrayUtil extends java.lang.Object
Utillity class for general computations on a tactile array
-
-
Constructor Summary
Constructors Constructor Description TactileArrayUtil()
TactileArrayUtil(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
static VectorContact3D
estimateContacts(TactileArrayModel arraySensor, State state, double minContactForce)
Estimate the contacts on the tactile array sensor.static long
getCPtr(TactileArrayUtil obj)
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(TactileArrayUtil obj)
-
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 arraystate
- [in] the current state of the systemminContactForce
- [in] A threshold value that determines when a force is a contact
force and not just noise.- Returns:
- All estimated contacts
-
-