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

pub type Jacobian = MatrixMN<f64, U6, Dynamic>;
Expand description

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

Calculate the jacobian of a chain at a specific joint-space configuration Read more

Get the twist represented by the n-th joint

Change the reference point of each twist

Change the reference rotation of each twist

Change the reference frame of each twist