1 #ifndef MODERN_ROBOTICS__VELOCITY_KINEMATICS_AND_STATICS_HPP___
2 #define MODERN_ROBOTICS__VELOCITY_KINEMATICS_AND_STATICS_HPP___
18 const std::vector<arma::vec6> & Blist,
19 const arma::vec & thetalist
30 const std::vector<arma::vec6> & Slist,
31 const arma::vec & thetalist
const arma::mat JacobianSpace(const std::vector< arma::vec6 > &Slist, const arma::vec &thetalist)
Computes the space Jacobian for an open chain robot.
Definition: velocity_kinematics_and_statics.cpp:33
const arma::mat JacobianBody(const std::vector< arma::vec6 > &Blist, const arma::vec &thetalist)
Computes the body Jacobian for an open chain robot.
Definition: velocity_kinematics_and_statics.cpp:6
Definition: dynamics_of_open_chains.hpp:7