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