Elbow state of the robot.
More...
#include <elbow_state.hpp>
Elbow state of the robot.
This class encapsulates the elbow state of a robot, which comprises the position of the 3rd joint and the flip direction of the 4th joint. For details see https://frankaemika.github.io/libfranka/0.15.0/structfranka_1_1RobotState.html#a43485841c427d70e7f36a912cc3116d1
◆ ElbowState() [1/4]
franky::ElbowState::ElbowState |
( |
double |
joint_3_pos, |
|
|
std::optional< FlipDirection > |
joint_4_flip = std::nullopt |
|
) |
| |
|
inlineexplicit |
Construct an elbow state with the given joint position and optional flip direction.
- Parameters
-
joint_3_pos | The position of the 3rd joint. |
joint_4_flip | The flip direction of the 4th joint. |
◆ ElbowState() [2/4]
franky::ElbowState::ElbowState |
( |
const std::array< double, 2 > & |
elbow_state | ) |
|
|
inlineexplicit |
Construct an elbow state from an array containing joint position and flip direction.
- Parameters
-
elbow_state | The joint position and flip direction as a double array. |
◆ ElbowState() [3/4]
◆ ElbowState() [4/4]
franky::ElbowState::ElbowState |
( |
| ) |
|
|
default |
◆ joint_3_pos()
double franky::ElbowState::joint_3_pos |
( |
| ) |
const |
|
inline |
The position of the 3rd joint.
◆ joint_4_flip()
std::optional< FlipDirection > franky::ElbowState::joint_4_flip |
( |
| ) |
const |
|
inline |
The flip direction of the 4th joint.
◆ to_array()
Get the joint position and flip direction as an array.
- Parameters
-
default_flip_direction | The default flip direction to use if not explicitly set. |
- Returns
- std::array containing the joint position and flip direction.
◆ operator<<
The documentation for this class was generated from the following file: