[][src]Type Definition arcos_kdl::jacobian::Jacobian

type Jacobian = MatrixMN<f64, U6, Dynamic>;

The jacobian stores a twist for each joint of a kinematic chain

Jacobians are matrices of the form 6xn where n is the number of joints of a certain kinematic chain.

Trait Implementations

impl JointOperations for Jacobian[src]

impl JacobianSolver for Jacobian[src]