eigen_types.cpp 248 B

12345678910111213141516
  1. /** \file itasc/eigen_types.cpp
  2. * \ingroup itasc
  3. */
  4. /*
  5. * eigen_types.cpp
  6. *
  7. * Created on: March 19, 2009
  8. * Author: benoit bolsee
  9. */
  10. #include "eigen_types.hpp"
  11. const KDL::Frame iTaSC::F_identity(Rotation::Identity(),Vector::Zero());