congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ConvexHullFootstepSnapper.generateFootstepWithoutHeightMap
Code IndexAdd Tabnine to your IDE (free)

How to use
generateFootstepWithoutHeightMap
method
in
us.ihmc.humanoidRobotics.footstep.footstepSnapper.ConvexHullFootstepSnapper

Best Java code snippets using us.ihmc.humanoidRobotics.footstep.footstepSnapper.ConvexHullFootstepSnapper.generateFootstepWithoutHeightMap (Showing top 6 results out of 315)

origin: us.ihmc/ihmc-humanoid-robotics

@Override
public Footstep generateFootstepWithoutHeightMap(FramePose2D desiredSolePosition, RigidBodyBasics foot, ReferenceFrame soleFrame, RobotSide robotSide,
    double height, Vector3D planeNormal)
{
 return convexHullFootstepSnapper.generateFootstepWithoutHeightMap(desiredSolePosition, foot, soleFrame, robotSide, height, planeNormal);
}
origin: us.ihmc/IHMCHumanoidRobotics

@Override
public Footstep generateFootstepWithoutHeightMap(FramePose2d desiredSolePosition, RigidBody foot, ReferenceFrame soleFrame, RobotSide robotSide,
    double height, Vector3d planeNormal)
{
 return convexHullFootstepSnapper.generateFootstepWithoutHeightMap(desiredSolePosition, foot, soleFrame, robotSide, height, planeNormal);
}
origin: us.ihmc/IHMCHumanoidRobotics

public Footstep generateFootstepUsingHeightMap(FramePose2d footPose2d, RigidBody foot, ReferenceFrame soleFrame, RobotSide robotSide,
   List<Point3d> pointList, double defaultHeight)
{
 Footstep toReturn = generateFootstepWithoutHeightMap(footPose2d, foot, soleFrame, robotSide, 0.0, new Vector3d(0.0, 0.0, 1.0));
 snapFootstep(toReturn, pointList, defaultHeight);
 return toReturn;
}
origin: us.ihmc/IHMCHumanoidRobotics

@Override
public Footstep generateFootstepUsingHeightMap(FramePose2d footPose2d, RigidBody foot, ReferenceFrame soleFrame, RobotSide robotSide,
   HeightMapWithPoints heightMap) throws InsufficientDataException
{
 Footstep toReturn = generateFootstepWithoutHeightMap(footPose2d, foot, soleFrame, robotSide, 0.0, new Vector3d(0.0, 0.0, 1.0));
 snapFootstep(toReturn, heightMap);
 return toReturn;
}
origin: us.ihmc/ihmc-humanoid-robotics

@Override
public Footstep generateFootstepUsingHeightMap(FramePose2D footPose2d, RigidBodyBasics foot, ReferenceFrame soleFrame, RobotSide robotSide,
   HeightMapWithPoints heightMap) throws InsufficientDataException
{
 Footstep toReturn = generateFootstepWithoutHeightMap(footPose2d, foot, soleFrame, robotSide, 0.0, new Vector3D(0.0, 0.0, 1.0));
 snapFootstep(toReturn, heightMap);
 return toReturn;
}
origin: us.ihmc/ihmc-humanoid-robotics

public Footstep generateFootstepUsingHeightMap(FramePose2D footPose2d, RigidBodyBasics foot, ReferenceFrame soleFrame, RobotSide robotSide,
   List<Point3D> pointList, double defaultHeight)
{
 Footstep toReturn = generateFootstepWithoutHeightMap(footPose2d, foot, soleFrame, robotSide, 0.0, new Vector3D(0.0, 0.0, 1.0));
 snapFootstep(toReturn, pointList, defaultHeight);
 return toReturn;
}
us.ihmc.humanoidRobotics.footstep.footstepSnapperConvexHullFootstepSnappergenerateFootstepWithoutHeightMap

Popular methods of ConvexHullFootstepSnapper

  • <init>
  • generateFootstepUsingHeightMap
  • reduceListOfPointsByArea
  • setUseMask
  • addLowerBoundaryPointsToHullPointList
  • adjustFootstepWithoutHeightmap
  • computePartialFootstepFromPoints
  • getPointInPolygonNearestPoint
  • getPointList
  • getPredictedContactPointsForFootstep
  • reduceListOfPointsToFourFootstepBased
  • setMask
  • reduceListOfPointsToFourFootstepBased,
  • setMask,
  • snapFootstep,
  • updateParameters

Popular in Java

  • Reactive rest calls using spring rest template
  • onRequestPermissionsResult (Fragment)
  • addToBackStack (FragmentTransaction)
  • requestLocationUpdates (LocationManager)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • Menu (java.awt)
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • Reference (javax.naming)
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now