Stores joint-level torque commands without gravity and friction.
More...
#include <control_types.h>
Stores joint-level torque commands without gravity and friction.
Definition at line 45 of file control_types.h.
franka::Torques::Torques |
( |
const std::array< double, 7 > & |
torques | ) |
|
|
noexcept |
Creates a new Torques instance.
- Parameters
-
[in] | torques | Desired joint-level torques without gravity and friction in [Nm]. |
franka::Torques::Torques |
( |
std::initializer_list< double > |
torques | ) |
|
Creates a new Torques instance.
- Parameters
-
[in] | torques | Desired joint-level torques without gravity and friction in [Nm]. |
- Exceptions
-
std::invalid_argument | if the given initializer list has an invalid number of arguments. |
std::array<double, 7> franka::Torques::tau_J {} |
The documentation for this class was generated from the following file: