#include <yarp/os/Time.h>
#include <yarp/dev/PolyDriver.h>
#include "parametricCalibrator.h"
#include <math.h>
#include <algorithm>
#include <yarp/os/LogStream.h>
 
Go to the source code of this file.
 | 
| static bool  | extractGroup (Bottle &input, Bottle &out, const std::string &key1, const std::string &txt, int size) | 
|   | 
◆ extractGroup()
  
  
      
        
          | static bool extractGroup  | 
          ( | 
          Bottle &  | 
          input,  | 
         
        
           | 
           | 
          Bottle &  | 
          out,  | 
         
        
           | 
           | 
          const std::string &  | 
          key1,  | 
         
        
           | 
           | 
          const std::string &  | 
          txt,  | 
         
        
           | 
           | 
          int  | 
          size  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ CALIBRATE_JOINT_TIMEOUT
      
        
          | const int CALIBRATE_JOINT_TIMEOUT = 20 | 
        
      
 
 
◆ GO_TO_ZERO_TIMEOUT
      
        
          | const double GO_TO_ZERO_TIMEOUT = 10 | 
        
      
 
 
◆ PARK_TIMEOUT
      
        
          | const int PARK_TIMEOUT = 30 | 
        
      
 
 
◆ POSITION_THRESHOLD
      
        
          | const double POSITION_THRESHOLD = 2.0 |