|  | 
| void | getSR (const int leftWheelVelocity, const int rightWheelVelocity, int &desiredSpeed, int &desiredRadius) | 
|  | 
| void | getVW (const int leftWheelVelocity, const int rightWheelVelocity, int &linearSpeed, int &rotationalSpeedInDegree) | 
|  | 
| void | getWheelVelocity (const double &linearVelInMeter, const double &rotationalVelInRadian, double &leftWheelVel, double &rightWheelVel) | 
|  | 
|  | Rb2Vw (const int wheelToWheelInMM=230) | 
|  | 
| void | update (const int desiredSpeed, const int desiredRadius, int &leftWheelVelocity, int &rightWheelVelocity) | 
|  | 
Definition at line 38 of file velocity_commands.cpp.
 
  
  | 
        
          | Rb2Vw::Rb2Vw | ( | const int | wheelToWheelInMM = 230 | ) |  |  | inline | 
 
 
  
  | 
        
          | void Rb2Vw::getSR | ( | const int | leftWheelVelocity, |  
          |  |  | const int | rightWheelVelocity, |  
          |  |  | int & | desiredSpeed, |  
          |  |  | int & | desiredRadius |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | void Rb2Vw::getVW | ( | const int | leftWheelVelocity, |  
          |  |  | const int | rightWheelVelocity, |  
          |  |  | int & | linearSpeed, |  
          |  |  | int & | rotationalSpeedInDegree |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | void Rb2Vw::getWheelVelocity | ( | const double & | linearVelInMeter, |  
          |  |  | const double & | rotationalVelInRadian, |  
          |  |  | double & | leftWheelVel, |  
          |  |  | double & | rightWheelVel |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | void Rb2Vw::update | ( | const int | desiredSpeed, |  
          |  |  | const int | desiredRadius, |  
          |  |  | int & | leftWheelVelocity, |  
          |  |  | int & | rightWheelVelocity |  
          |  | ) |  |  |  | inline | 
 
 
      
        
          | int Rb2Vw::half_wheel_2_wheel | 
      
 
 
The documentation for this class was generated from the following file: