[][src]Function gear::generate_clamped_joint_positions_from_limits

pub fn generate_clamped_joint_positions_from_limits<T>(
    angles: &[T],
    limits: &Vec<Option<Range<T>>>
) -> Result<Vec<T>, Error> where
    T: RealField, 

Clamp joint angles to set angles safely