Skip to main content

compose_fixed_joints

Function compose_fixed_joints 

Source
pub const fn compose_fixed_joints(
    joints: &[URDFJoint],
) -> Result<Affine3A, URDFBuildError>
Expand description

Compose the <origin> transforms of a sequence of fixed joints (parent→child order) into a single Affine3A. Returns an error if any joint in joints is not Fixed.