General information about the connected robot.
More...
#include <data.hpp>
General information about the connected robot.
- See also
- Robot::info().
Definition at line 68 of file data.hpp.
◆ DoF
size_t flexiv::rdk::RobotInfo::DoF = {} |
Joint-space degrees of freedom: \( n \).
Definition at line 83 of file data.hpp.
◆ dq_max
std::vector<double> flexiv::rdk::RobotInfo::dq_max = {} |
Upper limits of joint velocities: \( \dot{q}_{max} \in \mathbb{R}^{n \times 1} \). Unit: \( [rad/s] \).
Definition at line 115 of file data.hpp.
◆ K_q_nom
std::vector<double> flexiv::rdk::RobotInfo::K_q_nom = {} |
Nominal motion stiffness of the joint impedance control modes: \( K_q^{nom} \in \mathbb{R}^{n \times 1} \). Unit: \( [Nm/rad] \).
Definition at line 97 of file data.hpp.
◆ K_x_nom
std::array<double, kCartDoF> flexiv::rdk::RobotInfo::K_x_nom = {} |
Nominal motion stiffness of the Cartesian motion-force control modes: \( K_x^{nom} \in \mathbb{R}^{6 \times 1} \). Consists of \( \mathbb{R}^{3 \times 1} \) linear stiffness and \( \mathbb{R}^{3 \times 1} \) angular stiffness: \( [k_x, k_y, k_z, k_{Rx}, k_{Ry}, k_{Rz}]^T \). Unit: \( [N/m]:[Nm/rad] \).
Definition at line 91 of file data.hpp.
◆ license_type
std::string flexiv::rdk::RobotInfo::license_type = {} |
Type of license
Definition at line 80 of file data.hpp.
◆ model_name
std::string flexiv::rdk::RobotInfo::model_name = {} |
Robot model name, e.g. Rizon4, Rizon10, Moonlight, etc.
Definition at line 77 of file data.hpp.
◆ q_max
std::vector<double> flexiv::rdk::RobotInfo::q_max = {} |
Upper limits of joint positions: \( q_{max} \in \mathbb{R}^{n \times 1} \). Unit: \( [rad] \).
Definition at line 109 of file data.hpp.
◆ q_min
std::vector<double> flexiv::rdk::RobotInfo::q_min = {} |
Lower limits of joint positions: \( q_{min} \in \mathbb{R}^{n \times 1} \). Unit: \( [rad] \).
Definition at line 103 of file data.hpp.
◆ serial_num
std::string flexiv::rdk::RobotInfo::serial_num = {} |
◆ software_ver
std::string flexiv::rdk::RobotInfo::software_ver = {} |
◆ tau_max
std::vector<double> flexiv::rdk::RobotInfo::tau_max = {} |
Upper limits of joint torques: \( \tau_{max} \in \mathbb{R}^{n \times 1} \). Unit: \( [Nm] \).
Definition at line 121 of file data.hpp.
The documentation for this struct was generated from the following file: