rs_opw_kinematics::kinematic_traits

Constant JOINTS_AT_ZERO

Source
pub const JOINTS_AT_ZERO: Joints;
Expand description

For providing singularity - proof solution when the previous value is not known. Joints that take arbitrary angles will take angles as close to 0 as possible: let solutions = kinematics.inverse_continuing(&pose, &JOINTS_AT_ZERO);