libxr 1.0
Want to be the best embedded framework
|
关节参数结构体。 Structure containing joint parameters. More...
#include <kinematic.hpp>
Data Fields | |
Transform< Scalar > | parent2this |
Transform< Scalar > | this2child |
Axis< Scalar > | axis |
关节旋转轴。 Rotation axis of the joint. | |
Scalar | ik_mult |
逆向运动学步长系数。 Step size coefficient for inverse kinematics. | |
关节参数结构体。 Structure containing joint parameters.
Definition at line 47 of file kinematic.hpp.
关节旋转轴。 Rotation axis of the joint.
Definition at line 53 of file kinematic.hpp.
Scalar LibXR::Kinematic::Joint< Scalar >::Param::ik_mult |
逆向运动学步长系数。 Step size coefficient for inverse kinematics.
Definition at line 55 of file kinematic.hpp.
父坐标系到当前关节的变换。 Transform from the parent frame to the current joint.
Definition at line 49 of file kinematic.hpp.
当前关节到子坐标系的变换。 Transform from the current joint to the child frame.
Definition at line 51 of file kinematic.hpp.