Re-exports§
pub use glam;
Modules§
Macros§
Structs§
- BoxFK
- Joint
Validator - KinSpec
- Robot
Traj - Dynamically-sized robot trajectory: a dense
RobotPathsampled uniformly atdt. - SRobot
Path - Statically-sized robot path backed by
Vec<SRobotQ<N, T>>. - SRobotQ
- Statically-sized joint configuration backed by
[F; N]. - SRobot
Traj - Statically-sized robot trajectory: an
SRobotPathsampled uniformly atdt. - Validator
And - Validator
Not - Validator
Or
Enums§
Traits§
- ContinuousFK
Chain - Extension trait over
FKChainfor chains that can describe their kinematic structure as aKinSpec. From the structure plus a joint configuration the trait derives geometric Jacobian computations (jacobian,jacobian_dot,jacobian_ddot) and the link-length-summax_reachestimate, all provided as defaults that respect each joint’sJointSpec(so prismatic and revolute columns are formed correctly). - FKChain
- From
Flattened - IkSolver
- KinScalar
- Scalar bound for FK code:
FloatScalarplus the SIMD-aligned vec/mat/affine types the FK code operates on. - Planner
- Retimer
- SRobotQ
Like - Validator
- Validator
Context
Functions§
Type Aliases§
- Deke
Result - IkSolutions
- Inverse-kinematics solution set. Stays inline on the stack for the common case of ≤8 solutions (analytic branches) and spills to the heap when a discrete/enumerated solve produces more.
- Robot
Path - RobotQ