Tabnine Logo
AutomatedDiagnosticAnalysisController.submitDiagnostic
Code IndexAdd Tabnine to your IDE (free)

How to use
submitDiagnostic
method
in
us.ihmc.wholeBodyController.diagnostics.AutomatedDiagnosticAnalysisController

Best Java code snippets using us.ihmc.wholeBodyController.diagnostics.AutomatedDiagnosticAnalysisController.submitDiagnostic (Showing top 11 results out of 315)

origin: us.ihmc/ihmc-avatar-interfaces

public void addWait(double timeToWait)
{
 diagnosticController.submitDiagnostic(new WaitDiagnosticTask(timeToWait));
}
origin: us.ihmc/IHMCAvatarInterfaces

public void addWait(double timeToWait)
{
 diagnosticController.submitDiagnostic(new WaitDiagnosticTask(timeToWait));
}
origin: us.ihmc/DarpaRoboticsChallenge

public void addWait(double timeToWait)
{
 diagnosticController.submitDiagnostic(new WaitDiagnosticTask(timeToWait));
}
origin: us.ihmc/DarpaRoboticsChallenge

  public void addPelvisIMUCheckUpDiagnostic()
  {
   DiagnosticParameters diagnosticParameters = toolbox.getDiagnosticParameters();
   String pelvisIMUName = diagnosticParameters.getPelvisIMUName();
   if (pelvisIMUName == null || pelvisIMUName.isEmpty())
   {
     System.err.println(getClass().getSimpleName() + ": Cannot create the pelvis IMU check up diagnostic without a pelvisIMUName to look for.");
     return;
   }

   PelvisIMUCheckUpDiagnosticTask checkUp = new PelvisIMUCheckUpDiagnosticTask(pelvisIMUName, toolbox);
   if (enableLogging)
     checkUp.setupForLogging();
   diagnosticController.submitDiagnostic(checkUp);
  }
}
origin: us.ihmc/IHMCAvatarInterfaces

  public void addPelvisIMUCheckUpDiagnostic()
  {
   DiagnosticParameters diagnosticParameters = toolbox.getDiagnosticParameters();
   String pelvisIMUName = diagnosticParameters.getPelvisIMUName();
   if (pelvisIMUName == null || pelvisIMUName.isEmpty())
   {
     System.err.println(getClass().getSimpleName() + ": Cannot create the pelvis IMU check up diagnostic without a pelvisIMUName to look for.");
     return;
   }

   PelvisIMUCheckUpDiagnosticTask checkUp = new PelvisIMUCheckUpDiagnosticTask(pelvisIMUName, toolbox);
   if (enableLogging)
     checkUp.setupForLogging();
   diagnosticController.submitDiagnostic(checkUp);
  }
}
origin: us.ihmc/ihmc-avatar-interfaces

  public void addPelvisIMUCheckUpDiagnostic()
  {
   DiagnosticParameters diagnosticParameters = toolbox.getDiagnosticParameters();
   String pelvisIMUName = diagnosticParameters.getPelvisIMUName();
   if (pelvisIMUName == null || pelvisIMUName.isEmpty())
   {
     System.err.println(getClass().getSimpleName() + ": Cannot create the pelvis IMU check up diagnostic without a pelvisIMUName to look for.");
     return;
   }

   PelvisIMUCheckUpDiagnosticTask checkUp = new PelvisIMUCheckUpDiagnosticTask(pelvisIMUName, toolbox);
   if (enableLogging)
     checkUp.setupForLogging();
   diagnosticController.submitDiagnostic(checkUp);
  }
}
origin: us.ihmc/ihmc-avatar-interfaces

  diagnosticController.submitDiagnostic(new DiagnosticParallelTask(checkUps));
else
  diagnosticController.submitDiagnostic(checkUps.get(0));
  diagnosticController.submitDiagnostic(new DiagnosticParallelTask(checkUps));
else
  diagnosticController.submitDiagnostic(checkUps.get(0));
if (enableLogging)
  checkUp.setupForLogging();
diagnosticController.submitDiagnostic(checkUp);
origin: us.ihmc/IHMCAvatarInterfaces

  diagnosticController.submitDiagnostic(new DiagnosticParallelTask(checkUps));
else
  diagnosticController.submitDiagnostic(checkUps.get(0));
  diagnosticController.submitDiagnostic(new DiagnosticParallelTask(checkUps));
else
  diagnosticController.submitDiagnostic(checkUps.get(0));
if (enableLogging)
  checkUp.setupForLogging();
diagnosticController.submitDiagnostic(checkUp);
origin: us.ihmc/DarpaRoboticsChallenge

  diagnosticController.submitDiagnostic(new DiagnosticParallelTask(checkUps));
else
  diagnosticController.submitDiagnostic(checkUps.get(0));
  diagnosticController.submitDiagnostic(new DiagnosticParallelTask(checkUps));
else
  diagnosticController.submitDiagnostic(checkUps.get(0));
if (enableLogging)
  checkUp.setupForLogging();
diagnosticController.submitDiagnostic(checkUp);
origin: us.ihmc/IHMCWholeBodyController

submitDiagnostic(new WaitDiagnosticTask(trajectoryTimeProvider.getValue()));
origin: us.ihmc/ihmc-whole-body-controller

submitDiagnostic(new WaitDiagnosticTask(trajectoryTimeProvider.getValue()));
us.ihmc.wholeBodyController.diagnosticsAutomatedDiagnosticAnalysisControllersubmitDiagnostic

Popular methods of AutomatedDiagnosticAnalysisController

  • initialize
  • <init>
  • doControl
  • setRobotIsAlive
  • doIdleControl
  • getName
  • handleDataReporters
  • setupForLogging
  • setupJointControllers

Popular in Java

  • Making http requests using okhttp
  • setScale (BigDecimal)
  • getContentResolver (Context)
  • putExtra (Intent)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Top PhpStorm 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