Stores values for joint velocity motion generation.  
 More...
#include <control_types.h>
 | 
| 
std::array< double, 7 >  | dq {} | 
|   | Desired joint velocities in \([\frac{rad}{s}]\). 
  | 
|   | 
| 
bool  | motion_finished = false | 
|   | Determines whether to finish a currently running motion. 
  | 
|   | 
◆ JointVelocities() [1/2]
  
  
      
        
          | franka::JointVelocities::JointVelocities  | 
          ( | 
          const std::array< double, 7 > &  | 
          joint_velocities | ) | 
           | 
         
       
   | 
  
noexcept   | 
  
 
Creates a new JointVelocities instance. 
- Parameters
 - 
  
    | [in] | joint_velocities | Desired joint velocities in \([\frac{rad}{s}]\).  | 
  
   
 
 
◆ JointVelocities() [2/2]
      
        
          | franka::JointVelocities::JointVelocities  | 
          ( | 
          std::initializer_list< double >  | 
          joint_velocities | ) | 
           | 
        
      
 
Creates a new JointVelocities instance. 
- Parameters
 - 
  
    | [in] | joint_velocities | Desired joint velocities in \([\frac{rad}{s}]\). | 
  
   
- Exceptions
 - 
  
    | std::invalid_argument | if the given initializer list has an invalid number of arguments.  | 
  
   
 
 
The documentation for this class was generated from the following file: