Tabnine Logo
AlphaFilteredYoFrameVector.getY
Code IndexAdd Tabnine to your IDE (free)

How to use
getY
method
in
us.ihmc.robotics.math.filters.AlphaFilteredYoFrameVector

Best Java code snippets using us.ihmc.robotics.math.filters.AlphaFilteredYoFrameVector.getY (Showing top 2 results out of 315)

origin: us.ihmc/ihmc-whole-body-controller

private void printFootSensorsOffset()
{
 java.text.NumberFormat doubleFormat = new java.text.DecimalFormat(" 0.00;-0.00");
 String offsetString = "";
 DateFormat dateFormat = new SimpleDateFormat("yyyyMMdd_HHmmss");
 Calendar calendar = Calendar.getInstance();
 String timestamp = dateFormat.format(calendar.getTime());
 offsetString += "Copy the following in ValkyrieSensorInformation:\n";
 for (RobotSide robotSide : RobotSide.values)
 {
   String side = robotSide.getCamelCaseNameForStartOfExpression();
   offsetString += "      SpatialForceVector " + side + "FootForceSensorTareOffset_" + timestamp + " = new SpatialForceVector(null, new double[] {";
   offsetString += doubleFormat.format(footTorquesRawFiltered.get(robotSide).getX()) + ", ";
   offsetString += doubleFormat.format(footTorquesRawFiltered.get(robotSide).getY()) + ", ";
   offsetString += doubleFormat.format(footTorquesRawFiltered.get(robotSide).getZ()) + ", ";
   offsetString += doubleFormat.format(footForcesRawFiltered.get(robotSide).getX()) + ", ";
   offsetString += doubleFormat.format(footForcesRawFiltered.get(robotSide).getY()) + ", ";
   offsetString += doubleFormat.format(footForcesRawFiltered.get(robotSide).getZ()) + "});\n";
 }
 offsetString += "\n      footForceSensorTareOffsets = new SideDependentList<SpatialForceVector>(leftFootForceSensorTareOffset_" + timestamp
    + ", rightFootForceSensorTareOffset_" + timestamp + ");";
 System.out.println(offsetString);
}
origin: us.ihmc/IHMCWholeBodyController

private void printFootSensorsOffset()
{
 java.text.NumberFormat doubleFormat = new java.text.DecimalFormat(" 0.00;-0.00");
 String offsetString = "";
 DateFormat dateFormat = new SimpleDateFormat("yyyyMMdd_HHmmss");
 Calendar calendar = Calendar.getInstance();
 String timestamp = dateFormat.format(calendar.getTime());
 offsetString += "Copy the following in ValkyrieSensorInformation:\n";
 for (RobotSide robotSide : RobotSide.values)
 {
   String side = robotSide.getCamelCaseNameForStartOfExpression();
   offsetString += "      SpatialForceVector " + side + "FootForceSensorTareOffset_" + timestamp + " = new SpatialForceVector(null, new double[] {";
   offsetString += doubleFormat.format(footTorquesRawFiltered.get(robotSide).getX()) + ", ";
   offsetString += doubleFormat.format(footTorquesRawFiltered.get(robotSide).getY()) + ", ";
   offsetString += doubleFormat.format(footTorquesRawFiltered.get(robotSide).getZ()) + ", ";
   offsetString += doubleFormat.format(footForcesRawFiltered.get(robotSide).getX()) + ", ";
   offsetString += doubleFormat.format(footForcesRawFiltered.get(robotSide).getY()) + ", ";
   offsetString += doubleFormat.format(footForcesRawFiltered.get(robotSide).getZ()) + "});\n";
 }
 offsetString += "\n      footForceSensorTareOffsets = new SideDependentList<SpatialForceVector>(leftFootForceSensorTareOffset_" + timestamp
    + ", rightFootForceSensorTareOffset_" + timestamp + ");";
 System.out.println(offsetString);
}
us.ihmc.robotics.math.filtersAlphaFilteredYoFrameVectorgetY

Popular methods of AlphaFilteredYoFrameVector

  • update
  • createAlphaFilteredYoFrameVector
  • <init>
  • checkReferenceFrameMatch
  • getFrameTuple
  • getFrameTupleIncludingFrame
  • getX
  • getZ
  • get
  • interpolate
  • reset
  • set
  • reset,
  • set,
  • setToZero

Popular in Java

  • Finding current android device location
  • onCreateOptionsMenu (Activity)
  • onRequestPermissionsResult (Fragment)
  • startActivity (Activity)
  • Kernel (java.awt.image)
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • Join (org.hibernate.mapping)
  • Top Sublime Text plugins
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