pub fn jacobian<T>(arm: &SerialChain<T>) -> DMatrix<T>where T: RealField + SubsetOf<f64>,
Calculate Jacobian of the serial chain (manipulator).