concepts.simulator.pybullet.manipulation_utils.grasping_samplers.LocalConvexificationGraspGeneratorConfig#
- class LocalConvexificationGraspGeneratorConfig[source]#
Bases:
GraspGeneratorConfig
The minimum number of points in the point cloud to perform local convexification.
Methods
Attributes
Visualize the configuration returned by the grasp generator.
Visualize the each configuration tested by the grasp generator.
If true, the z-axis of the gripper should point to the front.
The minimum difference between the two normals of the gripper attachment points.
The minimum quaternion norm.
The minimum gap between two gripper attachment points.
The maximum difference between the ik solution and the target.
- __init__(min_pointcloud_size=10, min_gripper_gap=0.01, min_normal_difference=0.9, min_quat_norm=0.5, max_ik_diff=0.02, constraint_pos_x=True, debug_vis_return=False, debug_vis_trials=False)#
- __new__(**kwargs)#