modern_robotics
|
#include <armadillo>
Go to the source code of this file.
Namespaces | |
mr | |
Functions | |
const arma::mat | mr::JacobianBody (const std::vector< arma::vec6 > &Blist, const arma::vec &thetalist) |
Computes the body Jacobian for an open chain robot. More... | |
const arma::mat | mr::JacobianSpace (const std::vector< arma::vec6 > &Slist, const arma::vec &thetalist) |
Computes the space Jacobian for an open chain robot. More... | |