MCPcopy Create free account

hub / github.com/THU-VCLab/HGGD / functions

Functions616 in github.com/THU-VCLab/HGGD

Methodtriangles
:obj:`numpy.ndarray` of int : A #tris by 3 array, where each row contains indices of vertices in the `vertices` array that are part of
customgraspnetAPI/utils/dexnet/grasping/meshpy/mesh.py:157
Methodtrimesh
Convert to trimesh.
customgraspnetAPI/utils/dexnet/grasping/meshpy/mesh.py:1253
Methodunrotated_full_axis
Rotation matrix from canonical grasp reference frame to object reference frame. X axis points out of the gripper palm along the 0-degr
customgraspnetAPI/utils/dexnet/grasping/grasp.py:336
Methodupdate_tf
Updates the mesh transformation.
customgraspnetAPI/utils/dexnet/grasping/meshpy/mesh.py:785
Methodvertices
:obj:`numpy.ndarray` of float : A #verts by 3 array, where each row contains an ordered [x,y,z] set that describes one vertex.
customgraspnetAPI/utils/dexnet/grasping/meshpy/mesh.py:139
Functionviewpoint_params_to_matrix
**Input:** - towards: numpy array towards vector with shape (3,). - angle: float of in-plane rotation. **Output:** - numpy ar
customgraspnetAPI/utils/rotation.py:64
Methodvis_grasp
(self, obj, *args, **kwargs)
customgraspnetAPI/utils/dexnet/grasping/grasp.py:737
Functionvis_rec_grasp
author: Minghao Gou **Input:** - rec_grasp_tuples: np.array of rectangle grasps - numGrasp: int of total grasps number to show
customgraspnetAPI/utils/vis.py:404
Methodvisualize
Plots visualization of mesh using MayaVI. Parameters ---------- color : :obj:`tuple` of float 3-tuple of floats i
customgraspnetAPI/utils/dexnet/grasping/meshpy/mesh.py:1173
Methodwidth
**Output:** - float of the width.
customgraspnetAPI/grasp.py:76
Methodwidths
**Output:** - numpy array of shape (-1, ) of the widths.
customgraspnetAPI/grasp.py:321
Functionwrap
(*args, **kw)
dataset/pc_dataset_tools.py:19
Methodwrench_resistance
Evalutes wrench resistance: the inverse norm of the contact forces required to resist a target wrench Estimates resistance by sollving a
customgraspnetAPI/utils/dexnet/grasping/quality.py:408
Methodwrench_volume
Volume of grasp matrix singular values - score of all wrenches that the grasp can resist. Parameters ---------- forces : 3xN
customgraspnetAPI/utils/dexnet/grasping/quality.py:515
Methodwrite
Writes an SDF to a file. Parameters ---------- sdf : :obj:`Sdf` An Sdf object to write out. Note
customgraspnetAPI/utils/dexnet/grasping/meshpy/sdf_file.py:116
Methodwritexml
(self, xmlfilename='scene.xml')
customgraspnetAPI/utils/xmlhandler.py:45
← previous601–616 of 616, ranked by callers