Drake
roll_pitch_yaw.h File Reference
#include <cmath>
#include <Eigen/Dense>
#include "drake/common/eigen_types.h"
Include dependency graph for roll_pitch_yaw.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 drake
 
 drake::math
 

Functions

template<typename Derived >
Vector4< typename Derived::Scalar > rpy2quat (const Eigen::MatrixBase< Derived > &rpy)
 
template<typename Derived >
Vector4< typename Derived::Scalar > rpy2axis (const Eigen::MatrixBase< Derived > &rpy)
 
template<typename Derived >
Matrix3< typename Derived::Scalar > rpy2rotmat (const Eigen::MatrixBase< Derived > &rpy)
 
template<typename Derived >
Eigen::Matrix< typename Derived::Scalar, 9, 3 > drpy2rotmat (const Eigen::MatrixBase< Derived > &rpy)