modern_robotics
|
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... | |
const arma::mat mr::JacobianBody | ( | const std::vector< arma::vec6 > & | Blist, |
const arma::vec & | thetalist | ||
) |
Computes the body Jacobian for an open chain robot.
Blist | The joint screw axes in the end-effector frame when the manipulator is at the home position, in the format of a matrix with axes as the columns |
thetalist | A list of joint coordinates |
const arma::mat mr::JacobianSpace | ( | const std::vector< arma::vec6 > & | Slist, |
const arma::vec & | thetalist | ||
) |
Computes the space Jacobian for an open chain robot.
Slist | The joint screw axes in the space frame when the manipulator is at the home position, in the format of a matrix with axes as the columns |
thetalist | A list of joint coordinates |