Frankx
0.2.0
A High-Level Motion API for Franka
|
Go to the documentation of this file.
7 template<
size_t DoFs,
bool has_elbow = true,
bool has_force_sensor = true>
9 std::array<double, DoFs>
q;
10 std::array<double, DoFs>
q_d;
11 std::array<double, DoFs>
dq;
std::array< double, 2 > elbow_c
Definition: robot_state.hpp:18
std::array< double, DoFs > dq
Definition: robot_state.hpp:11
std::array< double, 16 > O_T_EE_c
Definition: robot_state.hpp:14
std::array< double, 6 > O_dP_EE_c
Definition: robot_state.hpp:15
std::array< double, DoFs > q_d
Definition: robot_state.hpp:10
std::array< double, 16 > O_T_EE
Definition: robot_state.hpp:13
The overall state of the robot.
Definition: robot_state.hpp:8
std::array< double, 6 > O_F_ext_hat_K
Definition: robot_state.hpp:21
std::array< double, 2 > elbow
Definition: robot_state.hpp:17
std::array< double, 2 > elbow_d
Definition: robot_state.hpp:19
Definition: motion_impedance.hpp:13
std::array< double, DoFs > q
Definition: robot_state.hpp:9