scenario_simulator_v2 C++ API
Namespaces | Macros | Functions
get_rotation_matrix.hpp File Reference
#include <tf2/LinearMath/Matrix3x3.h>
#include <cmath>
#include <geometry/quaternion/is_like_quaternion.hpp>
#include <Eigen/Core>
#include <Eigen/Geometry>
Include dependency graph for get_rotation_matrix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 math
 
 math::geometry
 

Macros

#define EIGEN_MPL2_ONLY
 

Functions

template<typename T , std::enable_if_t< std::conjunction_v< IsLikeQuaternion< T >>, std::nullptr_t > = nullptr>
auto math::geometry::getRotationMatrix (T quat)
 

Macro Definition Documentation

◆ EIGEN_MPL2_ONLY

#define EIGEN_MPL2_ONLY