Describes a rigid contact between a robot link and the environment. This can be either a point or surface contact.  
 More...
#include <Contact.hpp>
Describes a rigid contact between a robot link and the environment. This can be either a point or surface contact. 
 
◆ Contact() [1/3]
  
  
      
        
          | wbc::types::Contact::Contact  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Contact() [2/3]
  
  
      
        
          | wbc::types::Contact::Contact  | 
          ( | 
          std::string |           frame_id,  | 
         
        
           | 
           | 
          int |           active,  | 
         
        
           | 
           | 
          double |           mu ) | 
         
       
   | 
  
inline   | 
  
 
 
◆ Contact() [3/3]
  
  
      
        
          | wbc::types::Contact::Contact  | 
          ( | 
          std::string |           frame_id,  | 
         
        
           | 
           | 
          int |           active,  | 
         
        
           | 
           | 
          double |           mu,  | 
         
        
           | 
           | 
          double |           wx,  | 
         
        
           | 
           | 
          double |           wy ) | 
         
       
   | 
  
inline   | 
  
 
 
◆ active
      
        
          | int wbc::types::Contact::active | 
        
      
 
ID of the link in contact 
 
 
◆ frame_id
      
        
          | std::string wbc::types::Contact::frame_id | 
        
      
 
 
◆ mu
      
        
          | double wbc::types::Contact::mu | 
        
      
 
Is the link with ID frame_id currently in contact? 
 
 
◆ wx
      
        
          | double wbc::types::Contact::wx | 
        
      
 
 
◆ wy
      
        
          | double wbc::types::Contact::wy | 
        
      
 
x-dimension of the contact surface (only for surface contacts) 
 
 
The documentation for this class was generated from the following file: