#include <mutex>
#include <string>
#include <yarp/os/all.h>
#include <yarp/sig/all.h>
#include <yarp/dev/all.h>
#include <yarp/math/Math.h>
#include <iCub/ctrl/pids.h>
#include <iCub/ctrl/adaptWinPolyEstimator.h>
#include <iCub/gazeNlp.h>
#include <iCub/utils.h>
#include <iCub/localizer.h>
#include <iCub/controller.h>
 
Go to the source code of this file.
◆ EYEPINVREFGEN_GAIN
  
  
      
        
          | constexpr double EYEPINVREFGEN_GAIN = 12.5 | 
         
       
   | 
  
constexpr   | 
  
 
 
◆ NECKSOLVER_ACTIVATIONANGLE
  
  
      
        
          | constexpr double NECKSOLVER_ACTIVATIONANGLE = 2.5 | 
         
       
   | 
  
constexpr   | 
  
 
 
◆ NECKSOLVER_ACTIVATIONANGLE_JOINTS
  
  
      
        
          | constexpr double NECKSOLVER_ACTIVATIONANGLE_JOINTS = 0.5 | 
         
       
   | 
  
constexpr   | 
  
 
 
◆ NECKSOLVER_ACTIVATIONDELAY
  
  
      
        
          | constexpr double NECKSOLVER_ACTIVATIONDELAY = 0.25 | 
         
       
   | 
  
constexpr   | 
  
 
 
◆ NECKSOLVER_RESTORINGANGLE
  
  
      
        
          | constexpr double NECKSOLVER_RESTORINGANGLE = 5.0 | 
         
       
   | 
  
constexpr   | 
  
 
 
◆ SACCADES_ACTIVATION_ANGLE
  
  
      
        
          | constexpr double SACCADES_ACTIVATION_ANGLE = 10.0 | 
         
       
   | 
  
constexpr   | 
  
 
 
◆ SACCADES_INHIBITION_PERIOD
  
  
      
        
          | constexpr double SACCADES_INHIBITION_PERIOD = 0.2 | 
         
       
   | 
  
constexpr   | 
  
 
 
◆ SACCADES_VEL
  
  
      
        
          | constexpr double SACCADES_VEL = 1000.0 | 
         
       
   | 
  
constexpr   |