modern_robotics
Namespaces | Functions
forward_kinematics.hpp File Reference
#include <armadillo>
Include dependency graph for forward_kinematics.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mr
 

Functions

const arma::mat44 mr::FKinBody (const arma::mat44 &M, const std::vector< arma::vec6 > &Blist, const arma::vec &thetalist)
 Computes forward kinematics in the body frame for an open chain robot. More...
 
const arma::mat44 mr::FKinSpace (const arma::mat44 &M, const std::vector< arma::vec6 > &Slist, const arma::vec &thetalist)
 Computes forward kinematics in the space frame for an open chain robot. More...