Class ApproachMeasure3D


  • public class ApproachMeasure3D
    extends GraspQualityMeasure3D
    computes the quality as a function of the angle between
    the approach angle and some planar surface.
    • Constructor Detail

      • ApproachMeasure3D

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

        public ApproachMeasure3D​(double maxAngle)
        constructor
        Parameters:
        maxAngle - [in] the maximum allowed angle between approach and
        surface normal. Grasps violating this will recieve high penalty on
        quality.