rs_opw_kinematics::kinematic_traits

Type Alias Solutions

Source
pub type Solutions = Vec<Joints>;
Expand description

For providing solutions. As invalid solutions are discarded, this is a variable length vector (may be empty if robot cannot reach the given point).

Aliased Typeยง

struct Solutions { /* private fields */ }